https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
d555d3b WIP tests 16 February 2024, 16:45:10 UTC
626ea46 tezt/tests/adaptive_issuance: use minimal timestamp and count option 16 February 2024, 16:18:55 UTC
1daed3a tezt/tests/adaptive_issuance: adapt values to changes in affected consensus rights 16 February 2024, 16:18:55 UTC
b11a0a9 tezt/tests/adaptive_issuance: variable margin in checks 16 February 2024, 16:18:55 UTC
d73f852 tezt/tests/adaptive_issuance: more explicit error message 16 February 2024, 16:18:54 UTC
ed41bf2 tezt/tests/adaptive_issuance: use count arg of client.bake_for 16 February 2024, 16:18:54 UTC
d8e58bd tezt/tests/adaptive_issuance: bake with all accounts by default Otherwise when baking for many cycles we would be deactivated 16 February 2024, 16:18:53 UTC
fafd8e9 Apply 1 suggestion(s) to 1 file(s) 16 February 2024, 10:47:36 UTC
9bf6ee4 AI/Tezt: improve regression error messages 16 February 2024, 10:47:36 UTC
ac30532 AI/Tezt: Use feature flag in simple scenario tezt test 16 February 2024, 10:47:36 UTC
78d542a AI/Tezt: add test bypassing ai vote 16 February 2024, 10:47:36 UTC
d952f59 Merge tezos/tezos!12041: EVM Node: Rename [Rollup_node_services] into [Rollup_services] 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/12041 16 February 2024, 09:57:00 UTC
c33fbcb EVM Node: Rename [Rollup_node_services] into [Rollup_services] This is to avoid a naming clash that is loosing Merlin (and my patience). 16 February 2024, 09:38:25 UTC
e49c420 Merge tezos/tezos!4204: Store/snasphots: add debug events Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/4204 16 February 2024, 09:37:42 UTC
22341ae Store/snasphots: add debug events at import/export 16 February 2024, 09:17:41 UTC
70c9246 Merge tezos/tezos!12028: Proto/AI: simplify misbehaviour_repr Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@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/12028 15 February 2024, 21:31:37 UTC
f6b5d5e Proto/alpha_context/tests: expose functions to convert to/from repr 15 February 2024, 21:10:53 UTC
1ba6c84 Proto/round_repr: rename Internal_for_tests for homogeneity 15 February 2024, 21:10:53 UTC
099b303 Proto/AI: use Misbehaviour.kind in validate_errors.ml 15 February 2024, 21:10:53 UTC
8cb8ba8 Proto/AI/validate: remove unnecessary argument 15 February 2024, 21:10:53 UTC
dcf6c83 Proto/AI/misbehaviour_repr: simplify kind_encoding and make it identical Validate_errors.Anonymous.denunciation_kind_encoding This encoding is ok to modify because Storage.Pending_denunciations is emptied during stitching. 15 February 2024, 21:10:53 UTC
5d01fdb Proto/AI: remove unneeded slot from misbehaviour_repr Also reorder the remaining fields as level-round-kind, so that Misbehaviour_repr.compare is actually the lexicographical order on these fields. It's ok to modify the type Misbehaviour_repr.t because the Pending_denunciations storage gets emptied during the stitching from Oxford to P. 15 February 2024, 21:10:53 UTC
4fe506b Merge tezos/tezos!11879: Proto/AS: Postpone the insertion of slashings into delegates' slashing history Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.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/11879 15 February 2024, 20:30:36 UTC
63f0a04 Proto/RPC: simplify unstake RPC 15 February 2024, 20:08:07 UTC
6a14c64 proto/delegate_slashed: check is_denounced in stake_from_unstake 15 February 2024, 20:08:07 UTC
00bb657 proto/delegate_slashed: do not slash above 100% 15 February 2024, 20:08:06 UTC
4cda8d6 proto/delegate_slashed: remove now useless argument 15 February 2024, 20:06:48 UTC
0dfe6c2 proto/delegate_slashed: move slashing registration after slashing 15 February 2024, 20:05:48 UTC
4355a80 proto/delegate_slashed: inconditionnaly store denunciations As slashing is moved at cycle end, and percentage can vary if adaptive slashing is enabled, we cannot know beforehand if we are above the 100% threshold. 15 February 2024, 20:03:14 UTC
b7551ac Merge tezos/tezos!12026: EVM Node: Fix the check of the blueprint number 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12026 15 February 2024, 19:57:35 UTC
517b1a5 EVM Node: Fix the check of the blueprint number 15 February 2024, 19:39:58 UTC
e782a0d Merge tezos/tezos!11898: Proto/AI: prevent a potential double slashing at protocol migration Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@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/11898 15 February 2024, 19:39:17 UTC
82f6e44 Proto/AI: link to #6957 where clean-ups are needed in Q 15 February 2024, 19:15:06 UTC
075a668 Proto/AI: prevent a potential double slashing related to migration 15 February 2024, 19:15:06 UTC
3f44e67 Merge tezos/tezos!11844: Proto/AI: validate two denunciations for same delegate level round if op kinds are distinct Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11844 15 February 2024, 19:15:00 UTC
e91a54c Changelog: may now be slashed for both preattesting and attesting at the same level and round 15 February 2024, 18:43:04 UTC
a9b7626 Proto/AI: do not fail while applying a duplicate denunciation because it might happen in a very specific scenario. Ignore it silently instead. 15 February 2024, 18:43:04 UTC
1a7388b Proto/AI: validate similar denunciation with distinct op kind in the same block or in the mempool 15 February 2024, 18:43:04 UTC
0561e3c Proto/AI: validate similar denunciation with distinct op kind than a preexisting denunciation in the storage 15 February 2024, 18:43:04 UTC
5b5ecb5 Proto/AI: Already_denounced_storage.clear_outdated_cycle 15 February 2024, 18:43:04 UTC
41b878d Proto/AI: Already_denounced_storage.add_denunciation 15 February 2024, 18:43:04 UTC
d17ca31 Proto/AI: Already_denounced_storage.already_denounced_for_... 15 February 2024, 18:43:03 UTC
1f4ce7e Proto/AI: new file already_denounced_storage 15 February 2024, 18:43:03 UTC
fa2afb7 Proto/AI: actually use Misbehaviour_repr.Double_preattesting 15 February 2024, 18:43:03 UTC
003a47d Merge tezos/tezos!12034: Proto/validate: check delegate is not forbidden in mempool mode too Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12034 15 February 2024, 18:42:15 UTC
5c7f318 Proto/validate: check delegate is not forbidden in mempool mode too 15 February 2024, 18:20:33 UTC
b80a166 Merge tezos/tezos!11986: Fix testnet experiment tools docker gen Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-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/11986 15 February 2024, 18:01:01 UTC
65babc0 Devtools: fix docker image generation 15 February 2024, 17:51:53 UTC
615f829 Merge tezos/tezos!11958: Etherlink: node follows evm events Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11958 15 February 2024, 16:49:27 UTC
878f088 etherlink/tezt: invalid test is now valid 15 February 2024, 16:21:02 UTC
7ea8713 etherlink/node: follow kernel event and inject upgrade 15 February 2024, 16:21:02 UTC
b7becf8 etherlink/test: add devmode to sequencer 15 February 2024, 16:21:02 UTC
f154452 etherlink/sequencer: typo unit instead of _v 15 February 2024, 16:21:02 UTC
281617c Merge tezos/tezos!11854: Proto: Adaptive slashing amount Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@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/11854 15 February 2024, 16:20:07 UTC
27c8bdb Proto: ensure delegate only appears once in denounced Keep first denunciation in case of conflict. Works regardless of Validate's invariants. 15 February 2024, 15:52:00 UTC
00838ef Doc: update alpha changelog 15 February 2024, 15:52:00 UTC
76c93d9 Proto/tests: fix mockup tests 15 February 2024, 15:52:00 UTC
275620d Proto/tests: reset regressions 15 February 2024, 15:52:00 UTC
0ced82a Proto/tests: add unit tests for `Percentage` 15 February 2024, 15:52:00 UTC
0bd7dd5 Proto/tests: fix current integration tests 15 February 2024, 15:52:00 UTC
a56f158 Proto: implement adaptive slashing 15 February 2024, 15:52:00 UTC
66740e4 Proto: abstract slash percentage computation 15 February 2024, 15:52:00 UTC
7542a79 Proto: add attesting_rights_count to Delegate_sampler Similar to Baking.attesting_rights, but for the Raw_context.t 15 February 2024, 15:51:59 UTC
45cf30c Proto: create a misbehaviour map for denunciation application This is mainly a refactor, this can be checked by running the tests. Some comments have been added, which might not be accurate in the current commit, but instead describe the specification that we eventually want. 15 February 2024, 15:51:59 UTC
0e5549f Proto: add third denunciation kind 15 February 2024, 15:51:59 UTC
a932bb0 Proto: add slashing parameters 15 February 2024, 15:51:59 UTC
eab5d05 Proto: convert percentage constants 15 February 2024, 15:51:59 UTC
142eed6 Proto: Properly change percentage encoding 15 February 2024, 15:51:59 UTC
ce3d093 Proto: increase Percentage's internal precision 15 February 2024, 15:51:59 UTC
9273886 Proto: introduce the slash_percentage module 15 February 2024, 15:51:59 UTC
29772e2 Merge tezos/tezos!11922: Crypto: Proof of the commitment is in G2 Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11922 15 February 2024, 15:51:07 UTC
d67fcc1 Crypto_Dal/Cryptobox: change `test` to `is_fake` 15 February 2024, 15:19:30 UTC
5f08610 Crypto_Dal/Cryptobox: fix some modules 15 February 2024, 15:19:30 UTC
6e66639 Crypto_Dal/Cryptobox: rename srs_g2 into srs_verifier 15 February 2024, 15:19:30 UTC
6247175 Crypto_Dal/Srs_verifier: rename fake_srs into fake_srs1 15 February 2024, 15:19:30 UTC
9673ea6 Kzg/Degree_check: remove srs2_0 from verifier public parameters 15 February 2024, 15:19:30 UTC
1127da2 Crypto_Dal/Cryptobox: rename Commitment_proof_G1 into Proof 15 February 2024, 15:19:30 UTC
b9e0813 Crypto_Dal: promote regressions 15 February 2024, 15:19:30 UTC
49a4acd Crypto_Dal: Proof of the commitment is in G2 Co-authored-by: <francois.thire@nomadic-labs.com> Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> 15 February 2024, 15:19:30 UTC
3d48178 Merge tezos/tezos!12022: DAL/long_tests: adapt to delay of two levels Co-authored-by: Eugen Zalinescu <eugen.zalinescu@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/12022 15 February 2024, 15:18:42 UTC
0c6b686 DAL/long_tests: adapt to delay of two blocks 15 February 2024, 14:58:28 UTC
1573bf0 Merge tezos/tezos!11914: EVM/Kernel: flush delayed inbox on timeout 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/11914 15 February 2024, 14:57:40 UTC
de5ad62 EVM/Tezt: add test for delayed inbox flushing 15 February 2024, 14:40:29 UTC
12f22fa EVM/Kernel: flush delayed inbox on timeout 15 February 2024, 14:40:29 UTC
a3c87c5 Merge tezos/tezos!11904: DAL: test that slots can be attestated through p2p 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> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11904 15 February 2024, 14:39:31 UTC
e42e805 Tezt/DAL/publish_store_and_wait_slot: check inclusion of publication 15 February 2024, 14:13:30 UTC
4820893 Tests/DAL: Add a test sending shards from a producer to an attester 15 February 2024, 14:13:30 UTC
d6c11c4 Tests/DAL: Allow to specify shard index in wait_for_stored_slot This increases the precision of this waiter; instead of waiting for any shard of the given commitment to be received, we can now wait for a specific shard index. In particular, wrapping this waiter in a `Lwt.join @@ List.map` allows to wait for all shards in a list. 15 February 2024, 14:13:30 UTC
487452a Tests/DAL: add a variant of publish_and_store_slot This variant can be used to plug a waiter when the shards are expected to be sent. 15 February 2024, 14:13:30 UTC
626b33d Test/DAL/check_events_with_topic: wait for a subset of events 15 February 2024, 14:13:30 UTC
6f8782f Merge tezos/tezos!12023: CI/packages: add allow_failure to avoid blocking the pipeline on merge Co-authored-by: Pietro Abate <pietro.abate@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/12023 15 February 2024, 14:12:35 UTC
7ac2ead packages: add allow_failoure to avoid blocking the pipeline on merge 15 February 2024, 13:50:56 UTC
1318e6d Merge tezos/tezos!10478: Build: Bump Zarith, enable warning 58, Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Hugo Heuzard <hugo.heuzard@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/10478 15 February 2024, 13:49:27 UTC
7a85057 Fix commit hash of opam-repo 15 February 2024, 10:12:18 UTC
c6bb31f minimal req version for zarith stubs 15 February 2024, 09:41:03 UTC
70ec421 proto-env: sync doc z in v12 15 February 2024, 09:41:03 UTC
a2fe915 proto-env: sync doc z in v11 15 February 2024, 09:41:03 UTC
6516c42 Proto-env: remove Z.extract* from unactive envs necessary to bump zarith version 15 February 2024, 09:40:31 UTC
5d71157 Build: enable warning 58 15 February 2024, 09:40:31 UTC
cbc0837 Merge tezos/tezos!11948: EVM Node: Store blueprints in a sqlite3 database 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/11948 15 February 2024, 09:39:39 UTC
back to top