swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2

sort by:
Revision Author Date Message Commit Date
8047021 Doc: separate pos from emmy 29 January 2021, 09:22:59 UTC
fc29d8b Changelog: document the prevalidator changes 28 January 2021, 15:58:28 UTC
f17016c Tests: fix python tests 28 January 2021, 15:58:28 UTC
caf8fa2 Tests/Tezt: test that the prevalidator start consistently 28 January 2021, 15:58:28 UTC
264e751 Shell/Validation: handle a testchain spawned from genesis 28 January 2021, 15:58:28 UTC
365cad2 Shell: make prevalidator start only when bootstrapped 28 January 2021, 15:58:28 UTC
d69fd40 Env: use tezos-storage.memory in memory_context and proxy_context This avoid implementing this code thrice. 28 January 2021, 13:36:29 UTC
9520279 Storage: add an in-memory implementation of the storage. 28 January 2021, 13:31:30 UTC
37e936e Storage: enforce internal invariants Tezos_storage_encoding.Context.Node.V1 is only used to compute preimage hashes. Also remove unecessary allocations of intermediate values. 28 January 2021, 13:30:31 UTC
3aac017 Storage: split the context (hash) encoding in a separate library This is now available in tezos-storage.encoding 28 January 2021, 13:25:00 UTC
06f45d5 Build: fix recursive alias loop This seems to be fixed by dune 2.8.2, but (universe) is actually what we want here. 28 January 2021, 13:25:00 UTC
bd056fe Proto-env-v2: Adapt to new `Option` 28 January 2021, 10:38:04 UTC
3d43eb1 Stdlib_unix: avoid double indirection when querying levels 28 January 2021, 10:38:04 UTC
96faf29 Docs: change to new Option and Result 28 January 2021, 10:38:04 UTC
47c09f5 Everywhere: adapt to new Option and Result 28 January 2021, 10:38:04 UTC
74dde55 Clic: Adapt to new Option and Result 28 January 2021, 10:38:04 UTC
634af76 Stdlib: remove Lwt_utils.may 28 January 2021, 10:38:04 UTC
95be579 Stdlib: remove TzOption 28 January 2021, 10:38:04 UTC
276ad88 Lwtreslib: add Option, Result, Unsafe modules 28 January 2021, 10:38:04 UTC
5ad3b10 Storage: remove dead-code in context encoding This simplifies the code while not changing the context hash, while documenting that the filenames are actually encoded using a variable-size scheme. 28 January 2021, 08:03:14 UTC
08dc2f4 Storage: add tests for the context hash encoding 28 January 2021, 08:03:13 UTC
4c37f8a Revert "ci: join opam jobs and changes to wrapper script" This reverts commit 145dd4e9e884443bc779bd9d0d5b3da4fb4db929. 27 January 2021, 21:25:00 UTC
145dd4e ci: join opam jobs and changes to wrapper script The test_wrapper script is now capable of executing dune, opam and shell tests. You must specify scripts/test_wrapper.sh <type> <test> <name> Ex: scripts/test_wrapper.sh dune src/lib_base/test lib_base Ex: scripts/test_wrapper.sh opam lib_base Ex: scripts/test_wrapper.sh shell 'echo "this is a test"' testname opam tests are now regrouped in one 21 jobs ( groups of 8). Pinning is done at the beginning of each the job, and a new `remove` action is now executed for each test. The unit tests script was adapted to use the new wrapper. 27 January 2021, 20:22:15 UTC
be9c50f Revert "Migration: Invoice bootstrap1 contract" This reverts commit d0ddcb05ca851b3d5e4fbadfa8524b141cf9897b. 27 January 2021, 18:14:08 UTC
117c7c4 Revert "Migration/Tests: Check bootstrap1 migration invoice" This reverts commit 020bc670b0847fef3f0c60df8716aff034eddee3. 27 January 2021, 18:14:08 UTC
01959dd Tezt: Update and add more encoding regression tests 27 January 2021, 18:14:08 UTC
01a5aaa Tezt: update receipts encoding test 27 January 2021, 18:14:08 UTC
6a2368a Migration/Tests: Check bootstrap1 migration invoice 27 January 2021, 18:14:08 UTC
1842b5f Migration: Invoice bootstrap1 contract 27 January 2021, 18:14:08 UTC
1950670 Tests/Python: Update migration integration test 27 January 2021, 18:14:08 UTC
c2ac9f6 Tests/OCaml: update tests for migration balance updates 27 January 2021, 18:14:08 UTC
9e6c6fe Proto: Allow to apply balance updates from migration This commit allows to attach balance update receipts from a migration. Because the migration runs before the first block of the new protocol, we cannot return balance updates directly from migration. Instead, we add the balance updates receipts when we're finalizing the first block. This adds a new storage (`Storage.Pending_migration_balance_updates`) that can be set during migration and checked when we try to finalize a block to apply balance updates receipts. 27 January 2021, 18:14:08 UTC
e8f3b9a Client: Separate balance updates receipts into Receipts module 27 January 2021, 18:14:08 UTC
3976f9c Proto: distinguish balance updates (receipts) applied in migration 27 January 2021, 18:14:08 UTC
8b7fef0 Proto: Separate balance updates receipts into Receipts module 27 January 2021, 18:14:08 UTC
11d89b7 Base: environment protocol version encodings are unsigned 27 January 2021, 13:55:39 UTC
ae75192 client: remove legacy logging references (unused) 27 January 2021, 11:48:56 UTC
22997e8 shell: simple log for state.ml and chain.ml 27 January 2021, 08:52:42 UTC
7262952 Proto: Use saturated arithmetic to represent gas Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 26 January 2021, 22:38:49 UTC
2bd1912 Packaging: add missing tezos-version 26 January 2021, 14:43:36 UTC
171d0ef Storage: add tests for new functions 26 January 2021, 10:16:15 UTC
6fbc9f1 Storage: remove dead-code in tests 26 January 2021, 10:16:15 UTC
fbd1d9f Storage: introduce the a better Context API - add a better fold function - expose the Tree module - remove duplicate context signatures 26 January 2021, 10:16:15 UTC
df73b67 Binaries: Handle --version flag in codec, snoop, validator and clients Note that clients include tezos-client, but also: - tezos-accuser - tezos-endorser - tezos-baker 26 January 2021, 09:57:55 UTC
1a6d6df Split cli-commands page in protocol-dep/indep 26 January 2021, 09:10:04 UTC
cfd8865 Towards systematic doc linking for multiple protocol versions 25 January 2021, 23:13:35 UTC
1e199eb Validation: non-failing function doesn't return tzresult anymore 25 January 2021, 20:23:37 UTC
b7c5434 node: remove unused module node_logging 25 January 2021, 19:06:13 UTC
924b5d1 Client: unplug mockup mode for Carthage Co-Authored-By: Clement Hurlin <clement.hurlin@tweag.io> 25 January 2021, 17:31:12 UTC
5317a76 Tests/python: mockup: fix proto parametrization 25 January 2021, 17:31:12 UTC
4cdf70b Storage: add tests for folding order 25 January 2021, 14:14:46 UTC
811d45f Storage: fix the context hash Irmin 2.3 hash changed the result of `Tree.list` to return a list in a not specified order. So make sure we preserve the current behavior of lib-storage: - Nodes need their entries to be sorted before hashing them - Context.fold need to go over the entries in a deterministic order to avoid issues with non-commutative operations over the context. 25 January 2021, 14:14:46 UTC
67ad2c7 Proto: document roll storage API 25 January 2021, 12:42:24 UTC
fa1a315 Proto-alpha: test trace content by testing pretty-printed trace content 25 January 2021, 12:03:06 UTC
903ea91 Proto_alpha: do not peer into abstract traces 25 January 2021, 12:03:06 UTC
2c7ab98 proto-env-v2: Make traces abstract 25 January 2021, 12:03:06 UTC
f2d2a05 Bench: update to use abstract protocol types 25 January 2021, 08:34:28 UTC
07bc93b Tests/OCaml: update test helpers to use abstract protocol types 25 January 2021, 08:34:28 UTC
3747a10 Proto: fix `delegated_contracts` RPC to use abstract type 25 January 2021, 08:34:28 UTC
073ecb7 Client/Mockup: use abstract protocol types 25 January 2021, 08:34:28 UTC
0ce7082 Proto: expose function used by the mockup 25 January 2021, 08:34:28 UTC
f17847f Parameters: update to use abstract types instead of concrete 25 January 2021, 08:34:28 UTC
b9f66fe Proto: expose various functions used by lib_parameter 25 January 2021, 08:34:28 UTC
8eb1c61 Proto: abstract Parameters types 25 January 2021, 08:34:28 UTC
c54385a Doc gen: Fix command-line manual generation This commit: - fix the pages: they used to all document the alpha version of the binaries - renames the included HTML pages in the 008 documentation to not call them "alpha" - adds the pages for the alpha protocol 24 January 2021, 21:33:02 UTC
a0d61cc Doc gen: indicate how to solve unknown hash problem in the future 24 January 2021, 21:33:02 UTC
5fb7d6f Git: Updage .gitignore and .dockerignore 24 January 2021, 21:33:02 UTC
0cfcae5 Doc gen: generate RPC doc for Alpha 24 January 2021, 21:33:02 UTC
0344588 Doc: add a documentation directory for the Alpha protocol 24 January 2021, 21:33:02 UTC
df0c70e Scripts: adapt the snapshot_alpha script to also snapshot docs 24 January 2021, 21:33:02 UTC
0b03cfd Docs/voting: refer to the files in the appropriate proto src folder 24 January 2021, 21:33:02 UTC
c79d221 proto: use env v2 22 January 2021, 08:14:41 UTC
00628af env:add environment v2 22 January 2021, 08:14:41 UTC
424d20f CHANGES: new migrate mockup command 21 January 2021, 14:08:55 UTC
acf404e Doc: add paragraph on mockup migration 21 January 2021, 14:08:55 UTC
e4d74f0 Tezt: add Edo to protocol.ml 21 January 2021, 14:08:55 UTC
4df8d0e Tezt: add mockup migration test 21 January 2021, 14:08:55 UTC
5d7f8fd Tezt: add next_protocol to protocol.ml 21 January 2021, 14:08:55 UTC
865d914 Tezt: add mockup mode commands for migrating, listing protocols 21 January 2021, 14:08:55 UTC
150da8d Client/Mockup: mockup context migration command 21 January 2021, 14:08:55 UTC
deb9a5b Storage: rename functions Use the following convention: - 'add` for functional updates (with 't' first) - 'set' for side-effect updates (e.g. returning unit) - 'find' for getters which might return an option 21 January 2021, 12:03:32 UTC
3059f52 Docs: Fix invalid literal Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 21 January 2021, 09:50:58 UTC
64474f0 CI: update opam repository commit hash 20 January 2021, 14:19:20 UTC
95e05a0 Protocol/coq-of-ocaml: reduce the black-list size 20 January 2021, 13:21:05 UTC
13053eb Dependencies: upgrade coq-of-ocaml to the version 2.3.0 20 January 2021, 13:21:05 UTC
39ad804 tests_python: increase timeout for 'many bakers' tests 20 January 2021, 13:21:05 UTC
3443c92 Storage: sync read-only instances before exists/checkout calls 20 January 2021, 13:21:05 UTC
3af8ca8 Storage: fix build for irmin 2.3.0 Co-authored-by: Craig Ferguson <me@craigfe.io> 20 January 2021, 13:21:05 UTC
8b9a6e9 Stdlib_unix: externalise Lwt-exit 20 January 2021, 13:20:54 UTC
f073a7d lib_mockup: add tests and fix some bugs Fixes: * include error message in case of failing to parse the bootstrap accounts Add tests to: * mockup_args * mockup_wallet Also includes: * fix a test script shebang * add an unix_io_wallet * modestly simplify mockup_args.choose Related to !970 20 January 2021, 08:30:48 UTC
25ef09b Tests/Python: proxy: be more abstract from protocol 19 January 2021, 13:11:52 UTC
86a0a04 Tests/Python: use protocol.activate 19 January 2021, 13:11:51 UTC
7b9ff01 Protocol/coq-of-ocaml: break mutual dependency of the type t 19 January 2021, 09:24:50 UTC
2bfbad1 Protocol/coq-of-ocaml: force some types to be considered as GADTs 19 January 2021, 09:24:50 UTC
bdda16e Protocol/coq-of-ocaml: we handle num as a phantom type 19 January 2021, 09:24:50 UTC
bab75fd Tezt: Added module for units of tez 18 January 2021, 17:53:01 UTC
bde289d Tezt: Add protocol RPC regression tests 18 January 2021, 17:53:01 UTC
5a706eb Tezt: Allow to override default protocol parameters 18 January 2021, 17:53:01 UTC
3503beb Tezt: Move protocol RPCs under protocol, add endorsing rights 18 January 2021, 17:53:01 UTC
51029eb Tezt: Add votes RPC endpoints 18 January 2021, 17:53:01 UTC
back to top