https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
99d8ccf Build: mark EVM node as released 01 March 2024, 16:35:46 UTC
49ea8d3 Merge tezos/tezos!12258: proto/receipts: Differentiate bakers rewards from their edge on staker rewards Co-authored-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Zay Dargaye <zaynah.dargaye@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12258 01 March 2024, 12:42:50 UTC
3d19ef0 proto/recipts: update changelog 01 March 2024, 12:19:38 UTC
2df8d46 proto/receipts: update regression files 01 March 2024, 12:19:38 UTC
06c3529 proto/receipts: update kaitai struct files 01 March 2024, 12:19:38 UTC
3fbe890 proto/receipts: adapt tests to new encodings 01 March 2024, 12:19:38 UTC
824da4e proto/receipts: Differentiate baker share from edge on staker rewards 01 March 2024, 12:19:38 UTC
939c9e0 Merge tezos/tezos!12228: EVM: failsafe storage in /tmp/evm and not just /tmp Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12228 01 March 2024, 12:18:55 UTC
3d1ff2e EVM/Kernel: add /evm prefix manually 01 March 2024, 12:00:50 UTC
ca09474 EVM/Kernel: failsafe storage in /tmp/evm and not /tmp 01 March 2024, 12:00:50 UTC
97cd6b0 Merge tezos/tezos!11827: DAL/Crypto_box: add a multi shard verification Co-authored-by: marcbeunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11827 01 March 2024, 12:00:04 UTC
28e334d DAL/cryptobox.mli : add comment 01 March 2024, 11:36:04 UTC
520e37f DAL/test: add a negative test for multi shard verif 01 March 2024, 11:36:04 UTC
f562903 DAL/test: change randrange_list function 01 March 2024, 11:36:04 UTC
01bb980 DAL/batched vrif: add the commitment to the transcript 01 March 2024, 11:36:04 UTC
4b8ceb1 Kzg/Kate_amortized: correct a comment 01 March 2024, 11:36:04 UTC
aa9f2ac Tezt/DAL: add multi shard verif to benchmarks 01 March 2024, 11:36:04 UTC
58d31ec DAL/Crypto_box: add a multi shard verification 01 March 2024, 11:36:04 UTC
7b18b2f Merge tezos/tezos!12253: Etherlink: Fix missing commit in tez_kernelVersion Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12253 01 March 2024, 11:35:17 UTC
5ed9bf0 Etherlink: Fix missing commit in tez_kernelVersion 01 March 2024, 11:13:21 UTC
8194b46 Merge tezos/tezos!12196: DAL: Move some E2E tests to gossipsub Co-authored-by: Anne-Laure <al.schmitt@protonmail.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/12196 01 March 2024, 11:12:30 UTC
f2a8655 DAL/Test: Migrate a test to gossipsub 01 March 2024, 10:48:30 UTC
45472dc Merge tezos/tezos!12183: Snoop: fix standard output not appearing Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12183 01 March 2024, 10:47:45 UTC
388fc4c Snoop: fix standard output not appearing 01 March 2024, 10:17:13 UTC
84443b9 Merge tezos/tezos!12025: DAL node: persist profiles on disk Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12025 01 March 2024, 10:16:23 UTC
1ae9388 DAL/Node: take configuration profile into account when using the loaded profile context 01 March 2024, 09:52:20 UTC
15c6b92 DAL/Node: persist profiles on disk and do not save the config at termination The reason for saving it was to not lose modifications to the profiles done by the baker registering the corresponding attester profile. But this is taken care of by persisting the profile context on disk each time it is modified. 01 March 2024, 09:52:19 UTC
29ebfc2 DAL/Node: refactor setting initial profiles in daemon (used in later commits) 01 March 2024, 09:52:19 UTC
dfd3e07 DAL/Node: allow for the profile context to be loaded from and saved on disk 01 March 2024, 09:52:19 UTC
0db98f8 DAL/Tezt: check that profiles are persistent after hard restart Co-Authored-By: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> 01 March 2024, 09:52:19 UTC
78a8c19 Merge tezos/tezos!12162: Proto/docs: update AI doc with more correct info Co-authored-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Paul Laforgue <paul.laforgue@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12162 01 March 2024, 09:42:15 UTC
73723ba Proto: fix the RPC description for expected_issuance 01 March 2024, 09:17:54 UTC
2bcad38 Docs/Proto: fix formatting 01 March 2024, 09:17:54 UTC
d69d58e Proto/docs: update AI doc with more correct info 01 March 2024, 09:17:54 UTC
86ae56d Docs/Proto: liquidity baking is independent of adaptive issuance 01 March 2024, 09:17:54 UTC
efd633a Docs/Proto: consensus_rights_delay is 2 cycles 01 March 2024, 09:17:54 UTC
f1b3365 Docs/Proto: remove doc on Adaptive Issuance from Oxford 01 March 2024, 09:17:54 UTC
4bd12c9 Merge tezos/tezos!12254: p2p: add an issue to a TODO about ban IP addresses instead of points Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12254 01 March 2024, 09:17:06 UTC
a2ad927 p2p: add issue to TODO about ban IP instead point 01 March 2024, 08:56:54 UTC
168b8fc Merge tezos/tezos!12157: Shell/RPC: remove deprecated applied param from mempool RPCs Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12157 01 March 2024, 08:55:36 UTC
ef3e417 Changelog: remove applied parameter 01 March 2024, 08:26:15 UTC
97fd83a Shell/RPC: remove deprecated applied param from mempool RPCs 01 March 2024, 08:26:15 UTC
dd3460b Merge tezos/tezos!12227: Sdtlib/Key-value store: layout is not fixed at initialization 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/12227 01 March 2024, 08:15:29 UTC
82e361d Stdlib: refactor Key_value_store 01 March 2024, 07:50:13 UTC
2179235 Merge tezos/tezos!12238: Tezt/DAL: add options to set more DAL parameters in registration wrappers Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12238 29 February 2024, 21:42:55 UTC
2d5fa0c Tezt/DAL: add options to set more dal parameters in registration wrappers 29 February 2024, 21:22:44 UTC
02c6ad3 Merge tezos/tezos!12211: [images/client-libs-dependencies] fix version of kaitai-struct-compiler Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12211 29 February 2024, 17:51:20 UTC
7ca2840 CI: align [kaitai_checks]'s [change:] with [kaitai_e2e_checks] Since the latter needs the former, the [changes:] clause of the latter must imply that of the former. This can be ensured by giving them the same [changes:] clause. 29 February 2024, 17:31:43 UTC
79a80b3 [images/client-libs-dependencies] fix revision of kaitai-struct-compiler 29 February 2024, 17:31:43 UTC
8d77fe2 Merge tezos/tezos!12117: Rollup node: rename hashes to ids for injector operations and batcher L2 messages 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/12117 29 February 2024, 16:27:16 UTC
4eb7099 Rollup node/Batcher: rename message hash to id 29 February 2024, 16:01:21 UTC
8510011 Rollup node/Injector: rename hash to id 29 February 2024, 16:01:21 UTC
1ade1ae Merge tezos/tezos!12257: EVM/Kernel: remove last blueprint pointer Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12257 29 February 2024, 16:00:35 UTC
0d9a643 EVM/Kernel: remove last blueprint pointer 29 February 2024, 15:42:08 UTC
0e344d0 EVM/Kernel: bump storage version 29 February 2024, 15:42:08 UTC
a77b378 Merge tezos/tezos!12195: Rollup node/Injector: Fix slowness of injector on long reorgs Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Max <maxime.levillain@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12195 29 February 2024, 15:41:22 UTC
1c2fe4e Rollup node/Injector: only move operations around when table not empty 29 February 2024, 15:23:42 UTC
2a49de5 Rollup node/Injector: Fix slowness of injector on long reorgs An example of a long reorg is when the injector (i.e. the rollup node) is stopped for some time and restarted after. 29 February 2024, 15:23:42 UTC
a179245 Merge tezos/tezos!12199: DAL: Set new parameters 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> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12199 29 February 2024, 15:22:53 UTC
313a934 DAL: Set new parameters 29 February 2024, 14:54:59 UTC
8a15025 Merge tezos/tezos!12255: Etherlink: freeze version 624a1440 Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12255 29 February 2024, 14:54:11 UTC
c3d00ae EVM/Tests: update migration tests for 624a1440 29 February 2024, 14:28:53 UTC
b96e799 EVM/Kernel: remove migration 29 February 2024, 14:28:53 UTC
4ba0f44 EVM/Node: freeze production for 624a1440 29 February 2024, 14:28:52 UTC
e071b30 Etherlink: update ghostnet for version 624a1440 29 February 2024, 14:28:52 UTC
1738fdd Etherlink: update changelogs for 624a1440 29 February 2024, 14:28:52 UTC
38a02ef Merge tezos/tezos!12189: WASM/Debugger: add an option to select the directory for flamecharts Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12189 29 February 2024, 14:28:07 UTC
76bfc89 EVM/Benchmarks: output flamecharts directly in the correct path 29 February 2024, 14:08:31 UTC
0b06054 WASM/Debugger: output flamecharts in user defined directory 29 February 2024, 14:08:31 UTC
058343e WASM/Debugger: add --flamecharts-dir option 29 February 2024, 14:08:31 UTC
67e3cf2 WASM/Debugger: add flamecharts directory in the config 29 February 2024, 14:08:31 UTC
e310562 Merge tezos/tezos!12204: DAL: recompute the skip list cells per level in the plugin 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/12204 29 February 2024, 14:07:42 UTC
e0dff68 Dal/Plugin: recompute the skip list cells of a level in the plugin 29 February 2024, 13:48:40 UTC
e3e6ddf Dal/Plugin: refactoring 29 February 2024, 13:48:40 UTC
48cdcc6 Proto-Plugin/Dal: RPC for published slots headers waiting for attestation for a level 29 February 2024, 13:48:40 UTC
cdb6ecf Merge tezos/tezos!12251: Etherlink: Ignore kernel builds Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12251 29 February 2024, 11:23:19 UTC
e11223a Etherlink: Ignore kernel builds 29 February 2024, 11:21:34 UTC
20edbbc Merge tezos/tezos!12246: Etherlink: What you are referring to is preimages actually Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12246 29 February 2024, 11:20:51 UTC
eb7761e Etherlink: What you are referring to is preimages actually 29 February 2024, 10:57:50 UTC
2c23c3c Merge tezos/tezos!10425: EVM: Bench: fixed problematic scenarios Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10425 29 February 2024, 10:57:02 UTC
6908128 EVM: Bench: Fix buggy benchmark scenarios 29 February 2024, 10:35:06 UTC
cae5b79 Merge tezos/tezos!12229: DAL: use small value for number_of_shards in slow AI tests Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.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/12229 29 February 2024, 10:34:23 UTC
73d3b53 Alpha/DAL: replace bitset weight computation by library call 29 February 2024, 10:07:53 UTC
4501cac Alpha/DAL: move comment The comment was placed in a function that did not do what the comment said. In particular [computed_committee] is also called by Dal_services, and there we don't cache the committee. 29 February 2024, 10:07:53 UTC
191a744 Alpha/DAL: remove the unused mapping from the DAL committee 29 February 2024, 10:07:53 UTC
b122786 Alpha/Tests: use small value for number_of_shards in slow AI tests Computing the DAL committee takes a bit of time, around 1ms for [number_of_shards] = 2048, and this adds up when baking for a long time. As this issue is orthogonal to this test, we simply pick a lower value. 29 February 2024, 10:07:53 UTC
d039799 Merge tezos/tezos!11800: Etherlink: Scenario 5 - the Uniswap v2 DeFi protocol Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11800 29 February 2024, 10:06:24 UTC
01f8e0d Etherlink: scenario 5 (uniswap) 29 February 2024, 09:48:22 UTC
5476dbf Merge tezos/tezos!11500: CI-in-OCaml: [*release_tag(test)] pipelines Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11500 29 February 2024, 09:37:45 UTC
5697605 CI-in-OCaml: documentation updates 29 February 2024, 09:18:05 UTC
0e18db0 CI: generate [release_tag] pipelines 29 February 2024, 09:18:05 UTC
41f8426 CI: generate jobs [opam:release], [gitlab:{publish,release}] 29 February 2024, 09:18:05 UTC
1f32e7f CI: refactor, remove redundant [dependencies:] from [opam:release] The job [gitlab:release] does not produce any artifacts so this [dependencies] clause is noop. 29 February 2024, 09:18:05 UTC
0c659f3 CI: generate binary package builds [oc.build:{rpm,dpkg}] 29 February 2024, 09:18:05 UTC
e5f0095 CI: refactor, split [bin_packages{,-manual}.yml] 29 February 2024, 09:18:05 UTC
3d5533f CI: generate jobs [docker:merge_manifests] 29 February 2024, 09:18:05 UTC
472f698 CI: generate Docker build jobs 29 February 2024, 09:18:05 UTC
3a853fa CI: generate [rust-toolchain] build jobs 29 February 2024, 09:18:05 UTC
a311d14 CI: refactor, remove redundant [paths] in [changes:] clause 29 February 2024, 09:18:05 UTC
d51f187 CI: generate static binary build jobs 29 February 2024, 09:18:05 UTC
back to top