https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
c3561bc Doc: changelog for POST RPC outbox proof 16 November 2023, 13:19:00 UTC
eddf524 Rollup client: use POST RPC to compute outbox proof 16 November 2023, 13:18:36 UTC
914e37b Rollup node/RPC: POST RPC to compute the outbox proof 16 November 2023, 13:18:35 UTC
2799169 Merge tezos/tezos!10692: EVM/Exec: add more verbosity around executing calls and transfers (+ debug feature flag) Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10692 16 November 2023, 12:15:29 UTC
4c92b05 EVM/Changes: add an entry for debug feature flag 16 November 2023, 11:48:17 UTC
99ea264 EVM/Exec: add more verbosity around executing calls and transfers 16 November 2023, 11:48:16 UTC
9848723 EVM/Cargo: enable debug feature flag The formatting of some logs can be quite costly in terms of tick. This feature will be useful for debugging without polluting the kernel in production. Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> 16 November 2023, 11:48:16 UTC
f5f2ad8 EVM/Logs: display Debug level only when feature is activated Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> 16 November 2023, 11:48:16 UTC
dba4884 Merge tezos/tezos!10801: Proto/AI/tests: add autostake with overdelegation Co-authored-by: Lucas Randazzo <lucas@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/10801 16 November 2023, 11:47:30 UTC
bfb8d06 Proto/AI/tests: add autostake with overdelegation 16 November 2023, 11:15:19 UTC
a0fd3a5 Merge tezos/tezos!10570: Proto/AI: freezing edge Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.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/10570 16 November 2023, 11:13:50 UTC
a50e234 Tezt: reset regression 16 November 2023, 10:46:25 UTC
d44b7a2 Proto/test: fix more tests 16 November 2023, 10:46:25 UTC
5efa94d Proto/slash/tests: fix tests By being a bit more precise with timings, bakers, and slashes 16 November 2023, 10:46:25 UTC
b7f162a Proto/tests: fix test_seed tests We apply the distribution factor, since a part of the rewards go directly to the frozen part now. We simply need to get the cycle of the block that is baked by pkh before a `balance_was_credited`. All rewards ae affected. 16 November 2023, 10:46:25 UTC
4515f45 Proto/tests: zero block rewards in double preattestation tests 16 November 2023, 10:46:25 UTC
9ed8343 Proto/stake/tests: fix reward distribution The static rate tests have been deactivated. The static rate is already covered with unit tests, and is only relevant with AI. We need to reactivate them later, by implementing a better burn_rewards method. Also the edge parameter is not applied yet (to be done later also) 16 November 2023, 10:46:25 UTC
83891ed Proto/tests: add helper for stake 16 November 2023, 10:46:25 UTC
50d70aa Proto/stake: expose get_selected_distribution in alpha_context 16 November 2023, 10:46:25 UTC
8e9c4c0 Proto/Shared_stake: take edge of baking over staking into account 16 November 2023, 10:46:25 UTC
591ef38 Proto/Shared_stake/compute_reward_distrib: split the frozen part 16 November 2023, 10:46:25 UTC
1b162ee Proto/Shared_stake: restart compute_reward_distrib 16 November 2023, 10:46:25 UTC
6113705 Proto/Shared_stake: pass full_staking_balance to compute_reward_distrib 16 November 2023, 10:46:25 UTC
f6a1568 Proto/Shared_stake: split share 16 November 2023, 10:46:25 UTC
bc3a34f proto/test/AI: print in context balances 16 November 2023, 10:46:24 UTC
20eb3f8 Merge tezos/tezos!10847: Rollup node/Store: use predecessor block hash in messages header Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10847 16 November 2023, 10:45:35 UTC
c5b96f5 Doc: Changelog for messages header fix 16 November 2023, 10:18:11 UTC
7650bf8 Rollup node: use predecessor associated with messages in store 16 November 2023, 10:18:11 UTC
9874f6f Rollup node/Store: migrate messages to use predecessor in header 16 November 2023, 10:18:11 UTC
46bab09 Merge tezos/tezos!10854: doc: recenter page on FA1.2 Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10854 16 November 2023, 09:37:02 UTC
1219690 doc: recenter page on FA1.2 16 November 2023, 09:08:13 UTC
272690b Merge tezos/tezos!10746: risc-v: add test suite Co-authored-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10746 16 November 2023, 07:46:06 UTC
2afd496 ci: add artifact for riscv inline asm tests 16 November 2023, 07:20:42 UTC
5fb9804 tezt: hook up inline risc-v asm test in the risc-v sandbox tests 16 November 2023, 07:20:41 UTC
ca47368 risc_v: add inline asm test template 16 November 2023, 07:20:41 UTC
8c1711f tezt: risc-v sandbox passes user-level risc-v unit tests 16 November 2023, 07:20:41 UTC
5c294e9 risc_v: add precompiled riscv test binaries 16 November 2023, 07:20:41 UTC
81bd0a6 Merge tezos/tezos!10802: prevalidator: reordered already handled mem calls Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> 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/10802 16 November 2023, 07:19:50 UTC
25725ec prevalidator: reordered already handled mem calls 16 November 2023, 06:43:02 UTC
5dfeb09 Merge tezos/tezos!10837: Proto/AI: Autostake across the cycle border Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10837 15 November 2023, 18:14:01 UTC
a0d57c2 proto/test/issuance_roundtrip: adapt the model to cross-border autostaking Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> 15 November 2023, 17:45:41 UTC
afccf70 proto/staking: make sure we didn't forget for_next_cycle flag 15 November 2023, 17:45:41 UTC
c0719a6 proto/staking: actually cross the cycle border 15 November 2023, 17:45:41 UTC
3b82a79 proto/unstake_requests_storage: allows prepare_finalize for next cycle 15 November 2023, 17:45:41 UTC
4689a95 proto/staking: add for_next_cycle arg to finalize_unstake 15 November 2023, 17:45:41 UTC
7977e81 proto/staking: add for_next_cycle arg to request_unstake 15 November 2023, 17:45:41 UTC
b9073fe proto/staking: add for_next_cycle arg to stake 15 November 2023, 17:45:41 UTC
350c852 Merge tezos/tezos!10866: EVM/Node: Fix eth_estimateGas Co-authored-by: Pierrick Couderc <pierrick@thrim.me> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10866 15 November 2023, 17:16:47 UTC
79630a9 EVM/Node: fix eth_estimateGas 15 November 2023, 16:44:20 UTC
6f28c40 Merge tezos/tezos!10741: RISC-V: State backend 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10741 15 November 2023, 16:43:34 UTC
d17a184 RISC-V: State backend 15 November 2023, 16:14:02 UTC
366e829 Merge tezos/tezos!10857: EVM: Release Etherlink version 43bbcea48eca22511d9bda0a739302985fab9d24 Co-authored-by: Pierrick Couderc <pierrick@thrim.me> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10857 15 November 2023, 15:48:05 UTC
799c63e EVM/Tests: snapshot kernel at 43bbcea48eca22511d9bda0a739302985fab9d24 15 November 2023, 14:09:40 UTC
0945d53 EVM/Node: add "dev" and "prod" to log filters events 15 November 2023, 14:09:40 UTC
92ef6c9 EVM/Node: merge dev into prod 15 November 2023, 14:09:40 UTC
052253e EVM: Changes for tick model 15 November 2023, 14:09:40 UTC
892b718 EVM: Changes about the txpool 15 November 2023, 14:09:40 UTC
8162b81 EVM: Changes about the entrypoint 15 November 2023, 14:02:44 UTC
9ee8a32 EVM: release version 43bbcea48eca22511d9bda0a739302985fab9d24 15 November 2023, 14:02:44 UTC
ca07b10 Merge tezos/tezos!10592: Proto/tests: add slashing in tests Co-authored-by: Lucas Randazzo <lucas@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/10592 15 November 2023, 13:43:04 UTC
15b4c98 Proto/stake/tests: add operation hash to receipts 15 November 2023, 12:53:31 UTC
1e8d5d9 Proto/stake/tests: disable some more tests with autostaking 15 November 2023, 12:49:42 UTC
1812874 Proto/stake/tests: remove from init when stake from unstake 15 November 2023, 12:49:41 UTC
738e940 Proto/stake/tests: stake from unstake forbidden if slashed 15 November 2023, 12:49:41 UTC
78f836b Proto/stake/tests: disable autostake for some slash tests 15 November 2023, 12:49:40 UTC
726551d Proto/stake/tests: avoid division by zero 15 November 2023, 12:49:40 UTC
3ec9e56 Proto/stake/tests: rebase commit 15 November 2023, 12:49:40 UTC
d963a49 Proto/AI/tests: add mixed slashes 15 November 2023, 12:49:39 UTC
36b415a Proto/AI/tests: sort denunciations 15 November 2023, 12:49:39 UTC
bbeb1e7 Proto/AI/tests: add slashing tests 15 November 2023, 12:49:39 UTC
f6ed01b Proto/AI/tests: add more parameters to init_constants 15 November 2023, 12:49:38 UTC
305c6ba Proto/AI/tests: update assert failure 15 November 2023, 12:49:38 UTC
86a5f0e Proto/AI/tests: add slashing 15 November 2023, 12:49:38 UTC
7350bd4 Proto/AI/tests: helper functions 15 November 2023, 12:49:37 UTC
a789693 Proto/AI/tests: error aggregation for check balances 15 November 2023, 12:49:37 UTC
6feaf3f Proto/AI/tests: update State module for slash 15 November 2023, 12:49:36 UTC
5c422a8 Proto/AI/tests: apply slash helper 15 November 2023, 12:49:36 UTC
1be1001 Proto/AI/tests: update containers for slashing 15 November 2023, 12:49:36 UTC
87ec2d0 Proto/AI/tests: add frozen rights 15 November 2023, 12:49:35 UTC
46f1995 Proto/AI/tests: check balance error aggregation 15 November 2023, 12:49:35 UTC
d2d4af9 Proto/AI/tests: enforce explicit rounding behavior 15 November 2023, 12:49:34 UTC
2c231cb Proto/tests: add cycle timing helpers 15 November 2023, 12:49:34 UTC
e4ff660 Merge tezos/tezos!10740: Rbt: add git history to experiment docker container Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10740 15 November 2023, 12:23:31 UTC
a9c9b41 Rbt: fix linting errors 15 November 2023, 11:52:02 UTC
90aacb8 Rbt: add git history to experiment docker container 15 November 2023, 11:52:02 UTC
bbe12e6 Merge tezos/tezos!10449: Revert "Proto: remove operation Set_deposits_limit" Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10449 15 November 2023, 11:50:34 UTC
2edfae0 Proto/stake: avoid fail case when autostaking 15 November 2023, 11:16:41 UTC
8dfe594 Proto/stake: refactor stake function 15 November 2023, 11:16:40 UTC
7429ff5 Proto/stake: rename parameters for stake amount 15 November 2023, 11:16:40 UTC
7ff1c0f Proto/stake/tests: reenable tezt tests 15 November 2023, 11:16:40 UTC
8b26695 Proto/stake: put amount in amount_strictness 15 November 2023, 11:16:40 UTC
8b74a37 Proto/stake: applying suggestions 15 November 2023, 11:16:40 UTC
4190c70 proto/staking: add best_effort staking and use for autostaking 15 November 2023, 11:16:40 UTC
867cf51 proto/staking: add strictness parameter 15 November 2023, 11:16:40 UTC
0e5fe18 tezt/test/RPC: reset regression 15 November 2023, 11:16:40 UTC
656626d tezt/concensus_key/regresssion: reset traces 15 November 2023, 11:16:40 UTC
9074328 tezt/deposits_limit: deactivate on oxford Current tezt constraint do not allow to remove for just one protocol, so we deactivate the test for pre-alpha protocols. This should be reverted once Oxford is reverted. 15 November 2023, 11:16:40 UTC
b62378d Proto/tests: use monadic-let in revived tests 15 November 2023, 11:16:40 UTC
63be055 proto/test/consensus/frozen_deposit: adapt to new staking mechanism 15 November 2023, 11:16:40 UTC
36ac33f proto/test/consensus/frozen_deposit: change of error 15 November 2023, 11:16:40 UTC
back to top