swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
a65cab7 EVM/Kernel: debugger sections to benchmark migration 30 October 2023, 21:13:16 UTC
4864ed4 Merge tezos/tezos!10663: Tests: make GC test less flaky for rollup node Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10663 30 October 2023, 19:03:21 UTC
b3acf45 Tests: make GC test less flaky for rollup node 30 October 2023, 18:29:46 UTC
c98fc99 Rollup node: RPC for information about GC 30 October 2023, 18:29:46 UTC
6d1acf3 Rollup node: event for gc finalization 30 October 2023, 18:29:46 UTC
9087308 Rollup node: more precise event for starting GC 30 October 2023, 18:29:46 UTC
b379fe1 Merge tezos/tezos!10640: RISC-V Sandbox: Use physical load address over virtual address for now Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10640 30 October 2023, 18:28:35 UTC
47a65f2 RISC-V Sandbox: Use physical load address over virtual address for now The `riscv_rt` comes with initialisation code that copies from the "physical" address range into the "virtual" one. This is fine for now, but generally speaking the RISC-V kernels cannot assume access to physical memory. 30 October 2023, 17:39:58 UTC
0723776 Merge tezos/tezos!10591: EVM/Kernel: bump config from London to Shanghai Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10591 30 October 2023, 17:37:40 UTC
0be0089 EVM/Logs: entry for config bumping to changelogs 30 October 2023, 16:58:46 UTC
cf44b42 EVM/Tezt: add a test to deploy a contract that is compliant with shanghai spec. The commit contains a bit of refactorisation to avoid duplicating code. 30 October 2023, 16:58:46 UTC
0ab4732 EVM/Tezt: storage contract that contains PUSH0 PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0xF JUMPI **PUSH0** DUP1 REVERT ... 30 October 2023, 16:58:46 UTC
37174f8 EVM/Tezt: fix comment description for contrat path 30 October 2023, 16:58:46 UTC
bd99586 EVM/Kernel: change the kernel config from shanghai to london 30 October 2023, 16:58:46 UTC
1e60df9 EVM/Execution: change all the values for testing from london to shanghai 30 October 2023, 16:58:46 UTC
884a847 Merge tezos/tezos!10403: EVM/Kernel: prevent calls to withdrawal with 0 amount Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10403 30 October 2023, 16:57:27 UTC
0da1f44 EVM/Kernel: prevent calls to withdrawal with 0 amount 30 October 2023, 16:16:26 UTC
4b1e423 Merge tezos/tezos!10372: MIR: parse full contracts (no views yet) Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Sandeep.C.R <sandeep@sras.me> Approved-by: Diogo Castro <dc@diogocastro.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10372 30 October 2023, 14:47:10 UTC
867e998 MIR: treat atomic instructions specially in parser 30 October 2023, 14:12:11 UTC
6ce5273 MIR: parse full contracts (no views yet) 30 October 2023, 14:12:11 UTC
2d235be MIR: Add common traits to Stage trait's types 30 October 2023, 14:12:11 UTC
b604305 Merge tezos/tezos!10572: Baker: Make record_state function optional Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> 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/10572 30 October 2023, 14:11:04 UTC
f51c1ee Baker: Change default behaviour in config 30 October 2023, 13:38:39 UTC
0bc850f Baker: Replace state_recorder_config Disabled with Memory 30 October 2023, 13:38:39 UTC
9ac3e35 Baker: Add tezt tests 30 October 2023, 13:38:39 UTC
4d32c79 Baker: Use state_recorder flag 30 October 2023, 13:38:39 UTC
31272be Baker: Add record_state flag to baker commands 30 October 2023, 13:38:39 UTC
2ceea88 Merge tezos/tezos!10630: DAL: RPCs for disconnection Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10630 30 October 2023, 13:37:30 UTC
9272235 DAL/Node: Implement RPCs to disconnect from a peer or a point 30 October 2023, 12:53:11 UTC
61ad01a Merge tezos/tezos!10605: Nix: Add dependency for GNU/Linux RISC-V target Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10605 30 October 2023, 12:21:20 UTC
becec8c Nix: Add dependency for GNU/Linux RISC-V target 30 October 2023, 11:41:04 UTC
0280618 Merge tezos/tezos!10559: RISC-V Interpreter: OCaml bindings for initial stub Co-authored-by: Victor Dumitrescu <v.dumitrescu@outlook.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10559 30 October 2023, 11:40:02 UTC
fb679ba Octez_risc_v_pvm/test: initial test 30 October 2023, 10:03:06 UTC
cd864a2 Octez_risc_v_pvm: Initial OCaml bindings for RISC-V interpreter stub 30 October 2023, 10:03:06 UTC
c97d49a Merge tezos/tezos!10533: lib_smart_rollup_node: start workers in the appropriate mode Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10533 27 October 2023, 10:48:18 UTC
e4a258a lib_smart_rollup_node: start workers in the appropriate mode 27 October 2023, 10:15:11 UTC
d9b841e Merge tezos/tezos!10586: CI: Increase release artifacts expiring delay to 90 days Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10586 27 October 2023, 10:14:25 UTC
ac65c7f CI: Increase release artifacts expiring delay to 90 days 27 October 2023, 09:41:14 UTC
7d315a8 Merge tezos/tezos!10540: Kaitai: add support for shifted ranged-int Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10540 27 October 2023, 09:39:07 UTC
cced139 Kaitai: add support for shifted ranged-int 27 October 2023, 09:05:45 UTC
f8de9a2 Merge tezos/tezos!10594: DAL: add metrics for some DAL node observable values 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10594 27 October 2023, 09:04:48 UTC
532be22 DAL: add some metrics about the node activity 27 October 2023, 08:30:30 UTC
4b54d8e Manifest: add prometeus in DAL deps 27 October 2023, 08:30:30 UTC
20a41ab Merge tezos/tezos!10582: rollup/node: move operation kind into its own module Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10582 27 October 2023, 08:29:33 UTC
fc5e623 rollup/node: create operation kind module 27 October 2023, 06:44:13 UTC
000362c rollup/node: move dictionnary encoding into utils 27 October 2023, 06:44:13 UTC
210dc91 Merge tezos/tezos!10595: Proto/SORU/DAL: Add encoding for reveal_dal_parameters Co-authored-by: lin <linoshitani@gmail.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/10595 26 October 2023, 20:56:38 UTC
a27ff1f Proto/SORU: Define field for dal params in reveal_activation_level 26 October 2023, 20:21:16 UTC
79d9d2b Proto/SORU: Add case for response of reveal_dal_parameters 26 October 2023, 20:21:16 UTC
a1c59d7 Proto/SORU: Introduce Sc_rollup_dal_parameters_repr Represents a subset of DAL parameters in which the kernel would want to request and use in their logic. 26 October 2023, 20:21:16 UTC
b21df6a Proto/SORU: Add case for requesting reveal_dal_parameters 26 October 2023, 20:21:15 UTC
52be18f Merge tezos/tezos!10581: Rollup_client/tezt: remove state_current_level Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10581 26 October 2023, 20:20:26 UTC
6c0035a Rollup_client/regression: update regressions tests 26 October 2023, 19:46:27 UTC
95cc2cb Rollup_client/tezt: remove outbox 26 October 2023, 19:46:27 UTC
aa16e77 Rollup_client/tezt: remove status 26 October 2023, 19:46:27 UTC
57b652d Rollup_client/tezt: remove state_current_level 26 October 2023, 19:46:27 UTC
d5bf23b Merge tezos/tezos!10547: EVM: Implement tick model of block overheads and transaction registering Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10547 26 October 2023, 19:45:32 UTC
78ad25f EVM: tick model for bloom filter 26 October 2023, 19:19:13 UTC
77228df EVM: tick model register 26 October 2023, 19:19:13 UTC
264521b EVM: tick model finalize block 26 October 2023, 19:19:12 UTC
8ee85d1 EVM: tick model fetch 26 October 2023, 19:19:12 UTC
fc454d7 Merge tezos/tezos!10290: EVM/tx-proxy: new tx pool Co-authored-by: Pierre-Louis <pierrelouis.dubois@tutanota.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10290 26 October 2023, 19:18:24 UTC
06b00cd evm/tx-pool: remove old tx-pool definition 26 October 2023, 18:48:27 UTC
c7e4a3b evm/tx-pool: test submitting txs with high nonces 26 October 2023, 18:48:27 UTC
3e1da19 evm/tx-pool: send tx from the pool to the batcher 26 October 2023, 18:48:27 UTC
b7af79c evm/tx-pool: add transactions to the tx-pool 26 October 2023, 18:48:27 UTC
ebcff73 evm/tx-pool: initialize the tx-pool 26 October 2023, 18:48:27 UTC
6246c3e evm/tx-pool: new definition of tx-pool 26 October 2023, 18:48:26 UTC
e06195c evm/tx-pool: get the nonce from a raw tx 26 October 2023, 18:48:26 UTC
262adc9 Merge tezos/tezos!10539: Client-libs/kaitai: fix tuple generation to have unique ids Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10539 26 October 2023, 18:05:18 UTC
0420387 Kaitai: add missing ksy files 26 October 2023, 17:16:11 UTC
1584a02 Kaitai: fix duplicate id in tuple of descr bug 26 October 2023, 17:16:10 UTC
85cd5c1 Kaitai: add a test to demonstrate bug in id-generation logic (Note: this bug has real consequences later when we add support for unions. In the dev branch we discovered it after the union. Here we present the issue and the fix first.) The new test shows that a duplicate `id` value can appear in a single `seq`. 26 October 2023, 17:16:10 UTC
c8f7571 Merge tezos/tezos!10221: EVM: evaluate EVM engine's semantic Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10221 26 October 2023, 17:15:17 UTC
ef6dbd5 EVM: add an entry in changelog 26 October 2023, 16:38:01 UTC
9590d08 EVM/Makefile: exclude evm-evaluation from kernel's compilation Otherwise we need to enable "js" as a feature on "getrandom" which makes the kernel compile but invalid w.r.t wasm32-unknown-unknown target. 26 October 2023, 16:38:01 UTC
df9e8d4 EVM/Eval: runner to parse/deserialize/execute tests Partial part of the code was taken from: https://github.com/bluealloy/revm/blob/main/bins/revme/src/cmd/statetest/runner.rs 26 October 2023, 16:38:01 UTC
ab3a431 EVM/Eval: structure models for deserialization Partial part of the code was taken from: https://github.com/bluealloy/revm/blob/main/bins/revme/src/cmd/statetest/models/mod.rs https://github.com/bluealloy/revm/blob/main/bins/revme/src/cmd/statetest/models/spec.rs 26 October 2023, 16:38:01 UTC
220b6b9 EVM/Eval: deserialization functions Partial part of the code was taken from: https://github.com/bluealloy/revm/blob/main/bins/revme/src/cmd/statetest/models/deserializer.rs 26 October 2023, 16:38:00 UTC
b8cd6b7 EVM/Eval: helper functions 26 October 2023, 16:38:00 UTC
63e4a83 EVM/Eval: main loop to retrieve tests and execute them 26 October 2023, 16:38:00 UTC
ade61a7 EVM/Execution: add a set nonce feature to ethereum accounts 26 October 2023, 16:38:00 UTC
7d6b429 Merge tezos/tezos!10617: DAL/Node: Add an RPC to connect to a new point Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10617 26 October 2023, 16:37:03 UTC
28bd0be DAL/Node: Add an RPC to connect to a new point 26 October 2023, 15:43:30 UTC
4fe6265 Merge tezos/tezos!10389: Proto: slash at cycle ends Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10389 26 October 2023, 15:42:36 UTC
f1de1ed Proto/Tests: fix comment 26 October 2023, 15:15:54 UTC
9123473 Proto/Tests: fix test may_not_bake_again_after_full_deposit_slash 26 October 2023, 15:15:54 UTC
75f2180 Proto/Tests: fix test double preattestation 26 October 2023, 15:15:54 UTC
9832cc4 Proto/Tests: add baking_mode to bake_until_cycle_end 26 October 2023, 15:15:54 UTC
a82d1cb Proto/Tests: add baking_mode to bake_until_cycle 26 October 2023, 15:15:54 UTC
aa366b0 Proto/Tests: fix test_valid_double_attesting_followed_by_double_baking 26 October 2023, 15:15:54 UTC
bf03512 Proto/Tests: fix test_valid_double_baking_followed_by_double_attesting 26 October 2023, 15:15:54 UTC
479459e Proto/Tests: fix test_payload_producer_gets_evidence_rewards 26 October 2023, 15:15:54 UTC
da7a678 Proto/Tests: fix test_valid_double_baking_evidence 26 October 2023, 15:15:54 UTC
159dec9 Proto/Tests: fix test_freeze_more_with_low_balance 26 October 2023, 15:15:54 UTC
e9e6e66 Proto/Tests: fix test_two_double_attestation_evidences_leadsto_no_bake 26 October 2023, 15:15:54 UTC
0d5f005 Proto/Tests: fix test_valid_double_attestation_evidence 26 October 2023, 15:15:54 UTC
7a73de4 Proto: slash snapshot staking balances before computing rights 26 October 2023, 15:15:54 UTC
613cf58 Proto/Slashing: compute slashing percentage at cycle end 26 October 2023, 15:15:54 UTC
42ef4f4 Proto/Staking: remove punish_double_signing 26 October 2023, 15:15:54 UTC
back to top