swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
01b59c5 Tests/python: check node connectivity (improvements) When running a node with `Node.run`, it may take some time before the node is accepting RPC connections. Currenty, an arbitrary sleeping time is enforced in `sandbox.add_node` and in the tests that restart nodes. This may fail non-deterministically on some setups. This patch and the one before that add a new method to the client that polls a node using some RPC. `time.sleep` are replaced by a call to this method. This should make tests more robust and less dependent on the execution platform. 20 December 2019, 09:55:21 UTC
b9b66e9 Tests/python: check node connectivity 19 December 2019, 19:04:11 UTC
43f52fa CI: update .gitlab-ci.yml 19 December 2019, 19:04:11 UTC
e940eb5 Athens: remove client commands which are no longer useful 19 December 2019, 19:04:11 UTC
7130c60 Athens: remove delegates 19 December 2019, 19:04:11 UTC
299a679 Codec: link with Athens, Babylon and Carthage clients 19 December 2019, 19:04:11 UTC
6922057 Node: register PsCARTHA mempool filters 19 December 2019, 19:04:11 UTC
9490a03 Protocol: add PsCARTHA to active protocols to build its daemons 19 December 2019, 19:04:11 UTC
78bd5cd Carthage: get user-activated upgrades from node 19 December 2019, 19:04:11 UTC
97efb32 Protocol: add PsCARTHAGaz 19 December 2019, 19:04:11 UTC
7bd5786 Node: add Carthagenet built-in network 19 December 2019, 19:04:11 UTC
29b0494 Genesis: add proto_genesis_carthagenet 19 December 2019, 19:04:11 UTC
29452a1 Shell: 'Backport' prevalidator filters in master 19 December 2019, 19:04:11 UTC
1f0963a Scripts: update gen_genesis.ml for multinetwork 19 December 2019, 19:04:11 UTC
35e5b04 Scripts: remove deprecated apply_patch.sh and check_patch.sh 19 December 2019, 19:04:11 UTC
729e913 Scripts: update activate_protocol.sh for multinetwork 19 December 2019, 19:04:11 UTC
c29e48a Build: add 004 and 005 to active_protocol_versions 19 December 2019, 19:04:11 UTC
a8b06fd Tests: give more time to load node 19 December 2019, 19:04:11 UTC
3e2624d Node: add --network command-line option 19 December 2019, 19:04:11 UTC
08e59c4 Base: move Distributed_db_version.name into its own Name module 19 December 2019, 19:04:11 UTC
066c041 Node: built-in networks have default bootstrap peers 19 December 2019, 19:04:11 UTC
0dde0db Node: default network is now mainnet 19 December 2019, 19:04:11 UTC
31b4fb5 Node, Validator, Baker: parameterize user activated upgrades and overrides 19 December 2019, 19:04:11 UTC
c1f5310 Node, Client: link with all protocols 19 December 2019, 19:04:11 UTC
b8dcc18 Protocols: add all protocols 19 December 2019, 19:04:11 UTC
3fce73c Node: add Babylonnet built-in network 19 December 2019, 19:04:10 UTC
a136204 Node: parameterize chain name 19 December 2019, 19:04:10 UTC
b52389f Node: parameterize genesis 19 December 2019, 19:04:10 UTC
a2e4b2a Doc/Michelson: update annotation's regular expression 19 December 2019, 16:11:46 UTC
9279f79 Proto/Client: no partial entrypoints list when typecheck fails To detect the presence of a "default" entrypoint and get its type, the current implementation uses the entrypoint typechecking RPC. If it fails, it assumes that the entrypoint doesn't exists. This patch discriminate the 404 Not Found error that indicates the absence of such entrypoint with other error that can happen, for example Forbidden access in presence of RPC filters, or internal error in case of proxy malfunction. 19 December 2019, 14:11:26 UTC
686bb91 Snapshots: make Definition type definition local 18 December 2019, 16:10:06 UTC
a6850c9 Tests/Python: Update to new 'call' syntax 17 December 2019, 09:59:33 UTC
23136d1 Client: refactor call command syntax `call from <src> to <dst>` becomes `call <dst> from <src>` 17 December 2019, 09:59:33 UTC
c04690c Tests/Python: Add tests for client command 'call' 17 December 2019, 09:59:32 UTC
d1a8029 Client: Factorize 'tranfer' and 'call' commands 17 December 2019, 09:59:32 UTC
9616b32 Add Carthage documentation 12 December 2019, 10:12:42 UTC
0316610 Doc: add changelog to december release 11 December 2019, 15:12:18 UTC
3bd3365 Doc: mainnet-staging becomes mainnet 11 December 2019, 14:59:00 UTC
9e93aa5 Doc: add december release to index 11 December 2019, 14:11:16 UTC
ef0c63a Doc: add mainnet.sh update instructions 11 December 2019, 13:39:52 UTC
ce02559 Tests: remove redundant bash tests from CI 11 December 2019, 11:24:55 UTC
dd005a5 Tests/python: add more traces in CI use -s --log-dir=tmp option this displays traces in CI, but also some tests check for errors in the traces 11 December 2019, 11:24:52 UTC
3804172 Scripts: do not number opam tests in CI The intent is to have a more stable CI file with fewer meaningless diffs. 11 December 2019, 10:49:43 UTC
91bacca lib_mempool: use dune rather than jbuilder This is the result of `dune upgrade` Needed for tezos/tezos#633 10 December 2019, 20:57:06 UTC
f45b297 Tests_python: log linters versions 10 December 2019, 14:41:09 UTC
3fae35c Tests_python: remove unused imports This was found by pylint version 2.4.3. 10 December 2019, 14:39:03 UTC
dbc15fa Doc: december 2019 release, with storage upgrade instructions 09 December 2019, 21:54:49 UTC
2b54e55 Doc: october-2019 was never actually released 09 December 2019, 21:54:49 UTC
d99809c Wrong P2P default port in doc. Port 19732 is for the local/testnet(s) 09 December 2019, 16:21:40 UTC
aed0235 Node: better error message if config file is invalid 09 December 2019, 15:28:59 UTC
daa6518 State: remove dont_enforce_context_hash unused argument 09 December 2019, 11:54:52 UTC
c1db447 Snapshots: handle transition block 09 December 2019, 10:56:25 UTC
8ca72f8 Doc: add missing markdown code symbol 04 December 2019, 17:04:00 UTC
1fe98b0 Test/python: update test examples and add to CI 04 December 2019, 09:11:12 UTC
7ea842f CI: use string instead of number for variables in YAML config 03 December 2019, 16:25:40 UTC
56245ce Scripts: fix condition in update_unit_test.sh 03 December 2019, 11:13:58 UTC
8b85898 Doc: mark 005_PsBABY5H as orphan 03 December 2019, 10:34:13 UTC
5842882 Doc: fix duplicate reference name 03 December 2019, 10:34:13 UTC
7ff57c6 Doc: fix list indent Fixes ``` WARNING: Bullet list ends without a blank line; unexpected unindent. ``` 03 December 2019, 10:34:13 UTC
af20054 Doc: fix redundancy Fixes ``` WARNING: Duplicate explicit target name: "proto-006" ``` 03 December 2019, 10:34:13 UTC
974d8ec Doc: fix lib_p2p docstring warnings 03 December 2019, 10:34:13 UTC
f971b2f Doc: fix links 03 December 2019, 10:34:13 UTC
15df20c build-dev-deps: add odoc The package is needed for building the documentation 03 December 2019, 10:34:13 UTC
887d0b3 Bin_node: prohibit recontsruction on a running node 02 December 2019, 17:16:43 UTC
bfe91ea Bin_node: remove hard coded paths 02 December 2019, 17:15:52 UTC
c52ee69 Doc: Redirections 29 November 2019, 14:01:28 UTC
5a0c51b Doc/Michelson: Typo 29 November 2019, 14:01:28 UTC
f21c1ee Test/python: add user-friendly trace 29 November 2019, 11:25:39 UTC
0d5550a Docs: Update howtoget.rst (@paracetamolo review changes) 29 November 2019, 10:49:44 UTC
ccef22d Docs:Update howtoget.rst remove opam init 29 November 2019, 10:49:44 UTC
1d65b31 Apply suggestion to docs/introduction/howtouse.rst 29 November 2019, 10:49:44 UTC
f846106 Update index.rst 29 November 2019, 10:49:44 UTC
c637965 Docs: Update index.rst 29 November 2019, 10:49:44 UTC
5e7d277 Docs: Update howtoget.rst 29 November 2019, 10:49:44 UTC
34f6bd0 Docs: Update howtouse.rst (test network) 29 November 2019, 10:49:44 UTC
03fb5f6 Tests/Python: test reconstruct feature 29 November 2019, 10:26:24 UTC
ab481d0 Tests/Python: add timestamp argument to utils.activate_alpha 29 November 2019, 10:26:24 UTC
ab4adb9 Tests/Python: add node's reconstruct command 29 November 2019, 10:26:24 UTC
7a72451 Tests/Python: add reconstruct option for snapshot imports 29 November 2019, 10:26:24 UTC
7fd8321 Tests/Python: optimize get_block_hash and add get_block_per_level 29 November 2019, 10:26:24 UTC
d558d3a Shell: patch the context when importing a snapshot 29 November 2019, 10:26:24 UTC
75e39e9 Shell: refactor sandbox file manipulation 29 November 2019, 10:26:24 UTC
09f7b02 Node: add reconstruct option to snapshot import command 29 November 2019, 10:26:24 UTC
2ee1175 Node: add reconstruct command 29 November 2019, 10:26:24 UTC
db3b077 Shell: add storage reconstruction feature 29 November 2019, 10:26:24 UTC
6cdfb95 Upgrade to index.1.0.1 29 November 2019, 10:08:07 UTC
a172674 Shell/Validation: do not skip block validation when their context is unknown 28 November 2019, 13:41:34 UTC
49f8acb Shell/Validation: relax store invariants on block commits 28 November 2019, 13:41:34 UTC
6f4eee1 Shell: add a sanity disk check and fix at node startup 28 November 2019, 13:41:34 UTC
38bc1a1 Shell/State: add context existence predicate 28 November 2019, 13:41:34 UTC
6fd71f0 Shell/State: add block removal 28 November 2019, 13:41:34 UTC
d344510 Shell: fix typo in documentation 28 November 2019, 13:41:34 UTC
aca7dca Update tezblock.io link Tezblock is now live and hence the link changed from https://mvp.tezblock.io to https://tezblock.io 27 November 2019, 11:19:19 UTC
9e03a96 [irmin, irmin-pack, index] Use upstream irmin.2.0.0 to improve perf - index: store less data in memory - index: allow the creation of empty read-only files - index, irmin, irmin-pack: better close functions - index: support for asynchronous merges - index: avoid 0-len writes - index: do not allocate on the thread stack 25 November 2019, 16:28:11 UTC
3551e61 ci: sync with refreshed version of opam_repository 21 November 2019, 16:37:49 UTC
c0816ab Data_encoding: remove tezos-stdlib dependency 21 November 2019, 14:38:59 UTC
ed44206 scripts: update_unit_test.sh consider all 'test' directories 20 November 2019, 15:19:16 UTC
59863dc Scripts: documentation of update_*_test.sh 20 November 2019, 15:19:16 UTC
9e1fcd0 tooling: add script to update all unit tests for the CI 20 November 2019, 15:19:16 UTC
7f0319d Data_encoding: Remove prettyprinting of placeholder fields in binary schema descriptions 20 November 2019, 14:59:49 UTC
back to top