https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
8e133bd WIP: add some code that should trigger semgrep linter errors 02 April 2024, 10:18:07 UTC
95be018 scripts: Add CI job to prevent the explicit use of localhost or 127.0.0.1 02 April 2024, 10:18:07 UTC
c383741 tezt: Use Constant.ipv4_loopback instead of 127.0.0.1 02 April 2024, 10:18:07 UTC
8f26065 tezt: Use Constant.localhost instead of localhost 02 April 2024, 10:18:06 UTC
a8dad36 tezt: Add Constant.localhost and Constant.ipv4_loopback 02 April 2024, 10:18:06 UTC
f9729a9 Merge tezos/tezos!12683: Etherlink: keep l2 level of l1 last head and add reset command Co-authored-by: Sylvain Ribstein <sylvain.ribstein@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/12683 02 April 2024, 10:03:36 UTC
a0400d8 evm/tezt: test to reset the state and then produce block 02 April 2024, 09:43:47 UTC
4201c01 evm/node: nit fix 02 April 2024, 09:43:47 UTC
5838bf1 evm/node: add command to reset the state of the evm_context 02 April 2024, 09:43:47 UTC
eac0691 evm/node: store l2_level with latest l1 level processed 02 April 2024, 09:43:47 UTC
5900f68 Merge tezos/tezos!12728: DAL: catch precomputation error Co-authored-by: Anne-Laure <al.schmitt@protonmail.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/12728 02 April 2024, 09:43:03 UTC
d58d79d Dal/Cryptobox: catch Kate_amortized.preprocess_multiple_multi_reveals exception 02 April 2024, 09:22:22 UTC
3a07a44 Kzg/Kate_amortized: raise SRS_too_short in preprocess_multiple_multi_reveals 02 April 2024, 09:22:22 UTC
afdbea4 Merge tezos/tezos!12731: EVM Kernel: Fix reimbursement to the sequencer pool address Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12731 02 April 2024, 09:07:48 UTC
b786d92 EVM Kernel: Fix reimbursement to the sequencer pool address The failsafe storage mechanism implemented recently is quite subtle (and error-prone). During the production of a block, `/evm/world_state` is copied to `/tmp/evm/world_state` and *every access to the durable storage is prefixed by `/tmp`*. This is why the configuration is passed over in the various block validation function. This logic was not used for the sequencer pool address, which is read in place at `/evm/sequencer_pool_address` (that is, `/tmp/evm/sequencer_pool_address`). We fix this bug by reading the sequencer pool address once, before starting the block production, and passing the argument over to use site. 02 April 2024, 08:49:58 UTC
31647d2 Merge tezos/tezos!12737: Tezt/Tezos: Extend Dal node functions for runners Co-authored-by: saroupille <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/12737 02 April 2024, 08:36:40 UTC
9a71289 Tezt/DAL: Do not use `--peer` when there is no peer 02 April 2024, 08:16:52 UTC
02a2889 Tezt/DAL: Make DAL node compatible with runners 02 April 2024, 08:16:52 UTC
4653902 Tezt/Tezos: Extend Dal node functions for runners 02 April 2024, 08:16:52 UTC
226d9e8 Merge tezos/tezos!12735: DAL: Activate the DAL by default on the shell side Co-authored-by: saroupille <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/12735 02 April 2024, 08:16:02 UTC
0718a6f DAL: Activate the DAL by default on the shell side 02 April 2024, 07:52:58 UTC
04f2a3f Merge tezos/tezos!12720: doc: define type normalization and its effects Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12720 29 March 2024, 18:44:44 UTC
82ae710 doc: define type normalization and its effect on annotations 29 March 2024, 18:23:36 UTC
293e3b6 doc: add type normalization teaser in the client command 29 March 2024, 18:23:36 UTC
8c68546 Merge tezos/tezos!12661: shell: rename block validation in block application Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12661 29 March 2024, 18:22:54 UTC
6c7e46f lib_shell: improve block validator request errors 29 March 2024, 15:12:41 UTC
87366cb lib_shell: rename validate in precheck_and_apply in block_validator 29 March 2024, 15:12:41 UTC
849d0e4 lib_shell: rename validation in application in block_validator events and errors 29 March 2024, 15:12:41 UTC
03e76ee lib_validation: rename validate in apply 29 March 2024, 15:12:41 UTC
b23e281 Merge tezos/tezos!12721: Tezt: fix calls with --file parameters Co-authored-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12721 29 March 2024, 15:02:36 UTC
01c5aec Tezt: fix calls with --file parameters 29 March 2024, 14:59:13 UTC
561c621 Merge tezos/tezos!12719: Proto/Dal/Sc-rollups: port some missing commits to upcoming Paris/Octez 20 Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12719 29 March 2024, 14:58:31 UTC
19e2449 Tezt/Dal: comment failing disabled test 29 March 2024, 14:35:27 UTC
7ff779e Proto/Dal/Sc-rollups: Partially port !12535 to Paris Port commit d7a73e9f4d97e555e1525e13a0d37f992f1fa047 29 March 2024, 14:35:27 UTC
415645f Proto/Dal/Sc-rollups: Partially port !12454 to Paris Port commits e636cffe767e9e896ccc5d36d9f446ebc75ea01c & 2922259532e50ea13fc5e5a8aee3cc808005f0f5 29 March 2024, 14:35:27 UTC
abcf1bd Merge tezos/tezos!12625: EVM Kernel: Remove config.toml Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12625 29 March 2024, 13:20:53 UTC
16e6429 EVM Kernel: Remove config.toml 29 March 2024, 13:02:08 UTC
114ad58 Merge tezos/tezos!12650: AI simulator: extend the simulator with methods to return chain amounts Co-authored-by: phink <paul.laforgue@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12650 29 March 2024, 12:26:55 UTC
4d46ac6 Contrib/ai-simulator: extend the charts demo with the total delegated amount 29 March 2024, 12:21:04 UTC
4be25bc Contrib/ai-simulator: total_delegated method 29 March 2024, 12:21:04 UTC
e132543 Contrib/ai-simulator: total_staked method 29 March 2024, 12:21:04 UTC
d556d8c Contrib/ai-simulator: total_supply method 29 March 2024, 12:21:04 UTC
1a122e0 Merge tezos/tezos!12647: AI simulator: extend script-scrap-weeklynet.sh with the fetching of the total delegated amount on chain. Co-authored-by: phink <paul.laforgue@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12647 29 March 2024, 12:20:19 UTC
55246c7 Contrib/ai-simulator: export total_delegated_storage 29 March 2024, 12:14:24 UTC
f777a84 Contrib/ai-simulator: refresh demo data 29 March 2024, 12:14:24 UTC
798bfbe Contrib/ai-simulator: update script-scrap-weeklynet.sh to fetch delegated balances 29 March 2024, 12:14:24 UTC
8b8113d Merge tezos/tezos!12591: EVM Node: Write migrations in proper SQL files Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12591 29 March 2024, 11:12:38 UTC
7327ffc EVM Node: Write migrations in proper SQL files 29 March 2024, 10:38:58 UTC
e601e17 Merge tezos/tezos!12644: Irmin/Tests: Minimal testing framework for Irmin before including tests from the original Irmin repo Co-authored-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Co-authored-by: mattiasdrp <mattias@kojin.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12644 29 March 2024, 08:43:27 UTC
b861057 Irmin/tests: Use tezt instead of alcotest + licenses 29 March 2024, 08:11:22 UTC
95d65f5 Irmin/Test: Minimal testing framework for Irmin 29 March 2024, 08:11:22 UTC
0a4c572 Merge tezos/tezos!12711: Etherlink - Tezt: Fix requirements for evm_sequencer Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12711 29 March 2024, 08:10:03 UTC
3828754 Etherlink - Tezt: Fix requirements for evm_sequencer 29 March 2024, 07:46:35 UTC
887f261 Merge tezos/tezos!12615: profiler_lib: adding unit tests for simple_profiler.ml Co-authored-by: Diana Savatina <diana.savvatina@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12615 28 March 2024, 19:12:08 UTC
71dd558 profiler_lib: license, format and captured output 28 March 2024, 18:38:02 UTC
60b3ce0 profiler_lib: unit tests - fixed lint errors 28 March 2024, 18:38:02 UTC
1a51d6d profiler_lib: adding capturing for unit tests The generated profiling results of Simple profiler are captured and checked against regression. 28 March 2024, 18:38:02 UTC
c45671c profiler_lib: fix for unit tests applied comments: - added --verbose flag - added checks for the profiler output - use Temp.file instead of the hardcoded path 28 March 2024, 18:38:02 UTC
0bde912 profiler_lib: adding unit tests > dune exec src/lib_base/unix/test/main.exe -- --file test_simple_profiler.ml [15:44:52.711] [SUCCESS] (1/2) Simple profiler: basic profiler test [15:44:53.258] [SUCCESS] (2/2) Simple profiler: all profiler actions 28 March 2024, 18:38:02 UTC
885c4bd Merge tezos/tezos!12614: Profiler_lib: adding a timestamp to all top level record section Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12614 28 March 2024, 18:37:17 UTC
814ed5a Profiler: add a timestamp to all toplevel record section 28 March 2024, 18:13:01 UTC
5f1c99f Merge tezos/tezos!12655: doc: drop dailynet in favor of weeklynet Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Chris Pinnock <chris_pinnock@mac.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12655 28 March 2024, 18:12:17 UTC
9c44051 doc: drop dailynet in favor of weeklynet 28 March 2024, 17:57:16 UTC
310a2e4 Merge tezos/tezos!12517: Baker nonce rework Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12517 28 March 2024, 17:18:59 UTC
7cbf3df baker nonce: add todo for issue 7110 28 March 2024, 16:59:04 UTC
ce06ab0 baker nonces: add change log 28 March 2024, 16:59:04 UTC
14e064a baker nonce: baker rework paris backport 28 March 2024, 16:59:04 UTC
cf05b3f baker nonce: nonce rework oxford rework 28 March 2024, 16:59:04 UTC
b74dce7 baker nonces: backup orphaned nonces so user can fix manually 28 March 2024, 16:59:04 UTC
2e4609b baker nonce: rework nonce revelation 28 March 2024, 16:59:04 UTC
470afd3 baker nonce: make fields in nonce data mandatory 28 March 2024, 16:59:04 UTC
c42dd3e baker nonce: try migrate legacy nonces on startup 28 March 2024, 16:59:04 UTC
1c99d91 baker nonce: replace nonces block_hash map to nonce_hash map 28 March 2024, 16:59:04 UTC
4b4a02b baker nonce: cleaup unused types in mli 28 March 2024, 16:59:04 UTC
e61c625 introduce polymorphic vars 28 March 2024, 16:59:04 UTC
a48da13 baker nonce: set new nonce file name 28 March 2024, 16:59:04 UTC
3021988 baker nonce: add nonce state 28 March 2024, 16:59:04 UTC
cb1eff1 Merge tezos/tezos!12707: evm/node: try to catchup evm events at start Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12707 28 March 2024, 16:58:14 UTC
0f2e522 evm/node: try to catchup evm events at start 28 March 2024, 16:36:33 UTC
391aa6d Merge tezos/tezos!12705: Rollup node: run batcher in degraded mode Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12705 28 March 2024, 16:35:44 UTC
ca1c083 Rollup node: run batcher in degraded mode 28 March 2024, 16:13:43 UTC
d0fa894 Merge tezos/tezos!12646: AI simulator: small refactoring for the demo Co-authored-by: phink <paul.laforgue@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12646 28 March 2024, 15:32:43 UTC
5b3a056 Contrib/ai-simulator: use .toDecimal() from bigRat 28 March 2024, 15:26:41 UTC
7c70b9e Contrib/ai-simulator: start_cycle as a constant 28 March 2024, 15:26:41 UTC
32965eb Merge tezos/tezos!12662: Irmin/Doc: Moving lib_context/index.mld to lib_context/README.md Co-authored-by: mattiasdrp <mattias@kojin.tech> 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/12662 28 March 2024, 15:25:52 UTC
ea5d94f Irmin/Doc: Moving lib_context/index.mld to lib_context/README.md 28 March 2024, 15:05:15 UTC
087fd7c Merge tezos/tezos!12675: Optimize live blocks/operations computation Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12675 28 March 2024, 15:04:28 UTC
f649102 Tezt: add more corner-cases to test 28 March 2024, 14:42:22 UTC
25726fa Store: avoid recomputing liveblocks on round >=1 28 March 2024, 14:42:22 UTC
c117d4d Tezt: add block/operation liveness tests 28 March 2024, 14:42:22 UTC
0607bbb Store: improve liveblocks code comments 28 March 2024, 14:42:22 UTC
9b6d62c Store: compute liveblocks refactoring 28 March 2024, 14:42:22 UTC
2c8d4bd Merge tezos/tezos!12672: RISC-V: F/D min/max instructions Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12672 28 March 2024, 13:02:51 UTC
73941d4 RISC-V: F/D min/max instructions 28 March 2024, 12:40:06 UTC
58e6240 Merge tezos/tezos!12629: packages: add ubuntu packages Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12629 28 March 2024, 12:39:24 UTC
a7a6495 packages: add ubuntu packages 28 March 2024, 12:07:26 UTC
9a2e440 Merge tezos/tezos!12688: EVM Node: Fix fetching events for last known L1 level Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12688 28 March 2024, 11:31:45 UTC
2abfd16 EVM Node: Fix fetching events for last known L1 level 28 March 2024, 11:09:28 UTC
53549ae Merge tezos/tezos!12680: RISC-V: Refactor rv64 test macros Co-authored-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12680 28 March 2024, 11:04:22 UTC
17ca46a RISC-V: Refactor test macros 28 March 2024, 10:43:28 UTC
back to top