https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
163ea28 magic macro 14 February 2024, 15:04:04 UTC
3616d89 EVM/Node: unify all simulation calls 13 February 2024, 09:00:20 UTC
a6202c6 EVM/Node: add simulation result encoding 13 February 2024, 08:59:30 UTC
05e5a79 EVM/Test: remove test trying to use insights This one cannot work anymore, or we add RLP encodings in Tezt. These kind of tests should go through the EVM node. 13 February 2024, 08:59:30 UTC
228cb47 EVM/Kernel: remove TxValidation in favor of SimulationResult 13 February 2024, 08:59:30 UTC
5b0e5a6 EVM/Kernel: remove EvaluationOutcome, use unified SimulationResult 13 February 2024, 08:59:30 UTC
ff39ec1 EVM/Kernel: add SimulationResult to rule them all 13 February 2024, 08:59:30 UTC
783241a Merge tezos/tezos!11959: DAL/Test: check the case attester not in the DAL committee 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/11959 13 February 2024, 08:50:50 UTC
2908aaa DAL/Test: check the case attester not in the DAL committee 13 February 2024, 08:25:46 UTC
986c45d Merge tezos/tezos!11924: DAL/Proto: rename the DAL publish operation Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11924 12 February 2024, 21:16:46 UTC
04777da DAL/Proto: rename publish operation This commit renames the DAL publication operation from "publish_slot_header" to "publish_commitment". 12 February 2024, 20:50:56 UTC
a05715a Merge tezos/tezos!11760: DAL: remove dal attestations 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/11760 12 February 2024, 19:47:44 UTC
3f5f4c4 DAL: update kaitai struct files 12 February 2024, 19:25:47 UTC
3d5f4d1 DAL/Tezt: remove references to the DAL attestation operation 12 February 2024, 19:25:47 UTC
ee95d3c Alpha/DAL: remove DAL_attestation operation 12 February 2024, 19:25:47 UTC
6a98d52 Merge tezos/tezos!11529: Kernel/SDK: outbox queue Co-authored-by: Emma Turner <emma.turner@trili.tech> 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/11529 12 February 2024, 18:55:02 UTC
e356c70 Kernel/SDK: outbox queue The number of outbox messages that can be written is limited to 100 (as of time of writing). Instead, we implement a queue that allows messages to be queued, so that a temporary burst fills up the outbox, and the remainder may be flushed on subsequent levels. 12 February 2024, 18:32:38 UTC
c7cb0ee Merge tezos/tezos!11941: DAL/Tezt: use attestations with DAL payload in DAL tests Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11941 12 February 2024, 17:30:54 UTC
741762a DAL/Tezt: use attestations with DAL payload in DAL tests instead of the legacy DAL attestations 12 February 2024, 17:06:08 UTC
74d56d1 DAL/Tezt: add support for DAL payloads in attestations 12 February 2024, 17:06:08 UTC
e1012ba Merge tezos/tezos!11865: RISC-V: Straighten test plumbing to achieve better test granularity Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11865 12 February 2024, 17:05:18 UTC
6f4d953 RISC-V: Straighten test plumbing to achieve better test granularity 12 February 2024, 16:45:00 UTC
58ad74d Merge tezos/tezos!11698: Etherlink: Scenario 8 - interactions with Remix Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11698 12 February 2024, 16:44:16 UTC
030111a Etherlink: doc: scenario 8 (remix) 12 February 2024, 16:26:21 UTC
e97b875 Merge tezos/tezos!11697: Etherlink: Scenario 7 - interactions with Hardhat Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11697 12 February 2024, 16:25:33 UTC
2ab4e94 Etherlink: doc: scenario 7 (hardhat) 12 February 2024, 16:06:13 UTC
be438bd Merge tezos/tezos!11957: Tezt/DAL: Add observer profile Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.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/11957 12 February 2024, 16:05:27 UTC
dd17c8d Tezt/DAL: Add observer profile 12 February 2024, 15:45:14 UTC
36a91b1 Merge tezos/tezos!11856: Proto/Dal: re-enable disabled tests Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11856 12 February 2024, 15:44:24 UTC
f559cd7 Dal/tests: adapt encoding tests in sc_rollups 12 February 2024, 15:24:05 UTC
28a260f Dal/tests: allow having empty levels (no slots) in the generated scenarii 12 February 2024, 15:24:04 UTC
28474cf Dal/tests: adapt pbt tests 12 February 2024, 15:24:04 UTC
18622b3 Dal/tests: adapt skip lists proofs' unit tests 12 February 2024, 15:24:04 UTC
7280c15 Dal/tests: new bad_history_cache helper 12 February 2024, 15:24:04 UTC
c0d82f1 Dal/tests: function content_slot_id to get the slot id of a cell content 12 February 2024, 15:24:04 UTC
aec4f01 Dal/tests: be able to provide a slot_index in Dal_helpers.mk_page_info 12 February 2024, 15:24:04 UTC
f2ee3d8 Merge tezos/tezos!8292: Fix integrity check command Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8292 12 February 2024, 15:23:12 UTC
8e80c48 Bin_storage: minor improvements 12 February 2024, 14:57:36 UTC
afeb1c6 Bin_storage: fix integrity_check command and allow block hint 12 February 2024, 14:57:36 UTC
c1d1f09 Merge tezos/tezos!11952: remove `endorsing_rights` rpc Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11952 12 February 2024, 14:56:22 UTC
bc1e5d8 changes: add entry for endorsing rights rpc removal 12 February 2024, 14:36:01 UTC
889cc4c tezt: fix endorsing rights tests 12 February 2024, 14:36:01 UTC
7dd6ece alpha/plugin: remove endorsing rights rpc 12 February 2024, 14:36:01 UTC
a1a6b3f Merge tezos/tezos!11954: Kernel/EVM: disable flat_fee Co-authored-by: Emma Turner <emma.turner@trili.tech> 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/11954 12 February 2024, 13:57:33 UTC
66257d3 Kernel/EVM: disable flat_fee 12 February 2024, 13:39:09 UTC
fe414fa Merge tezos/tezos!11947: EVM/Exec: `PrecompiledFailure` should not be considered as `Fatal` Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11947 12 February 2024, 13:38:24 UTC
42028a9 EVM/Logs: add an entry in bug fixes 12 February 2024, 13:22:25 UTC
6bd105f EVM/Exec: unit test to assert that precompiled failure are not fatal 12 February 2024, 13:22:25 UTC
0ac22b9 EVM/Exec: `PrecompiledFailure` are not Fatal anymore 12 February 2024, 13:22:25 UTC
37cd06b Merge tezos/tezos!11736: CI: optimize rust-toolchain job Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11736 12 February 2024, 13:21:38 UTC
1c8dde3 CI: the [changes:] of [oc.docker:rust-toolchain] includes its [inputs] This ensures that the job runs whenever the image's hash changes. 12 February 2024, 12:59:40 UTC
6a7e9ff Scripts: add script for buildings [rust-toolchain] locally 12 February 2024, 12:59:40 UTC
6f57a24 CI: [rust-toolchain] only initialize & auth Docker daemon if necessary 12 February 2024, 12:59:40 UTC
0d15c46 CI: [rust-toolchain] is tagged with content hash and rebuilt on change 12 February 2024, 12:59:40 UTC
51b90d9 Merge tezos/tezos!11696: Etherlink: Scenario 6 - interactions with Foundry Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11696 12 February 2024, 12:58:53 UTC
13c5c36 Etherlink: doc: scenario 6 (Foundry) 12 February 2024, 12:40:16 UTC
765f7bc Merge tezos/tezos!11902: DAL — Cleanup after splitting the SRS Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11902 12 February 2024, 10:28:34 UTC
c9a0a76 Crypto_Dal/Srs: reorganize the file to make print_verifier_srs_from_file available in .mli 12 February 2024, 10:09:02 UTC
2e7be35 Crypto_Dal/Srs: optimize fake_srs handling Co-authored-by: <francois.thire@nomadic-labs.com> Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> 12 February 2024, 10:09:02 UTC
7687f77 Crypto_Dal/Parameters_check: put comments in .mli 12 February 2024, 10:09:02 UTC
b0e75ab Crypto_Dal/Srs: put comments in .mli 12 February 2024, 10:09:02 UTC
c44b733 Crypto_Dal/Srs: remove srs_g1_length argument from ensure_srs_validity 12 February 2024, 10:09:02 UTC
3b50a40 Crypto_Dal/Srs: fix typo 12 February 2024, 10:09:02 UTC
61fd50f Crypto_Dal/Parameters_check: add paramters_check.mli 12 February 2024, 10:09:02 UTC
cd3feae Crypto_Dal/Srs: add srs.mli 12 February 2024, 10:09:02 UTC
bfcac43 Crypto_Dal: rename srs_verifier.ml in srs.ml 12 February 2024, 10:09:02 UTC
8e9c4c5 Crypto_Dal/Srs_verifier: refactor Print 12 February 2024, 10:09:02 UTC
5324147 Crypto_Dal/Cryptobox: move SRS reading in Srs_verifier 12 February 2024, 10:09:02 UTC
e4a433f Crypto_Dal/Srs_verifier: add ensure_srs_validity 12 February 2024, 10:09:02 UTC
d129542 Crypto_Dal/Cryptobox: move ensure_validity_without_srs in parameters_check.ml 12 February 2024, 10:09:02 UTC
c8d8640 Crypto_Dal: add parameters_check.ml 12 February 2024, 10:09:02 UTC
6c1d284 Crypto_Dal/Cryptobox: change init logic in Internal_for_tests 12 February 2024, 10:09:02 UTC
ae64e72 Crypto_Dal/Cryptobox: change cache handling in make 12 February 2024, 10:09:02 UTC
2f85234 Crypto_Dal/Cryptobox: remove code duplication 12 February 2024, 10:09:02 UTC
ae655d3 Crypto_Dal/ZCash_srs: update 12 February 2024, 10:09:02 UTC
5d2f86c Merge tezos/tezos!11927: EVM/Tezt: add proxy in full_setup Co-authored-by: Valentin Chaboche <valentin.chaboche@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/11927 12 February 2024, 09:37:47 UTC
019014a EVM/Tezt: add a readonly [proxy] in setup 12 February 2024, 09:20:05 UTC
10f5077 EVM/Tezt: rename [evm_node] to [sequencer] 12 February 2024, 09:20:05 UTC
8544357 Merge tezos/tezos!11928: EVM Node: Remove [Evm_context.sync] Co-authored-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/11928 12 February 2024, 08:58:23 UTC
256a2cd EVM Node: Remove [Evm_context.sync] 12 February 2024, 08:40:40 UTC
49ac94a Merge tezos/tezos!11774: Proto: add test for a new consensus_rights_delay constant Co-authored-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11774 12 February 2024, 08:39:49 UTC
2383bf2 Tezt/Tezos: add test for a new consensus_rights_delay constant Check that baking_rights are only computed for the next consensus_rights_delay cycles. 12 February 2024, 08:16:58 UTC
93b6a2d Tezt/Tezos: use block_check in perform_protocol_migration 12 February 2024, 08:16:58 UTC
260b154 Tezt/Tezos: expose missing parameter for baking_rights 12 February 2024, 08:16:58 UTC
edb6a29 Merge tezos/tezos!11944: EVM/Kernel: put TezosContracts in Configuration Co-authored-by: Valentin Chaboche <valentin.chaboche@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/11944 10 February 2024, 14:21:37 UTC
70a7330 EVM/Kernel: move TezosContracts in Configuration 10 February 2024, 14:05:07 UTC
9b14b9b EVM/Kernel: move TezosContracts in configuration.rs 10 February 2024, 14:05:07 UTC
50e9354 Merge tezos/tezos!11735: Proto/Dal: correctly clean the context, even when no slot is attested 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> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11735 09 February 2024, 18:26:32 UTC
2c3a321 Proto/Dal: Bug fix. Remove published headers even if none is attested 09 February 2024, 16:30:45 UTC
f6effba Proto/Dal: use internal helper 09 February 2024, 16:30:45 UTC
c7ad8b3 Merge tezos/tezos!11880: Proto/AI: no autostake on denunced Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-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: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11880 09 February 2024, 16:29:57 UTC
74be3bf proto/pending_denunciations_storage: document the module purpose 09 February 2024, 15:55:26 UTC
8fac4cd proto/delegate_cycle: do not autostake when there are pending slashes 09 February 2024, 15:55:26 UTC
ca56aef proto/alpha_context: remove redondant inclusion of For_RPC module the unqualified module For_RPC is actually refering to the module Delegate_missed_attestations_storage.For_RPC included two lines bellow 09 February 2024, 15:55:26 UTC
8be1980 proto/pending_denunciations_storage: mv RPC related functions 09 February 2024, 15:55:26 UTC
17b000d proto/pending_denunciations_storage: encapsulate clear 09 February 2024, 15:55:26 UTC
fd65d6f proto/pending_denunciations_storage: encapsulate fold 09 February 2024, 15:55:26 UTC
9609e80 proto/pending_denunciations_storage: has_pending_denunciations 09 February 2024, 15:55:26 UTC
36f7b8c proto/pending_denunciations_storage: set_denunciations 09 February 2024, 15:55:26 UTC
dd24081 proto/pending_denunciations_storage: add_denunciation 09 February 2024, 15:55:26 UTC
back to top