https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
64ded7f DAL/Node: Integrate the new key value store: rebase fails 24 February 2023, 05:44:21 UTC
c206624 DAL/Node: Integrate the new key value store: ok 24 February 2023, 05:44:13 UTC
da03bb2 Store/Common: Implement a simple key-value store 21 December 2022, 17:36:21 UTC
15fb33c Stdlib/Unix: Add a `create_parent` function 21 December 2022, 17:36:17 UTC
353cc1e Store/Common: Simplify code using `with_atomic_open_out` function 21 December 2022, 17:27:44 UTC
e235416 Store: Externalise `store_data` in its own library 21 December 2022, 17:27:44 UTC
1c13ffa Merge tezos/tezos!7210: Fix consensus watermark encoding roundtrip Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Guillaume Claret <dev@clarus.me> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7210 21 December 2022, 15:27:50 UTC
0b4b0b6 Alpha/Protocol: fix consensus operation watermark roundtrip 21 December 2022, 13:35:49 UTC
954319c Merge tezos/tezos!7193: SCORU: WASM: Fix error tagging for module instantiation Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7193 21 December 2022, 10:40:23 UTC
b270f92 SCORU: WASM: Fix error tagging for module instantiation 21 December 2022, 10:11:30 UTC
d3520c9 Merge tezos/tezos!7194: RPC/Plugin: restore endorsing_rights filtered by delegates Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7194 21 December 2022, 10:03:44 UTC
5e4b54e Test: RPC rights for a given delegate 21 December 2022, 09:36:12 UTC
1e90e58 RPC/Plugin: restore endorsing_rights filtered by delegates 21 December 2022, 09:36:12 UTC
de90c11 Merge tezos/tezos!7189: scoru: fix bug of skip list Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7189 21 December 2022, 09:34:40 UTC
a8c8e6a proto/scoru: fix skip list valid_back_path 21 December 2022, 09:04:33 UTC
13172e2 test/scoru: test invalid skip list proof all the added tests here should fails but unfortunatly pass with the current invalid `valid_back_path` function 21 December 2022, 09:04:33 UTC
a4fe032 proto/scoru: improve skip_list pp 21 December 2022, 09:04:33 UTC
ef2abe4 Merge tezos/tezos!7168: WASM: Use WASMER in the REPL Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7168 21 December 2022, 09:03:52 UTC
1196685 WASM: Use WASMER in the REPL 21 December 2022, 08:32:43 UTC
78a0533 Merge tezos/tezos!7126: Migrate pytest `test_forge_block` to tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7126 21 December 2022, 06:30:44 UTC
e026d16 Pytest: remove tests 21 December 2022, 02:54:10 UTC
5474e93 Tezt: add test in tezt 21 December 2022, 02:54:09 UTC
7e51d27 Merge tezos/tezos!6786: Benchmarks tools improvements Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Frej Soya <frej.soya@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6786 20 December 2022, 20:15:29 UTC
2f5d7cd benchmarks-tools: error recovery procedure. 20 December 2022, 19:45:28 UTC
b637624 benchmarks-tools: status files. 20 December 2022, 19:45:28 UTC
ca7fdaa benchmarks-tools: save results in the cloud. 20 December 2022, 19:45:27 UTC
e5a7850 benchmark-tools: create path for result directory if needed. 20 December 2022, 19:45:27 UTC
44ac966 benchmark-tools: timestamp some events. 20 December 2022, 19:45:27 UTC
6bde9bd benchmarks-tools: don't benchmark if previous process is running. 20 December 2022, 19:45:27 UTC
e17b8b2 Merge tezos/tezos!7185: SCORU: WASM: Re-use 'reveal' host function helper Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7185 20 December 2022, 18:25:34 UTC
950890e SCORU: WASM: Re-use 'reveal' host function helper 20 December 2022, 17:55:42 UTC
190b9b7 Merge tezos/tezos!7031: doc: add the node manual Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Damien ZONDA <damien.zonda@lambda-coins.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7031 20 December 2022, 17:55:00 UTC
9b03066 doc: protect double dashes in man from RST 20 December 2022, 17:26:12 UTC
2c2a554 doc: remove header and footer in node man 20 December 2022, 17:26:12 UTC
b96b360 doc: include node manual text as RST 20 December 2022, 17:26:12 UTC
fd6f503 doc: add the node manual 20 December 2022, 17:26:12 UTC
894013a Merge tezos/tezos!7186: Doc: Update Alpha changelog Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7186 20 December 2022, 17:24:53 UTC
3018e03 Doc: Update Alpha changelog Describe protocol changes merged to master last week. 20 December 2022, 16:53:45 UTC
5f7afe3 Doc: Reset changelog for protocol Alpha 20 December 2022, 16:53:45 UTC
4ab5832 Merge tezos/tezos!7022: Build-deps: (re)fix the non double installation of rust Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7022 20 December 2022, 16:52:55 UTC
d41ef79 Build-deps: (re)fix the non double installation of rust 20 December 2022, 16:22:21 UTC
834d6eb Merge tezos/tezos!7192: Proto: fix typo and improve error message Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7192 20 December 2022, 16:20:54 UTC
779987e Proto: fix typo in a DAL error id 20 December 2022, 15:51:48 UTC
80ca57d Proto: improve error message in contract_repr. 20 December 2022, 15:51:48 UTC
42454a9 Merge tezos/tezos!6990: SCORU, Node: Introduce Inbox metrics Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6990 20 December 2022, 15:50:57 UTC
1ecbe28 SCORU, Node: Introduce Inbox metrics 20 December 2022, 15:21:55 UTC
7c047e3 Merge tezos/tezos!7182: [DAL]: Some refactorisation to ensure slot headers are valid by typing (1/2) Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7182 20 December 2022, 15:20:28 UTC
d8661e0 DAL: Encapsulate `Dal.make` in `Raw_context` 20 December 2022, 14:14:25 UTC
ae8dbbf DAL: Register a slot header fails if there is a duplicate 20 December 2022, 14:14:25 UTC
03f365a DAL: Separate publish slot header operation from a valid slot header 20 December 2022, 14:14:25 UTC
9329b97 DAL: move publish slot header checks to application 20 December 2022, 14:14:25 UTC
31d82c9 DAL: Make a module for 'Publish slot header' operation 20 December 2022, 14:14:25 UTC
1092995 DAL: Make new Slot index module abstract 20 December 2022, 14:14:25 UTC
0f87a66 DAL: Isolate Slot index in a module 20 December 2022, 14:14:25 UTC
e812b16 Merge tezos/tezos!7184: Build: bump some dependencies Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7184 20 December 2022, 14:13:32 UTC
6efa67b Docs: update documentation to instruct to use python.3.10.9 20 December 2022, 13:39:16 UTC
e2d757c Scripts: fix update_opam_repo.sh documentation 20 December 2022, 13:39:16 UTC
efeecf6 Context: use irmin.3.5 api 20 December 2022, 13:39:16 UTC
ff36632 Build: update opam repository 20 December 2022, 13:39:16 UTC
b0c9984 Manifest: update to irmin.3.5 20 December 2022, 13:39:16 UTC
8a907cc Manifest: update tar 20 December 2022, 13:39:16 UTC
53a3203 Manifest: bump some minimal version requirements These dependency version bumps correspond to inter-dependency dependencies. Specifically, if we depend on a package both directly and transitively, and if the transitive dependency has a higher lower-bound version constraint, then we effectively depend on this package with the higher lower-bound. Note that in some cases, we depend on a package directly for one of our internal lib, and transitively for a different one. So we could leave the lower lower-bound constraint to be less restrictive to users of the directly-dependent lib. But we don't because that would be more complicated to work with. 20 December 2022, 13:39:16 UTC
1a66948 Merge tezos/tezos!7140: Proto/Dal: Check DAL committee membership in validation Co-authored-by: lin <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7140 20 December 2022, 11:54:58 UTC
904400e Proto/Dal: Fix comment for dal application/validation 20 December 2022, 11:23:57 UTC
af60696 Proto/Dal: Check DAL committee membership in validation 20 December 2022, 11:23:56 UTC
36d9229 Merge tezos/tezos!7076: Proto, Scoru: fix ongoing_refutation_games service Co-authored-by: Rodi-Can Bozman <rbozman.functori@gmail.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7076 20 December 2022, 10:01:12 UTC
f282c39 Proto, Scoru: fix ongoing_refutation_games service 20 December 2022, 09:29:16 UTC
575f046 Merge tezos/tezos!7183: SCORU: WASM: Fix debug parameter passing Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7183 19 December 2022, 17:48:38 UTC
2ce26d1 SCORU: WASM: Fix debug parameter passing 19 December 2022, 17:20:07 UTC
43b9176 Merge tezos/tezos!7049: New DAL node API (6): GET /commitments/<commitment>/headers Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7049 19 December 2022, 16:44:41 UTC
f1d04f6 Tezt/DAL: add tests for RPC GET /commitments/<commitment>/headers 19 December 2022, 16:09:43 UTC
68df083 Tezt/DAL: two auxiliary functions to test get_commitment_headers RPC 19 December 2022, 16:09:43 UTC
5c63c1e Tezt/Dal: refactor test_dal_node_slots_headers_tracking 19 December 2022, 16:09:43 UTC
5daf630 Tezt/Dal: introduce dal_attestations and refactor tests. 19 December 2022, 16:09:43 UTC
d84c4f9 Tezt/lib_tezos: bind RPC GET /commitments/<commitment>/headers 19 December 2022, 16:09:43 UTC
16d297b DAL/Node: implement RPC GET /commitments/<commitment>/headers 19 December 2022, 16:09:43 UTC
3af5a8f DAL/Node: service for GET /slots/<commitment>/headers 19 December 2022, 16:09:43 UTC
d33da6d DAL/Node: add_slots_headers: also save info under /commitments 19 December 2022, 16:09:43 UTC
f3c8dd3 DAL/Node: change slot indexes encoding in headers path 19 December 2022, 16:09:43 UTC
dc2f436 Merge tezos/tezos!7040: DAL/Node: handle concurrency in ad-hoc storage Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7040 19 December 2022, 16:06:24 UTC
3f57fef DAL/Node: to shard_store, add test failing on wrong shard size 19 December 2022, 15:08:43 UTC
ed2502e DAL/Node: to shard store, add read failing tests and improve ux 19 December 2022, 15:08:42 UTC
c07a838 DAL/Node: in shard storage, handle concurrent accesses - use Lwt_idle_waiter, one by file - store waiters to a ring 19 December 2022, 15:08:40 UTC
4c9dc1c Merge tezos/tezos!7179: Revert "octez-sandboxed-node: start the node in archive mode" Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Rodi-Can Bozman <rbozman.functori@gmail.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7179 19 December 2022, 14:08:16 UTC
b487b23 Revert "octez-sandboxed-node: start the node in archive mode" This reverts commit 30ff4d17f2c27069c4adec679753513b68bed9b2. 19 December 2022, 13:16:35 UTC
eece0ab Merge tezos/tezos!7167: WASM: Add the `time` command to the Wasm REPL Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7167 19 December 2022, 09:33:39 UTC
fea8655 WASM: Add the `time` command to the Wasm REPL 19 December 2022, 07:23:57 UTC
a945e26 Merge tezos/tezos!7120: doc: shift docs to lima Co-authored-by: sol.lederer <solomon.lederer@ext.nomadic-labs.com> Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7120 19 December 2022, 03:22:03 UTC
175caf8 doc: shift docs to lima 19 December 2022, 03:22:03 UTC
c08dbd3 Merge tezos/tezos!7144: Doc/Michelson: redirect never and string operations to interactive reference Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7144 16 December 2022, 22:30:44 UTC
6e90c0b Doc/Michelson: redirect strings operations to interactive reference. 16 December 2022, 21:59:23 UTC
281671c Doc/Michelson: redirect never operations to interactive reference. 16 December 2022, 21:59:23 UTC
6b51c2a Merge tezos/tezos!7165: Tests/Pytest: remove accidentally snapshotted test_{contract,cors}.py Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7165 16 December 2022, 20:07:00 UTC
418482f Tests/Pytest: remove accidentally snapshotted test_{contract,cors}.py 16 December 2022, 18:17:44 UTC
38600ae Merge tezos/tezos!7169: Wasm: fix typo pp_state Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7169 16 December 2022, 18:17:03 UTC
9243ab9 Wasm: fix typo pp_state 16 December 2022, 17:10:51 UTC
4edc9fd Merge tezos/tezos!7072: Migration liquidity baking tests from pytest Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7072 16 December 2022, 17:10:10 UTC
6f4517f Test: 016 remove pytest traces, remove tests, add tezt traces 16 December 2022, 16:41:53 UTC
1f33266 Test: 014 remove pytest traces, remove tests, add tezt traces 16 December 2022, 16:41:53 UTC
b19768a Test: 015 remove pytest traces, remove tests, add tezt traces 16 December 2022, 16:41:53 UTC
back to top