https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
f30694b WIP - more 22 May 2023, 09:55:22 UTC
fbb11c1 Demo: export kernel debug log Deposit tickets into kernels Demo: user confirmation to launch Demo: dac members running Demo: run dac observer mondaynet: bump network Demo: setup dac members in installer demo: fix runner for DAC demo: kernel artifacts Kernel SDK: set dac members in installer Demo: submit DAC messages demo: kernel with debug log format demo: optimise kernel irmin update perf demo: splitup rollup assets across nodes GCP making DAC work working separate DAC multi rollups/dacs per node 22 May 2023, 09:50:01 UTC
5625696 Merge tezos/tezos!8766: Adaptive inflation: add parameter max_costaking_baker_count Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8766 22 May 2023, 09:49:26 UTC
cb877ab Tests: update regression outputs 22 May 2023, 09:12:00 UTC
513c67f Proto: add parameter max_costaking_baker_count 22 May 2023, 09:12:00 UTC
c44cc5c Merge tezos/tezos!8776: DAL/Node: handle notified app messages from GS Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8776 22 May 2023, 09:11:05 UTC
10162f5 DAL/Tezt: adapt the test to witness messages notification 22 May 2023, 07:46:18 UTC
f165eeb DAL/Tezt: add a waiter for app_message_delivered events 22 May 2023, 07:46:17 UTC
415839d DAL/Node: implement handler for app messages notified by GS worker 22 May 2023, 07:46:17 UTC
763e39b Merge tezos/tezos!8708: gas_parameter_diff: alert only on significant diff Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8708 22 May 2023, 07:29:17 UTC
bd17ea1 gas_parameter_diff: doc. 22 May 2023, 06:53:55 UTC
238014b gas_parameter_diff: alert only on significant diff. 22 May 2023, 06:53:55 UTC
c94fc18 Merge tezos/tezos!8736: DAL/Node: publish messages to GS (and P2P) & receive full messages from P2P Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8736 21 May 2023, 18:45:36 UTC
509d004 CI: use -j 3 instead of -j 4 for tezt 21 May 2023, 18:08:25 UTC
45dafaa Tezt/DAL: test messages publication to GS worker & reception via p2p 21 May 2023, 18:08:25 UTC
1e7123b DAL/Node: better interface when using with_proof flag 21 May 2023, 18:08:25 UTC
ad34331 DAL/Node: publish message to GS worker 21 May 2023, 18:08:25 UTC
ebc129d DAL/Node: prepare implementation of messages publication 21 May 2023, 18:08:25 UTC
79011cf DAL/Node: compute and store shard proofs when requested. 21 May 2023, 18:08:25 UTC
cf86936 DAL/Node: compute the shards_proofs precomputation once 21 May 2023, 18:08:25 UTC
611f39a DAL/Node: add function fetch_shard_indices to get the DAL committee 21 May 2023, 18:08:25 UTC
cfce2b5 DAL/Node: expose Committee_cache.committee 21 May 2023, 18:08:25 UTC
44a1dc1 DAL/Node: fix bug in Gs_interface.Message_id.pp 21 May 2023, 18:08:25 UTC
ffa81e6 Merge tezos/tezos!8739: Proto: keep total_supply up to date Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8739 19 May 2023, 21:10:08 UTC
9c76ddc Proto: keep total_supply up to date 19 May 2023, 20:27:22 UTC
fc9f2b0 Merge tezos/tezos!8734: Kernel/EVM: do not use utf8 to decode hashes Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8734 19 May 2023, 19:04:01 UTC
1fd42b6 EVM/Kernel: remove unused storage::address_path Uses utf8 for the wrong reason, and is a relicate from an old version of the kernel. 19 May 2023, 18:20:22 UTC
3c4c29e Kernel/EVM: do not use utf8 to encode hash Basically, UTF8 encoding give a special meaning to values above 128: they expect at least one more byte to decode the utf8 char. As such, since block hashes are a counter for now, reading them as UTF8 leads to an when the block counts goes above 128, and the kernel panics. 19 May 2023, 18:20:22 UTC
22ab485 Merge tezos/tezos!8748: Kernel SDK: reveal metadata always succeeds Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8748 19 May 2023, 18:19:34 UTC
36dcb17 Kernel SDK: reveal metadata always succeeds 19 May 2023, 17:46:19 UTC
653ff50 Merge tezos/tezos!8724: [DAC] Coordinator: specify committee members public keys in configuration file Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8724 19 May 2023, 16:45:49 UTC
fe689e6 DAC/Coordinator: make public keys non-optional 19 May 2023, 15:33:44 UTC
30c7c7d Dac/Coordinator: signature manager does not use wallet context 19 May 2023, 15:33:44 UTC
37e7465 Dac/Tezt: Coordinator node does not have access to secret keys 19 May 2023, 15:33:44 UTC
e8313d0 Dac/Coordinator: use public keys of committee members in configuration 19 May 2023, 15:33:44 UTC
301dfb4 Merge tezos/tezos!8404: Simplifying timelock's environment Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Co-authored-by: Marco Stronati <marco@stronati.org> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8404 19 May 2023, 14:30:31 UTC
3d16ee9 Doc: Update timelock documentation 19 May 2023, 13:12:18 UTC
f82d4e7 Tezt/test: Update coin toss timelock game tests 19 May 2023, 13:12:18 UTC
ccc21ed Proto_alpha/test/integration/contracts: Update coin toss timelock game 19 May 2023, 13:12:18 UTC
c65a577 Proto_alpha/lib_client: Update client commands for timelocks 19 May 2023, 13:12:18 UTC
d9741fa Proto_alpha: Remove timelock bogus_cipher 19 May 2023, 13:12:18 UTC
d91fbe0 Env10: use new timelock 19 May 2023, 13:12:18 UTC
f22d6ba Lib_crypto/Timelock: Remove bogus_cipher 19 May 2023, 13:12:18 UTC
ecc8835 Proto_017/benchmarks: use Timelock_legacy 19 May 2023, 13:12:18 UTC
86410fd Env9: using legacy timelock 19 May 2023, 13:12:18 UTC
7dab8bd Store/Test: bump environment to 10 19 May 2023, 13:12:18 UTC
afe7a5d Merge tezos/tezos!8765: [DAC] Client binary: read binary payload from file Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8765 19 May 2023, 11:38:26 UTC
8ff8ab9 Dac/Tezt: client command for sending payload from file 19 May 2023, 10:05:41 UTC
9845660 Dac/Client: command for reading payload from file 19 May 2023, 10:05:40 UTC
ec6f21a Merge tezos/tezos!8673: EVM on WASM: Refactor error- and transaction- handling Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8673 19 May 2023, 09:57:02 UTC
d0b3776 EVM on WASM: Refactor error- and transaction- handling 19 May 2023, 08:56:56 UTC
cdd269f Merge tezos/tezos!8738: Dac: extend observer config with committee member rpcs. Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8738 18 May 2023, 13:45:26 UTC
2955cae Dac: extend observer config with committee member endpoints 18 May 2023, 13:04:46 UTC
8070562 Merge tezos/tezos!8750: DAC: Replace `version_rpc_arg` with `dac v0_api_prefix` Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8750 18 May 2023, 12:38:46 UTC
18eae78 DAC/tezt: Encapsulate Dac_rpc onto V0 module 18 May 2023, 11:48:01 UTC
94329b8 DAC: Replace `version_rpc_arg` with `v0_api_prefix` 18 May 2023, 11:48:01 UTC
5248d7d DAC: Introduce `Api_version` module 18 May 2023, 11:48:01 UTC
bdca456 Merge tezos/tezos!8656: DAC: make Dac_plugin.raw_hash encoding JSON only Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8656 18 May 2023, 10:30:41 UTC
e8902eb DAC: rework return of tests + get rid of Lwt 18 May 2023, 09:40:17 UTC
5804a93 DAC: make Dac_plugin.raw_hash encoding JSON only DAC: add ppx_expect inline test for raw_hash encoding DAC: remove useless change Revert "DAC: remove useless change" This reverts commit 1b3a9e4d22a03fc89638a02a38ad8e988fe49f22. DAC: remove useless change DAC: trying to revert.. Revert "DAC: trying to revert.." This reverts commit 0951410f29f7bb040fc9e533ade54cf0637afc29. DAC: revert snoop-command.t DAC: switch from ppx_expect to classic tests suite DAC: remove ppx_expect 18 May 2023, 09:40:14 UTC
c30b1ba Merge tezos/tezos!8678: DAC: Introduce experimental (but binding) `V0` API Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Gauthier <gauthier@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8678 18 May 2023, 08:52:48 UTC
5f4db32 DAC/tezt: Only valid api version prefix is supported 18 May 2023, 09:17:00 UTC
cec7c44 DAC: Introduce `V0` module inside `Dac_node_client` 18 May 2023, 09:17:00 UTC
c937bf2 DAC: Introduce experimental (but binding) `V0` API 18 May 2023, 09:17:00 UTC
d2add33 DAC: Define `Api` module for versioning DAC API 18 May 2023, 09:17:00 UTC
3fa1528 DAC: Remove register_get_verify_signature from Coordinator mode 18 May 2023, 09:17:00 UTC
fd754ec Merge tezos/tezos!8727: DAL/Node: send/recv p2p messages (test subscribe & graft) Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8727 18 May 2023, 05:58:22 UTC
9b1539a Tezt/DAL: test subscribe & graft 18 May 2023, 05:25:18 UTC
20627be DAL/Node: add handlers to forward messages from/to GS to/from P2P 18 May 2023, 05:25:18 UTC
54e139a DAL/Node: rework the GS/Transport interconnection interface 18 May 2023, 05:25:18 UTC
ba2357d Merge tezos/tezos!8681: DAL/Node: join corresponding topics when adding a profile 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/8681 18 May 2023, 05:16:43 UTC
4dfd646 Tezt/Dal: add a test for GS topic join 18 May 2023, 04:37:37 UTC
7dca3a2 DAL/Node: join the corresponding topics when adding a profile 18 May 2023, 04:37:37 UTC
8dc466f DAL/Node: rework/fix worker events logging 18 May 2023, 04:37:37 UTC
c201d11 DAL/Node: expose implem details of topic, message, and message_id 18 May 2023, 04:37:37 UTC
39e5f94 DAL/Node: init the store with the GS worker 18 May 2023, 04:37:37 UTC
9ae2fb3 Merge tezos/tezos!8689: SCORU/Node: fix incorrect inbox for migration blocks Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8689 17 May 2023, 22:58:18 UTC
ba5a377 SCORU/Node: backport !8689 to Nairobi rollup node - SCORU/Node: fix incorrect inbox for migration blocks - SCORU/Node: rename incorrect migration_block to first_block 17 May 2023, 22:15:45 UTC
0af0d0b Test: basic protocol migration for rollup node 17 May 2023, 22:15:45 UTC
dc2fded SCORU/Node: rename incorrect migration_block to first_block 17 May 2023, 22:15:45 UTC
6dc2248 SCORU/Node: fix incorrect inbox for migration blocks 17 May 2023, 22:15:45 UTC
bc4bf6a Merge tezos/tezos!8783: DAC: get rid of useless Lwt on certificate tests Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8783 17 May 2023, 22:15:02 UTC
1bcf62a DAC: get rid of useless LWt on certificate tests 17 May 2023, 21:26:42 UTC
75cc5fd Merge tezos/tezos!8231: Client/Michelson: Typecheck several scripts Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8231 17 May 2023, 21:22:37 UTC
36b7882 Tezt/Michelson: new numbering of literal scripts in hash script 17 May 2023, 19:44:01 UTC
065b2af Tezt/Michelson: update error pattern for ill-typed scripts 17 May 2023, 19:44:01 UTC
00c6bb0 Client/Michelson: backport to Mumbai and Nairobi 17 May 2023, 19:44:01 UTC
afa836c Client/Michelson: fix numbering of literal scripts This commit changes the way literal scripts are numbered in the `hash script` and `typecheck script` commands. Instead of numbering all scripts (literal or not), we now only increment the counter of literal scripts once per literal script. This only affects the output when both paths and literal scripts are given. On `octez-client typecheck script some_path.tz "<first literal script>" "<second literal script>"`, the literal scripts are now numbered 1 and 2 instead of 2 and 3. 17 May 2023, 19:44:01 UTC
30960e3 Client/Michelson: backport to Mumbai and Nairobi 17 May 2023, 19:44:01 UTC
b3eef97 Client/Michelson: display the name of ill-typed scripts Even without --display-names, the name of ill-typed scripts now appears in error messages. 17 May 2023, 19:44:01 UTC
ab7f29a Tezt: reset regression traces 17 May 2023, 19:44:01 UTC
0cbe62f Client/Michelson: backport to Mumbai and Nairobi 17 May 2023, 19:44:00 UTC
1f568fc Client/Michelson: change format of "typecheck script" output To produce one line per typechecked script, for consistency with the "hash script" command. 17 May 2023, 19:44:00 UTC
f782cfc Client/Michelson: backport to Mumbai and Nairobi 17 May 2023, 19:44:00 UTC
c9e856c Client/Michelson: move display-names logic to print_typecheck_result This will enable displaying of name in errors even when --display-names is not given. 17 May 2023, 19:44:00 UTC
8bbd6e1 Client/Michelson: backport to Mumbai and Nairobi 17 May 2023, 19:44:00 UTC
a23e1ec Client/Michelson/TCscript: compute name even without --display-names 17 May 2023, 19:44:00 UTC
24c322b Tezt: reset regression traces 17 May 2023, 19:44:00 UTC
839fc06 Tezt/Michelson/Typechecking: use ~display_names in test 17 May 2023, 19:44:00 UTC
080bbd8 Tezt/Michelson: add the ?display_names option to typecheck_script 17 May 2023, 19:44:00 UTC
back to top