swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
bdd141e Merge branch 'dannywillems@test-refacto-client-instance-creation' into 'master' Test: extract client instanciation in sandbox See merge request tezos/tezos!1766 07 May 2020, 10:43:59 UTC
75c05dc Test: extract client instanciation in sandbox For the moment, only one client is used in the different tests, through sandbox.client(0). For a given node, only this client is used, including its state (saved keys, known addresses, etc). It may be interesting to allow instantiating a new client for a given node for scenari requiring clients with different states. 07 May 2020, 10:43:27 UTC
975e744 Doc: add note about leftover proto_demo files 07 May 2020, 09:53:37 UTC
b789327 Doc: add note about opam version 07 May 2020, 09:53:37 UTC
6d7d9d2 Doc: add note for remote signer users 07 May 2020, 09:53:37 UTC
47faaa7 Doc: add New Versioning Scheme section to 7.0 release page 07 May 2020, 09:53:37 UTC
b716ffa Doc: TEZOS_CONTEXT -> TEZOS_PROTOCOL 07 May 2020, 09:51:44 UTC
9a01070 Node: remove aliasing of *_validator limits Previously, node redeclared the following structures: - Block_validator.limits - Prevalidator.limits - Peer_validator.limits - Chain_validator.limits this commit removes the alias and uses e.g. Chain_validator.limits directly. This simplifies testing as the default limits in Node can be re-used directly. 06 May 2020, 16:02:19 UTC
de18ef3 Scripts: add baker-version-stats.sh 06 May 2020, 14:56:04 UTC
8565e39 Changelog: udpate with changes from 7.0~rc1 to 7.0 06 May 2020, 11:49:26 UTC
a78523f Doc: update Latest Release section in index 06 May 2020, 11:49:25 UTC
705a640 Doc: update documentation for 7.0 release 06 May 2020, 11:49:25 UTC
00b7b46 Doc: update test_networks.rst 06 May 2020, 11:49:24 UTC
e5267a6 Doc: update multinetwork.rst 06 May 2020, 11:49:23 UTC
5bb75ce Doc: update howtorun.rst 06 May 2020, 11:49:23 UTC
079bae5 Doc: update howtouse.rst 06 May 2020, 11:49:22 UTC
57b819d Doc: update howtoget.rst 06 May 2020, 11:49:21 UTC
4708518 Doc: update contributing.md 06 May 2020, 11:49:21 UTC
09158e4 P2P: check incoming ciphertext size Co-Authored-By: vbot <vincent.botbol@nomadic-labs.com> Co-Authored-By: Benjamin Canou <benjamin@canou.fr> Co-Authored-By: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> 06 May 2020, 11:49:18 UTC
6785718 Tests/P2P: skip a non-deterministic test 06 May 2020, 10:00:34 UTC
41533fc Protos: avoid double-naming big_map_diff encoding Fix 782 For existing protocols, we change the `lib_client` code even for proto-alpha. Another commit on `proto-proposal` will fix directly the new-protocol. Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Co-authored-by: Raphaël Proust <code@bnwr.net> 06 May 2020, 07:55:59 UTC
63a3630 Client/mockup: float up constants 05 May 2020, 21:50:39 UTC
b4982f2 Client/mockup: Fix function origin in error msg 05 May 2020, 21:50:39 UTC
c4234cf Client/mockup: create mockup directory after successful parsing This reorders the phase of the mockup creation so that directory creation occurs at the end of the whole setup. The goal is to fail early if the base directory is at odds with the requirements of mockup mode. Previously, the mockup directory was created before parsing, always. So that launching ./tezos-client --base-dir /tmp/mockup -M mockup create mockup --protocol-constants /tmp/bad-sandbox-parameters.json with syntactically bad parameters would create the directory, but not the correct files, thus resulting in the following error during a future call: ./tezos-client --base-dir /tmp/mockup -M mockup create mockup --protocol-constants /tmp/good-sandbox-parameters.json Error: /tmp/mockup-base is not empty, please specify a fresh base directory with syntactically correct parameters. The same would happen with `--bootstrap-accounts` option. 05 May 2020, 21:50:39 UTC
be79061 Client/mockup: Use uri_encoding from RPC_encoding, not Client_keys This is a minor* fix. `uri_encoding` was already available from the module interface of `RPC_encoding`. There is thus no need to export it from `Client_key`. As an added benefit, we might, without explicitly asking for it, have preserved a designed abtraction in `Client_keys`. You never know ;-) 05 May 2020, 21:50:39 UTC
efaf391 Client/mockup: make the create mockup command configurable Now "create mockup" accepts a new option "--protocol-constants" which allows us to specify a file with overrides for some of the protocol constants. Similarly, "--bootstrap-accounts" can be used to specify a custom set of bootstrap accounts in this format. 05 May 2020, 21:50:39 UTC
64a4f1d Doc: add known issues for coverage 05 May 2020, 17:33:40 UTC
c90dc73 Lib_p2p_services: add newline at end of dune file 05 May 2020, 17:33:40 UTC
b7a1f9b Doc: update coverage section 05 May 2020, 17:33:40 UTC
cd52ebd Coverage: update to bisect_ppx 2.3 and improve instrumentation script Update to bisect_ppx version 2 to fully support OCaml 4.08 syntax Use --bisect-file (https://github.com/aantron/bisect_ppx/pull/303, merged in bisect_ppx 2.3) which allows getting rid of `BISECT_FILE` variable and the `coverage-setup` Makefile rule. Improve the instrumentation script to - avoid overwriting symlinks - find dune files recursively (now just use `scripts/instrument_dune_bisect.sh . to` instrument everything) with `--except` exceptions - `--remove` to remove the directive from files 05 May 2020, 17:33:40 UTC
da041f6 build-deps: remove bisect_ppx because it's now a dependency of tezos-tooling 05 May 2020, 17:33:40 UTC
139ecf0 Protos 00x: changes for bisect_ppx2 05 May 2020, 17:33:40 UTC
8caee29 Proto alpha: changes for bisect_ppx2 05 May 2020, 17:33:40 UTC
29fbaff Irmin: changes for bisect_ppx2 05 May 2020, 17:33:40 UTC
9ef7510 Lib_stdlib_unix: changes for bisect_ppx2 05 May 2020, 17:33:40 UTC
4660339 logging: add labelled argument ~short to EVENT DEFINITION pp 05 May 2020, 14:47:29 UTC
1264ac6 event: clarify doc in mli 05 May 2020, 14:47:29 UTC
2faef93 event_logging: Add documentation for DEFINITION.pp 05 May 2020, 14:47:29 UTC
570a1cb logging: propagate ?short in Internal_event.EVENT_DEFINITION.pp 05 May 2020, 14:47:29 UTC
ecfd9c5 event_logging: add ?(short=false) to pp_log_message 05 May 2020, 14:47:29 UTC
764ce8e Lib_p2p: P2p_servcices.version is now deprecated 05 May 2020, 09:08:45 UTC
9e56448 Client: do not use depracated rpcs 05 May 2020, 09:08:45 UTC
0623628 Doc/Michelson: Fix the documentation of the (UN)PAPAIR macros The previously documented unfolding matched neither the implementation nor the expected semantics for these macros. The new unfolding has the correct semantics but it still does not match the implementation, which is more complex to explain. It is not clear to me whether the current implementation brings any benefit with respect to the simple unfolding that is documented here so I do not know if we should change the implementation or the documentation. 04 May 2020, 14:26:24 UTC
6a496bb CI: remove constraint to run on 'gitlab-org' runners 30 April 2020, 16:59:44 UTC
c08a782 Sandbox client init: parameter to change the host 30 April 2020, 09:21:44 UTC
5c06fd4 Tests/python: update requirements file for compatibility with python3.8 29 April 2020, 15:01:20 UTC
7c0ad85 Tests/python: silence mypy errors 29 April 2020, 15:01:01 UTC
a441ea6 Opam: fix tezos-version dependencies 29 April 2020, 14:10:53 UTC
2045d3b Shell/base: Move lib_base/node_version to lib_version/ 29 April 2020, 12:24:14 UTC
f4636a4 P2p_services: /network/version is now DEPRECATED 29 April 2020, 12:24:14 UTC
07feda5 Shell_services: /monitor/commit_hash is now DEPRECATED 29 April 2020, 12:24:13 UTC
1fadecb Shell/base: Add network_version to node_version 29 April 2020, 12:24:13 UTC
2ca11e8 Shell/base: introduce nullable commit_info (hash, date) 29 April 2020, 12:24:12 UTC
a42dc9d Shell/base: add version to node_version 29 April 2020, 12:23:46 UTC
e45a1c5 Shell/services: add rpc to query node version 29 April 2020, 10:58:46 UTC
b6eba64 Lib_base: introduce placeholder for node's version 29 April 2020, 10:58:46 UTC
d478a33 Opam/Tooling: add bisect_ppx 28 April 2020, 19:26:57 UTC
0e7728f Opam/Stdlib: add ppx_inline_test to get ready for bloomer 28 April 2020, 19:26:55 UTC
315fb72 Dependencies: update to resto.0.5 28 April 2020, 19:26:54 UTC
c98d5eb ci: add _build cache and nomadic-labs tag 28 April 2020, 18:02:34 UTC
39546b2 Shell: remove dead-code from upcoming mempool 28 April 2020, 17:22:21 UTC
a1791b9 Baker: wait for node response before asking protocol upgrades 28 April 2020, 13:42:47 UTC
239919e doc: Update the doc to take `codec` library into account 28 April 2020, 08:15:24 UTC
959eb5f test_python: Add a test for tezos-codec Add a test which encodes and decodes an encoding with tezos-codec 28 April 2020, 08:15:24 UTC
1f1c5f0 tezos_python: Add a wrapper around `tezos-codec` We add a wrapper around `tezos-codec` similarly to `tezos-client`. 28 April 2020, 08:15:20 UTC
85c0a9c Mockup: open parameters in dune to help script/activate_protocol.sh 24 April 2020, 09:09:05 UTC
58c7c33 event_log: Fix level for Debug definition Also remove Event_default and force definitions to declare their level accordingly. 24 April 2020, 08:34:24 UTC
98ad69f Vendors/lmdb: Replace /tmp by Filename.get_temp_dir TravisCI (of ocaml/opam-repository) on MacOS dislikes hardwired use of /tmp 24 April 2020, 08:14:25 UTC
2bcf12b Test/Protocol: test script_interpreter errors and STEPS_TO_QUOTA This commits adds a set of tests that tests that script_interpreter error encoding-decoding is idempotent, that the interpreter returns Bad_contract_parameter when executed with ill-typed parameter. Finally, it asserts the behavior of STEPS_TO_QUOTA in the absence of metering. 23 April 2020, 22:00:09 UTC
0ae67a4 Docs: fix links 22 April 2020, 20:57:58 UTC
c956b3d ci: add nomadic-labs tag 22 April 2020, 20:36:00 UTC
b5a0a2b Doc: document Micheline in its own documentation page We move the documentation of Micheline to its own page and extend it. 21 April 2020, 14:51:38 UTC
5aafe12 internal_event: Fix the mutable variable `section`. A reference called `sections` was used to register the different sections of the code so that they can be printed afterwards in the manual of `tezos-node run`. However, this reference was not updated with the new events modules such as `Simple` or the one from the `Worker_logger`. We have also renamed this variable to `registered_sections`. 21 April 2020, 10:08:31 UTC
44f5e2a Tests/Python: test CREATE_CONTRACT with rootname Creating a contract with CREATE_CONTRACT with a root name field annotation triggers a logic that internally removes the root name during typing, and adds it back at interpretation. This test ensures that the root name is present with the correct type. 21 April 2020, 08:59:53 UTC
ccdf517 Tests/Python: add get_contract_entrypoint_type method to client 21 April 2020, 08:59:53 UTC
b4e2ee6 Proto_alpha: spell check 21 April 2020, 08:30:35 UTC
cb93f37 Proto_006: spell check 21 April 2020, 08:30:35 UTC
e4627cd Proto_005_PsBabyM1: spell check 21 April 2020, 08:30:35 UTC
7556ecc Proto_004: spell check 21 April 2020, 08:30:35 UTC
4e1429b Proto_003: spell check 21 April 2020, 08:30:35 UTC
bd38361 Proto_002: spell check 21 April 2020, 08:30:35 UTC
c3786f4 Proto_001: spell check 21 April 2020, 08:30:35 UTC
0863087 v7: spell check 21 April 2020, 08:30:35 UTC
4f7069c Uecc: spell check 21 April 2020, 08:30:35 UTC
433459d Secp256k1: spell check 21 April 2020, 08:30:35 UTC
7c74c23 Lmdb: spell check 21 April 2020, 08:30:35 UTC
c0aaf55 Irmin-pack: spell check 21 April 2020, 08:30:35 UTC
260dcb2 Irmin: spell check 21 April 2020, 08:30:35 UTC
c4ac165 Index: spell check 21 April 2020, 08:30:35 UTC
2f7654a Flextesa: spell check 21 April 2020, 08:30:35 UTC
e5585e4 Tests_python: spell check 21 April 2020, 08:30:35 UTC
1de3a27 Proto_demo_counter: spell check 21 April 2020, 08:30:35 UTC
4f7f2fe Lib_workers: spell check 21 April 2020, 08:30:35 UTC
92216f7 Lib_storage: spell check 21 April 2020, 08:30:34 UTC
d71345f Lib_stdlib_unix: spell check 21 April 2020, 08:30:34 UTC
6c9b94c Lib_stdlib: spell check 21 April 2020, 08:30:34 UTC
cdcf4ef Lib_signer_services: spell check 21 April 2020, 08:30:34 UTC
74dba71 Lib_shell_services: spell check 21 April 2020, 08:30:34 UTC
814f348 Lib_shell: spell check 21 April 2020, 08:30:34 UTC
0e38ea1 Lib_rpc_http: spell check 21 April 2020, 08:30:34 UTC
back to top