https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
3c600db Tests: update regression traces. 26 May 2023, 16:55:45 UTC
dd24b40 Protocol: gas parameter updates. According to the latest run on the reference machine. 26 May 2023, 13:43:29 UTC
ed036f3 Merge tezos/tezos!8872: Kernel SDK: add external message framing protocol Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: X <xf@marigold.dev> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8872 26 May 2023, 09:16:32 UTC
2b85ab8 Kernel SDK: add external message framing protocol 26 May 2023, 08:40:43 UTC
c1b7270 Merge tezos/tezos!8604: Resolve conflicted model names Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Co-authored-by: taiseiKMC <taisei@kmc.gr.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8604 26 May 2023, 04:11:23 UTC
abe0697 lib_benchmark: modify the model equality check 26 May 2023, 03:21:15 UTC
2cdba76 snoop: Change conflicted models names - encoding/ENCODING_MICHELINE - encoding/ENCODING_MICHELINE - encoding/ENCODING_MICHELINE_bytes - encoding/DECODING_MICHELINE - encoding/DECODING_MICHELINE - encoding/DECODING_MICHELINE_bytes - translator/Parsing_Data - translator/Parsing_Data_gas - translator/Parsing_Data_size - translator/Parsing_Code - translator/Parsing_Code_gas - translator/Parsing_Code_size - translator/Unparsing_Data - translator/Unparsing_Data_gas - translator/Unparsing_Data_size - translator/Unparsing_Code - translator/Unparsing_Code_gas - translator/Unparsing_Code_size - script_typed_ir_size/size_based_model - script_typed_ir_size/KINSTR_SIZE - script_typed_ir_size/TYPE_SIZE - script_typed_ir_size/VALUE_SIZE 26 May 2023, 03:21:15 UTC
5b0e7fe lib_benchmark: Add warning if the same model is registered 26 May 2023, 03:21:15 UTC
bbd351d Merge tezos/tezos!8788: Benchmarks_proto: adds comments for the constructor lists which affect the workload encoding Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8788 26 May 2023, 01:31:29 UTC
366e7d4 Benchmarks_proto: adds comments for the constructor lists which affect the workload encoding 26 May 2023, 00:54:19 UTC
4e3a405 Merge tezos/tezos!8825: Benchmark: fixes printing of solution in text (#5692) Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8825 26 May 2023, 00:53:25 UTC
d2ad1c5 Benchmark: fixes printing of solution in text (#5692) 26 May 2023, 00:10:09 UTC
af684c9 Merge tezos/tezos!8775: DAL/Node: validate GS messages (version 1) Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8775 25 May 2023, 18:19:44 UTC
24d48d7 Tezt/DAL: add test_dal_node_gs_invalid_messages_exchange test 25 May 2023, 17:41:20 UTC
331ba2d Tezt/DAL: refactor test to reuse it for invalid messages exchange 25 May 2023, 17:41:20 UTC
31ca387 Tezt/DAL: use helpers in test_dal_node_gs_valid_messages_exchange 25 May 2023, 17:41:20 UTC
674336d Tezt/DAL: add a helper waiter_successful_shards_app_notification 25 May 2023, 17:41:19 UTC
8d2dc73 Tezt/DAL: introduce a helper function waiter_receive_shards 25 May 2023, 17:41:19 UTC
ddc4814 Tezt/DAL: add a helper waiters_publish_shards 25 May 2023, 17:41:19 UTC
7f741b8 Tezt/DAL: add custom tags for GS tests 25 May 2023, 17:41:19 UTC
6a84eac Tezt/DAL: rename main test to test_dal_node_gs_valid_messages_exchange 25 May 2023, 17:41:19 UTC
7badc92 Tezt/DAL: use the nodes_join_the_same_topics helper in msg exchange test 25 May 2023, 17:41:19 UTC
2d441ac Tezt/DAL: introduce a helper function nodes_join_the_same_topics 25 May 2023, 17:41:19 UTC
2e6bc93 Tezt/DAL: use the connect_nodes_via_p2p helper function 25 May 2023, 17:41:19 UTC
dc0ea0f Tezt/DAL: introduce helper function connect_nodes_via_p2p 25 May 2023, 17:41:19 UTC
fd65b58 DAL/Node: implement GS messages validation 25 May 2023, 17:41:19 UTC
0a15e99 DAL/Node: add an event for the case where message validation fails 25 May 2023, 17:41:19 UTC
c69a8cc DAL/GS: export Validate_message_hook.set in gossipsub.ml* 25 May 2023, 17:41:19 UTC
4031712 DAL/GS: provide Message.valid via a hook 25 May 2023, 17:41:19 UTC
6337c7a DAL/GS: add message_id in Message.valid 25 May 2023, 17:41:19 UTC
f7f01e7 Merge tezos/tezos!8601: Deps: install sapling parameters files via opam Co-authored-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8601 25 May 2023, 17:23:02 UTC
a4d9f4a Deps: install sapling parameters files via opam 25 May 2023, 16:40:21 UTC
08b7343 Merge tezos/tezos!8863: Dac: add experimental disclaimer on node start up Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8863 25 May 2023, 16:38:00 UTC
79f2a61 Dac: add experimental disclaimer on node start up 25 May 2023, 16:04:27 UTC
c437408 Merge tezos/tezos!8873: Tezt: Keep the standard input of daemons Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8873 25 May 2023, 16:03:42 UTC
bc971b7 Tezt: Keep the standard input of daemons 25 May 2023, 15:28:21 UTC
f832884 Merge tezos/tezos!8713: Scoru: Use immutable CBV internally in the original CBV Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8713 25 May 2023, 15:27:34 UTC
2d91665 Scoru: Use immutable CBV internally in the original CBV 25 May 2023, 14:53:35 UTC
2a2b8c0 Merge tezos/tezos!8764: DAC: `RPC_server` code organization reflects code versioning Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8764 25 May 2023, 14:52:46 UTC
3cee5d1 DAC/RPC_server: Encapsulate `V0` API 25 May 2023, 14:13:33 UTC
a3b1ff6 DAC/RPC_server: Encapsulate `V1` API 25 May 2023, 14:13:33 UTC
1796bfc DAC: Move `V0` handlers to `RPC_handlers` 25 May 2023, 14:13:33 UTC
bc6a956 DAC: Move handlers common to `V0` and `V1` to `RPC_handlers` 25 May 2023, 14:13:33 UTC
990c8bf DAC: Move health handlers to `RPC_handlers` 25 May 2023, 14:13:33 UTC
724fab1 DAC: Introduce `RPC_handlers` module 25 May 2023, 14:13:33 UTC
1e2d1f2 DAC: Move `handle_get_missing_page` to `Observer` module 25 May 2023, 14:13:33 UTC
f14fe49 Merge tezos/tezos!6578: SCORU/Injector: Allow duplicate operations in injector's queue Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6578 25 May 2023, 14:12:47 UTC
9b94324 SCORU/Tezt: test duplicate add_messages in injector 25 May 2023, 13:07:11 UTC
a459fea SCORU/Node: allow duplicate add_messges in injector 25 May 2023, 13:07:11 UTC
63eddc9 Injector: Allow some duplicate operations in injector queue 25 May 2023, 13:07:11 UTC
29f1e47 Merge tezos/tezos!8718: EVM: produce and read transaction object Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8718 25 May 2023, 12:33:58 UTC
3d42047 EVM/Tezt: test rpc getTransactionByHash 25 May 2023, 11:58:52 UTC
f516f3d EVM/Proxy: asks kernel the transaction object 25 May 2023, 11:58:52 UTC
068f23d EVM/Kernel: store transaction object 25 May 2023, 11:58:52 UTC
b954f02 Merge tezos/tezos!8865: CI: handle missing variables gracefully in [docker_registry_auth.sh] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8865 25 May 2023, 11:58:01 UTC
90b1720 CI: handle missing variables gracefully in [docker_registry_auth.sh] These variables are set when building the images in the jobs, but they are not otherwise. They do not actually impact docker registry authentication, they are only used here for debug output. Therefore, their absence is not an error. 25 May 2023, 11:25:39 UTC
62613b7 Merge tezos/tezos!8723: SCORU/Node: Store v2 where messages don't have metadata and inboxes and commitments are versioned Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8723 25 May 2023, 11:24:50 UTC
bf92275 SCORU/Node: Backport !8723 to Mumbai rollup node - SCORU/Node: Store v2 with migrations - SCORU/Node: use store v2 where messages don't have metadata - SCORU/Node: versioned encodings for commitments and inboxes Fixes #5689 25 May 2023, 10:50:12 UTC
e8bda6a SCORU/Node: Backport !8723 to Nairobi rollup node - SCORU/Node: Store v2 with migrations - SCORU/Node: use store v2 where messages don't have metadata - SCORU/Node: versioned encodings for commitments and inboxes Fixes #5689 25 May 2023, 10:50:12 UTC
ab0a3a4 SCORU/Node: versioned encodings for commitments and inboxes Fixes #5689 25 May 2023, 10:50:12 UTC
9c9e5f1 SCORU/Node: use store v2 where messages don't have metadata 25 May 2023, 10:50:12 UTC
dc72767 SCORU/Node: Store v2 with migrations 25 May 2023, 10:50:12 UTC
a715972 Merge tezos/tezos!8715: SCORU/Node: store and context versioning information Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8715 25 May 2023, 10:49:24 UTC
4e638a7 SCORU/Node/Mumbai: backport !8715 to Mumbai rollup node - SCORU/Node: version information for store - SCORU/Node: correct r/w typing constraint on context rollup address - SCORU/Node: context versioning information 25 May 2023, 10:18:13 UTC
acc93d5 SCORU/Node/Nairobi: backport !8715 to Nairobi rollup node - SCORU/Node: version information for store - SCORU/Node: correct r/w typing constraint on context rollup address - SCORU/Node: context versioning information 25 May 2023, 10:18:13 UTC
0c6d511 SCORU/Node: context versioning information 25 May 2023, 10:18:13 UTC
3d26297 SCORU/Node: correct r/w typing constraint on context rollup address 25 May 2023, 10:18:13 UTC
d77aad5 SCORU/Node: version information for store 25 May 2023, 10:18:13 UTC
76dfbe0 Merge tezos/tezos!8676: SCORU/Node: Store migrations Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8676 25 May 2023, 10:17:27 UTC
eda353d SCORU/Node/Mumbai: Mumbai rollup node uses store v1 25 May 2023, 09:35:51 UTC
fb71a7f Doc: remove ocamldoc patch for removed file 25 May 2023, 09:35:51 UTC
0d931e1 SCORU/Node: Backport !8676 to Mumbai rollup node, use store v0 - SCORU/Node/Store: iter on L2 blocks - SCORU/Node/Store: signature for versioned store - SCORU/Node/Store: two versions of the store module - SCORU/Node: generic store migration logic - SCORU/Node/Store: migrate messages from v0 to v1 - SCORU/Node/Store: migration of DAL data from v0 to v1 25 May 2023, 09:35:51 UTC
12c90f0 SCORU/Node: Backport !8676 to Nairobi rollup node, use store v1 - SCORU/Node/Store: iter on L2 blocks - SCORU/Node/Store: signature for versioned store - SCORU/Node/Store: two versions of the store module - SCORU/Node: generic store migration logic - SCORU/Node/Store: migrate messages from v0 to v1 - SCORU/Node/Store: migration of DAL data from v0 to v1 25 May 2023, 09:35:51 UTC
d57e389 SCORU/Node/Store: migrate DAL data from v0 to v1 25 May 2023, 09:35:50 UTC
67828c1 SCORU/Node/Store: migrate messages from v0 to v1 25 May 2023, 09:35:50 UTC
df1a32a SCORU/Node: generic store migration logic 25 May 2023, 09:35:50 UTC
c7d54b6 SCORU/Node/Store: two versions of the store module This is necessary to support the version of the store used in the Mumbai rollup node. 25 May 2023, 09:35:50 UTC
56f11a0 SCORU/Node/Store: signature for versioned store 25 May 2023, 09:35:50 UTC
01126a4 SCORU/Node/Store: iter on L2 blocks 25 May 2023, 09:35:49 UTC
a65fd1c L2/Store: expose path of components 25 May 2023, 09:35:49 UTC
2fb38f1 L2/Store: expose underlying Irmin store Used for migrations 25 May 2023, 09:35:49 UTC
3b2c47c Tests: run migration tests on Mumbai->Nairobi as well 25 May 2023, 09:35:48 UTC
ebf320f Merge tezos/tezos!8838: Bump opam-repository to images with Alpine 3.17 and Poetry 1.2.2 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/8838 25 May 2023, 09:21:37 UTC
b191a97 rust: bump version from 1.60.0 to 1.64.0 1.64.0 is the version distributed in Alpine 3.17 25 May 2023, 08:19:45 UTC
f91c04f docs: document the used poetry version 25 May 2023, 08:19:45 UTC
513a47c docs: bump poetry version in doc test script 25 May 2023, 08:19:45 UTC
849c436 opam: bump opam-repository to get Alpine 3.17 images 25 May 2023, 08:19:45 UTC
972838d .gitlab-ci.yml: remove unused [image_template__alpine] template 25 May 2023, 08:19:45 UTC
f703044 Merge tezos/tezos!8650: p2p/tezt: fix error propagation in forked process Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8650 25 May 2023, 08:04:42 UTC
9a0e031 p2p/tezt: fix error propagation in forked process 25 May 2023, 07:31:31 UTC
5c775cc Merge tezos/tezos!8797: [DAC/Kernel SDK] Encoding for certificates V0 Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> 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/8797 24 May 2023, 23:45:15 UTC
e7bda4a Kernel/SDK: introduce Dac certificates (and encoding) 24 May 2023, 23:02:39 UTC
4d4e4a3 Merge tezos/tezos!8747: Dac: observer downloads missing pages from committee Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8747 24 May 2023, 19:40:34 UTC
63822a6 Dac: observer query missing pages from DAC committee members 24 May 2023, 19:03:50 UTC
e1a1917 Merge tezos/tezos!8853: proto: add of_list function to build a Merkle_list Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8853 24 May 2023, 19:03:02 UTC
9b7c78a proto: add of_list function to build a Merkle_list 24 May 2023, 18:29:00 UTC
8e19f00 Merge tezos/tezos!8817: Proto: Drop smart rollups’ origination proofs Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8817 24 May 2023, 18:28:11 UTC
e66b25e Proto: Drop smart rollups’ origination proofs 24 May 2023, 17:54:15 UTC
dde138d Merge tezos/tezos!8855: CODEOWNERS: add @MarcBeunardeau as Octez merge team member Co-authored-by: marcbeunardeau <marc.beunardeau@nomadic-labs.com> Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8855 24 May 2023, 17:53:25 UTC
b523b96 CODEOWNERS : MarcBeunardeau replaces victor-dumitrescu for plonk 24 May 2023, 17:17:47 UTC
back to top