https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
1e323d2 Tezt: Use [Helpers.next_evm_level] instead of inlining its definition 29 January 2024, 07:19:30 UTC
fc8ea3c EVM Node: Remove the kernel path from the sequencer config It is only used once: when initializing the EVM state. 29 January 2024, 07:15:08 UTC
8276b1d EVM Node: Make [secret_key] an optional argument of [Evm_context.init] The Observer node will not create an empty blueprint when first launched. Instead, it will fetch it from another EVM node. 29 January 2024, 07:12:40 UTC
b935649 EVM Node: Add a RPC to fetch the rollup address 29 January 2024, 07:06:29 UTC
65ef141 EVM Node: Rework [Evm_services] public API 29 January 2024, 07:01:54 UTC
f1e45bb EVM Node: Rename `Sequencer_state', `_context' and `_service' They will be used by the Observer node as well, so there is little reason to keep the previous names. 29 January 2024, 06:58:19 UTC
117554b Sequencer: Rename [Blueprint_types.t] into [Blueprint_types.payload] 29 January 2024, 06:55:30 UTC
bab1e83 Merge tezos/tezos!11322: evm/sequencer: include delayed deposit in a blueprint Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Antonio Locascio <antonio.locascio@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/11322 27 January 2024, 13:32:08 UTC
50aee0f EVM/Sequencer: all delayed inbox events are notice Info are not shown on stdout and we don't have daily logs yet. 27 January 2024, 12:39:17 UTC
dd9aec5 EVM/Tezt: different colors for evm-node 27 January 2024, 12:39:14 UTC
7dac2fb EVM/Sequencer: notices new transactions not fetched ones 27 January 2024, 12:39:12 UTC
f5f8e85 EVM/Tezt: removes redundant bake 27 January 2024, 12:39:10 UTC
7c3770c Tezt/EVM Sequencer: test delayed deposits are included 27 January 2024, 12:39:09 UTC
b0eec62 EVM/Sequencer: handle deposits in delayed inbox 27 January 2024, 12:37:56 UTC
b6f52d3 EVM/Rlp: decode_exn 27 January 2024, 12:37:56 UTC
1fb81a7 EVM/Sequencer: extract encode_delayed_transaction For the sake of readability, it also simplifies the next commit. 27 January 2024, 12:37:56 UTC
8acf126 EVM/Sequencer: removes unnecessary intermediate type It makes the next commit easier to read. 27 January 2024, 12:37:56 UTC
0c71a3e Merge tezos/tezos!11695: Tests/Proto/AI: unplug slow activation tests Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11695 26 January 2024, 21:10:24 UTC
a079741 Tests/Proto/AI: backport prev commit to Oxford 26 January 2024, 20:49:08 UTC
8cb1320 Tests/Proto/AI: unplug slow activation tests 26 January 2024, 20:49:08 UTC
53170a9 Merge tezos/tezos!11395: CI: run [oc.build_x86_64-*] less often on [before_merging] pipelines, make static binaries unconditionally on [master_branch] pipelines instead. Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11395 26 January 2024, 20:48:26 UTC
ee81d54 CI: run [oc.build_x86_64-*] less often on [before_merging] pipelines, make static binaries unconditionally on [master_branch] pipelines instead. 26 January 2024, 20:48:26 UTC
c34c928 Merge tezos/tezos!11702: evm_kernel: remove migration Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11702 26 January 2024, 20:22:38 UTC
e6d14d6 evm_kernel: remove migration 26 January 2024, 20:00:54 UTC
a816c71 Merge tezos/tezos!11612: CI: refactor coverage configuration Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> 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/11612 26 January 2024, 20:00:07 UTC
8cf8c42 CI: refactor, coverage settings from [.tezt_template] to [.tezt_tests] The template [.tezt_template] is used for all Tezt jobs, whereas [.tezt_tests] is used for Tezt jobs that tests the non-static x86_64 binaries and which produce coverage. Only the latter needs information about coverage, and this change moves coverage information from the former to the latter. 26 January 2024, 19:38:35 UTC
5ecba78 CI: refactor, remove superfluous coverage disabling Now that coverage is only enabled for jobs that should produce it, we no longer need to disactivate it explicitly. 26 January 2024, 19:38:35 UTC
9ae303d CI: refactor, clarify coverage templating 26 January 2024, 19:38:35 UTC
4e7c90f CI: refactor, remove [.oc.template__coverage] from [.test_template] Jobs that require coverage output should extend [.oc.template__coverage_files] instead. As witnessed by the definition of the job [unified_coverage], we do not actually collect coverage from any of the jobs whose coverage output is disabled by this change. 26 January 2024, 19:38:35 UTC
34efd64 CI: refactor, [.oc.template__coverage_files] should not have [rules] The template [.oc.template__coverage_files] should only have one concern, which is enabling coverage output and redirecting it to an artifact. 26 January 2024, 19:38:35 UTC
43bc962 CI: refactor, move [SLACK_COVERAGE_CHANNEL] variable This variable is only needed in the reporting job, where slack alerts are sent. 26 January 2024, 19:38:35 UTC
085059d Merge tezos/tezos!11546: EVM/Exec: Fix return when a contract creation revert EIP-140 Co-authored-by: arnaud <arnaud.bihan@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11546 26 January 2024, 19:37:41 UTC
8b3c401 EVM/Log: Add the fix to the CHANGES_KERNEL.md in the bug fixes section 26 January 2024, 18:48:22 UTC
6c91407 EVM/Exec(test): Add test contract_create_has_return_when_revert in handler to test revert in contract creation 26 January 2024, 18:48:22 UTC
466cbd7 EVM/Exec: When creating a contract return the runtime return_value instead of empty vector and address zero when contract creation fail 26 January 2024, 18:48:22 UTC
a0a0f0b EVM/Exec: Moving code that handles the sub context and end of contract creation in a sub function 26 January 2024, 18:48:22 UTC
cf1ad33 EVM/Exec: Match different ExitReason cases on result instead of using if Remove FIXME EIP-3541, fix already implemented (contract starting with 0xef) 26 January 2024, 18:48:22 UTC
2acb1f8 Merge tezos/tezos!11572: Kernel/EVM: encapsulate TxCommon gas limit Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11572 26 January 2024, 18:45:45 UTC
f40fb09 Kernel/EVM: encapsulate TxCommon gas limit Allows adding custom logic as to whether the gas limit should be that of execution or that with fees incorporated 26 January 2024, 18:24:05 UTC
0e03f05 Merge tezos/tezos!11682: Etherlink: rename base fee to flat fee Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11682 26 January 2024, 18:23:07 UTC
177c4c9 Etherlink: rename base fee to flat fee base fee referred to the flat fee charged per tx. We renamed it to flat fee for clarity, and avoid ambiguation with the base fee - the minimum gas price within the current block 26 January 2024, 18:02:58 UTC
e9d1049 Merge tezos/tezos!11669: RPC_server: enforce default secure ACLs Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11669 26 January 2024, 18:01:56 UTC
e83febf RPC_server: enforce default secure ACLs 26 January 2024, 17:38:06 UTC
dd7d333 Merge tezos/tezos!11647: evm: init from rollup node data dir Co-authored-by: Sylvain Ribstein <sylvain.ribstein@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/11647 26 January 2024, 17:36:28 UTC
7ad623d evm: init from rollup node data dir 26 January 2024, 17:11:49 UTC
0e80594 Merge tezos/tezos!11262: Reduce last finalized block level to head~2 Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11262 26 January 2024, 17:10:37 UTC
7043a7c Tests: set last_finalized_block_level to head~2 26 January 2024, 16:42:06 UTC
4f06865 Shell/store: set last_finalized_block_level to head~2 26 January 2024, 16:42:06 UTC
cd5fc5e Proto: set last_finalized_block_level to head~2 26 January 2024, 16:42:06 UTC
42d6a5b Merge tezos/tezos!11559: Add feature flag to avoid waiting for AI activation in tests Co-authored-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11559 26 January 2024, 16:40:21 UTC
525c79c Proto/AI/Tests: Add a simple test with force_activation feature flag set 26 January 2024, 15:56:43 UTC
5ec74ac Proto/AI: Use force_activation feature flag to bypass ema vote check Will be used in tests in following commits 26 January 2024, 15:56:43 UTC
573eb9f Proto/AI: Introduce two feature flags for AI Used in following commits 26 January 2024, 15:56:43 UTC
22e6457 Merge tezos/tezos!11562: proto: Use new constant delegate_parameters_activation_delay Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11562 26 January 2024, 15:55:04 UTC
f070469 proto/test/AI: test multiple delegate_parameters_activation_delay 26 January 2024, 15:29:39 UTC
0da6aa6 proto/test/AI: multicriterion cycle forward 26 January 2024, 15:29:39 UTC
819d920 proto/test/AI: helper to wait delegate_parameters_activation_delay cycles 26 January 2024, 15:29:39 UTC
3a44197 proto/test/AI: init_constants - param for setting delegate_parameters_activation_delay 26 January 2024, 15:29:39 UTC
bb3a6e9 proto/test/AI: allow to branch tests on different contants 26 January 2024, 15:29:39 UTC
ddf8ec5 proto/test/AI: named parameter for begin_test 26 January 2024, 15:29:39 UTC
14f8005 proto/test/AI: helper to branch on non-empty list of values 26 January 2024, 15:29:39 UTC
41b682c proto/tests: use delegate_parameters_activation_delay 26 January 2024, 15:29:39 UTC
1ee4143 proto/constants: use delegate_parameters_activation_delay 26 January 2024, 15:29:39 UTC
73c5820 Merge tezos/tezos!11321: evm/sequencer: include delayed transaction in a blueprint Co-authored-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Pierre-Louis <pierrelouis.dubois@tutanota.com> Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.com> Approved-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/11321 26 January 2024, 15:28:44 UTC
602fd30 EVM/Sequencer: specify delayed inbox in pp 26 January 2024, 14:34:02 UTC
7fcab0e EVM/Sequencer: hash is known by the caller 26 January 2024, 14:34:02 UTC
72037e1 evm/sequencer: test include delayed transaction 26 January 2024, 14:34:02 UTC
d988abd EVM/Sequencer: add delayed inbox worker 26 January 2024, 14:34:02 UTC
2ccb186 evm/tx-pool: add delayed transaction in pool 26 January 2024, 14:34:02 UTC
a3ea646 evm/tx-pool: support many type of transactions 26 January 2024, 14:34:02 UTC
f016ed9 EVM/Sequencer: add delayed transactions to blueprint 26 January 2024, 14:34:02 UTC
d975420 EVM/Sequencer: add delayed txs to backend sigs 26 January 2024, 14:34:02 UTC
d874ca0 evm/sequencer: introduce type for delayed transactions 26 January 2024, 14:34:02 UTC
310a31c evm/sequencer: add path to delayed transaction 26 January 2024, 14:34:02 UTC
6b62e31 evm/sequencer: get subkeys from durable storage 26 January 2024, 14:34:02 UTC
febe619 evm/sequencer: request block at any level 26 January 2024, 14:34:02 UTC
7e11a07 evm/sequencer: watch block head of the rollup 26 January 2024, 14:34:02 UTC
b9a6f37 evm/sequencer: add smart rollup dependency 26 January 2024, 14:34:02 UTC
761add4 Merge tezos/tezos!11674: Sequencer: Refactor the sequencer context module hierarchy Co-authored-by: Thomas Letan <lthms@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/11674 26 January 2024, 14:33:43 UTC
230ba13 Sequencer: Refactor the sequencer context module hierarchy 26 January 2024, 14:13:27 UTC
eadc16a Merge tezos/tezos!11668: DAL/KV store: count number of entries for each file Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@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/11668 26 January 2024, 14:12:42 UTC
a79d475 DAL/KV store/Test: add the count_values action to action generator 26 January 2024, 13:49:53 UTC
36a16de DAL/KV store/Tests: add count_values action 26 January 2024, 13:49:53 UTC
70e8176 DAL/KV store/tests: simplify compare_result 26 January 2024, 13:49:53 UTC
b86f5ae DAL/KV store: export the count of values 26 January 2024, 13:49:52 UTC
c4b69a6 DAL/KV store: count entries 26 January 2024, 13:49:52 UTC
f11144e Merge tezos/tezos!11672: Sequencer: Implement a naive store for blueprints Co-authored-by: Thomas Letan <lthms@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/11672 26 January 2024, 13:16:26 UTC
5db1b37 Sequencer: Implement a naive store for blueprints 26 January 2024, 12:51:39 UTC
1f18bf6 Merge tezos/tezos!11414: Mono-repo: import rust-toolchain image Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11414 26 January 2024, 12:50:56 UTC
45d9f0a CI: import and build rust-toolchain image 26 January 2024, 12:26:51 UTC
582f6f9 Merge tezos/tezos!11692: Test: Deactivate [Refutation_game: Refutation (Perfect against Info per level hater)] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11692 26 January 2024, 12:26:05 UTC
9ceb363 Test: Deactivate [Refutation_game: Refutation (Perfect against Info per level hater)] 26 January 2024, 11:37:16 UTC
4f9f938 Merge tezos/tezos!11683: Manifest: Bump the lower-bound of re to 1.10.0 Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11683 26 January 2024, 11:36:29 UTC
aab31e5 Manifest: Bump the lower-bound of re to 1.10.0 26 January 2024, 10:48:46 UTC
aeec774 Merge tezos/tezos!11666: Scripts: be able to fetch Tezt records from the scheduled pipeline Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11666 26 January 2024, 10:47:20 UTC
9666d8a Scripts: be able to fetch records from scheduled pipeline 26 January 2024, 10:11:03 UTC
8ee55c6 Scripts: use Clap for the from argument of update_records/update.ml 26 January 2024, 10:11:03 UTC
7ae1afc Merge tezos/tezos!11575: Proto/AI: add level, round, slot to Misbehaviour.t Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Paul Laforgue <paul.laforgue@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11575 26 January 2024, 08:25:41 UTC
601f39c Alpha: add level, round, and slot to misbehaviour_repr 26 January 2024, 07:47:51 UTC
e578025 Alpha: add and update a few comments on denunciation handling 26 January 2024, 07:47:51 UTC
back to top