https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
fd16a3a bad idea, too much to change 17 November 2023, 19:16:08 UTC
3fbdad9 add validation 17 November 2023, 18:48:42 UTC
a967fa1 fixup! Add new Auth_source manager op (does not compile) 14 November 2023, 12:46:41 UTC
5ae6a94 fixup! Lin: Add comments for code reading 06 November 2023, 02:49:03 UTC
6f5b870 Merge tezos/tezos!10655: Kernel_sdk/DAL: Reveal dal parameters host functions Co-authored-by: lin <linoshitani@gmail.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/10655 01 November 2023, 06:39:41 UTC
96e06b9 Kernel_sdk: Update changelog 01 November 2023, 04:57:33 UTC
d006559 Kernel_sdk/DAL: Test for reveal_dal_parameters host function 01 November 2023, 04:57:33 UTC
216f460 Kernel_sdk/DAL: Add reveal_dal_parameters host function in rust SDK 01 November 2023, 04:57:33 UTC
64d4a94 Kernel_sdk/DAL: Add types for DAL parameters 01 November 2023, 04:57:33 UTC
d74f818 Merge tezos/tezos!10283: EVM on WASM: fix gas limit on contract call Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Co-authored-by: Hantang Sun <hantang.sun@trili.tech> 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/10283 01 November 2023, 04:56:49 UTC
939e350 EVM/Tests: e2e test of inter contract call 01 November 2023, 04:18:49 UTC
f3701d3 EVM on WASM: fix the gas limit on calls modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/lib.rs modified: src/kernel_evm/CHANGES.md modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/lib.rs modified: src/kernel_evm/CHANGES.md modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/lib.rs modified: src/kernel_evm/CHANGES.md modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/lib.rs 01 November 2023, 04:18:49 UTC
2fa8e0e Merge tezos/tezos!10676: EVM: Bench: QOL script to detect regressions in bench scenarios 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/10676 01 November 2023, 04:18:02 UTC
a4ce25f EVM: Bench: script to execute in fast mode 01 November 2023, 03:34:29 UTC
1e31fa7 EVM: Bench: script to build all inboxes 01 November 2023, 03:34:29 UTC
212becd Merge tezos/tezos!10580: Rollup client remove ticks and state_hash Co-authored-by: lykimq <lykimq@gmail.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/10580 01 November 2023, 03:33:42 UTC
81c1698 Rollup_client/regression: update regressions tests 01 November 2023, 01:42:06 UTC
98ca5df Rollup_client/tezt: define call_rpc, remove state_hash 01 November 2023, 01:42:06 UTC
5fcba6f Rollup_client/tezt: remove ticks and create sc_rollup_rpc file 01 November 2023, 01:42:06 UTC
99d0d29 Merge tezos/tezos!10637: Proto/SORU Reveal DAL parameters proof production/verification in the refutation game Co-authored-by: lin <linoshitani@gmail.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/10637 01 November 2023, 01:01:08 UTC
4171992 Proto/SORU: TODO for testing refutation game for reveal DAL params 01 November 2023, 00:21:07 UTC
c9d796a Proto/SORU: Produce proofs for reveal DAL parameters 01 November 2023, 00:21:07 UTC
fc354b5 Proto/SORU: Verify proofs for reveal DAL parameters 01 November 2023, 00:21:07 UTC
eeebfc2 Proto/SORU: New reveal proof type for DAL parameter reveals 01 November 2023, 00:21:07 UTC
a00c54e Merge tezos/tezos!10682: Kernel SDK: complete the Micheline encoding (part 1/6: small cleanup) Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10682 01 November 2023, 00:20:06 UTC
34f4d62 Kernel SDK/Micheline encoding: add tests for the no-arg case 31 October 2023, 23:43:20 UTC
031d5ab Kernel SDK/Micheline encoding: more details in comments 31 October 2023, 23:43:20 UTC
f265f18 Kernel SDK/Micheline encoding/Test: use the Pair prim The primitive tag used in the pair encoding test was wrong (prim tag 1 is "storage"). 31 October 2023, 23:43:20 UTC
1f215da Kernel SDK/Micheline encoding: put no-arg case first 31 October 2023, 23:43:20 UTC
03d6265 Kernel SDK/Micheline encoding: typo 31 October 2023, 23:43:20 UTC
710d8f4 Merge tezos/tezos!10607: Rollup_client/tezt: remove commands related to sc client keys in tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10607 31 October 2023, 23:42:25 UTC
34c3317 Rollup_client/tezt: remove import_secret_key 31 October 2023, 23:07:26 UTC
4ea0869 Rollup_client/tezt: remove show_address 31 October 2023, 23:07:26 UTC
6c8b175 Rollup_client/tezt: remove list_keys 31 October 2023, 23:07:26 UTC
72e0e82 Rollup_client/tezt: remove generate_keys 31 October 2023, 23:07:26 UTC
4c5158a Merge tezos/tezos!10553: DAL: avoid re-origination for testnet scenario 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/10553 31 October 2023, 21:05:00 UTC
0d6798f DAL/bin_testnet_scenarios: avoid re-originating the echo rollup 31 October 2023, 20:33:10 UTC
c430bf0 Merge tezos/tezos!10668: lib_smart_rollup_node: use histogram for inbox head processing time Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10668 31 October 2023, 20:32:07 UTC
019ded8 lib_smart_rollup_node: use histogram for inbox head processing time 31 October 2023, 19:54:44 UTC
b873ff9 Merge tezos/tezos!10671: DAL/Node: Minor refactorisation Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10671 31 October 2023, 19:53:35 UTC
bbd4b47 DAL/Node: Move the `Connection_metadata` into the `Types` module 31 October 2023, 19:21:52 UTC
a59f2e2 DAL/Node: Move `peer_metadata` into the `Types` module 31 October 2023, 19:21:52 UTC
3d740ea P2P: Move `P2p_params` in `tezos_base` library 31 October 2023, 19:21:52 UTC
ffddc5f Merge tezos/tezos!10666: DAL/Node: Add an RPC to get peers Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10666 31 October 2023, 18:41:00 UTC
76732dc DAL/Node: Add an RPC to get peers 31 October 2023, 18:09:19 UTC
19c3631 Merge tezos/tezos!10652: SORU/DAL: Support reveal dal parameters in WASM PVM Co-authored-by: lin <linoshitani@gmail.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/10652 31 October 2023, 18:08:07 UTC
5788dc5 SORU/DAL: Support reveal_dal_parameters for slow execution 31 October 2023, 17:22:49 UTC
22ead74 SORU/DAL: Support reveal_dal_parameters for fast execution 31 October 2023, 17:22:49 UTC
8df16c2 Merge tezos/tezos!9641: WASM/Debugger: support installer configuration in the debugger Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9641 31 October 2023, 15:35:25 UTC
f7192e3 WASM/Debugger: initialize state with installer config 31 October 2023, 15:03:21 UTC
b2f898c WASM/Debugger: add dependency to `lib_smart_rollup` Also removes yaml, as it is already part of `lib_smart_rollup` 31 October 2023, 15:03:21 UTC
f705739 Merge tezos/tezos!10633: DAL/Node: Add an RPC to list points Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10633 31 October 2023, 15:02:17 UTC
62f085d DAL/Node: Add some docstrings 31 October 2023, 14:33:57 UTC
96e88be DAL/Node: Add a connected flag for those RPCs 31 October 2023, 14:33:57 UTC
6e89004 DAL/Node: Export RPCs to get a list of know points and their info 31 October 2023, 14:33:57 UTC
e85a2e3 P2P: Move and export the function `info_of_point_info` 31 October 2023, 14:33:57 UTC
e956ab0 DAL/Node: Add an RPC to get the list of known points 31 October 2023, 14:33:57 UTC
8863516 Merge tezos/tezos!10658: EVM/Node: proxy command is no longer default Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10658 31 October 2023, 14:33:04 UTC
fe1069b EVM/Node: proxy command is no longer default 31 October 2023, 13:56:12 UTC
14a8444 Merge tezos/tezos!10667: CI/Kernel: run kernel tests only when it's changed Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-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/10667 31 October 2023, 13:55:14 UTC
09695c2 CI: run kernel tests only when it's changed 31 October 2023, 13:26:52 UTC
47ae1a9 Merge tezos/tezos!10269: MIR: Add a runner to run tests in Tzt format Co-authored-by: Sandeep.C.R <sandeep.chandrika@serokell.io> Approved-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Diogo Castro <dc@diogocastro.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10269 31 October 2023, 13:25:53 UTC
2268620 MIR: Add tests for the runner 31 October 2023, 12:52:51 UTC
9f05168 MIR: Add a binary target to export Tzt runner as CLI app 31 October 2023, 12:52:51 UTC
e6291f9 MIR: Add a function to run the parsed Tzt test 31 October 2023, 12:52:51 UTC
3070b93 MIR: Add a function to untype value 31 October 2023, 12:52:51 UTC
f714590 MIR: Amend grammar to parse Tzt file to the new Tzt types 31 October 2023, 12:52:51 UTC
77ef053 MIR: Add a Tzt module with types to represent Tzt test entities 31 October 2023, 12:52:51 UTC
c87e8e6 MIR: Disable unintentional doctest strings 31 October 2023, 12:52:51 UTC
e3ea364 Merge tezos/tezos!10683: Proto/zero-ticket_migration: friendlier message for error happening on testnet Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10683 31 October 2023, 12:51:52 UTC
3ed96cf proto/zero-ticket_migration: friendlier message for error happening on testnet 31 October 2023, 12:19:01 UTC
349cec3 Merge tezos/tezos!10660: Kernel/SDK: remove warnings about imports on [panic-hook] Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10660 31 October 2023, 12:17:59 UTC
5b8dd0b Kernel/SDK: remove warnings about imports on [panic-hook] 31 October 2023, 11:46:17 UTC
78be714 Merge tezos/tezos!10661: EVM/Kernel: remove dead code Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10661 31 October 2023, 11:45:12 UTC
c1d0641 EVM/Kernel: remove dead code 31 October 2023, 10:59:14 UTC
aba376b Merge tezos/tezos!10673: EVM: remove upgrade nonce Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10673 31 October 2023, 10:58:08 UTC
acd0e6e EVM/Changelog: add an entry 31 October 2023, 10:27:10 UTC
8fe1ff8 EVM/Tezt: remove upgrade's nonce 31 October 2023, 10:27:10 UTC
a7b7a90 EVM/Proxy: remove upgrade's nonce RPC 31 October 2023, 10:27:10 UTC
a34ea05 EVM/Kernel: remove upgrade's nonce 31 October 2023, 10:27:10 UTC
12eae20 Merge tezos/tezos!10657: EVM/Node: rename mode to version Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10657 31 October 2023, 10:26:14 UTC
693f4f1 EVM/Node: rename mode to version 31 October 2023, 09:24:51 UTC
8ff50b6 Merge tezos/tezos!10656: EVM: rename `evm-proxy-server` to `evm-node` Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10656 31 October 2023, 09:24:01 UTC
bb57233 EVM/Changelog: add an entry 31 October 2023, 08:51:43 UTC
c554cc6 EVM/Benchmarks: rename `evm-proxy-server` to `evm-node` 31 October 2023, 08:51:43 UTC
b41eeff EVM/Scenario: rename `evm-proxy-server` to `evm-node` 31 October 2023, 08:51:43 UTC
de25067 EVM/Tezt: rename `evm-proxy-server` to `evm-node` 31 October 2023, 08:51:43 UTC
43f9e62 EVM: rename `evm-proxy-server` to `evm-node` 31 October 2023, 08:51:43 UTC
cc20cd4 Merge tezos/tezos!10467: Kaitai: support lists Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10467 31 October 2023, 08:50:51 UTC
3c52222 Kaitai: Support lists Co-authored-by: Raphaël Proust <code@bnwr.net> 31 October 2023, 08:17:01 UTC
baf3e25 Merge tezos/tezos!10545: EVM/Kernel: populate {state,transactions,receipt}_root in block Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.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/10545 31 October 2023, 08:16:14 UTC
c055317 EVM: add entry to changelog 31 October 2023, 07:38:46 UTC
49d94ee EVM/Kernel: populate {state,transactions,receipt}_root in block 31 October 2023, 07:38:20 UTC
395b0b0 Merge tezos/tezos!10260: EVM/Kernel: account for ticks per opcode during the execution Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10260 31 October 2023, 07:30:19 UTC
e334f8f EVM/Kernel: use the estimated ticks of opcode for the block in progress 31 October 2023, 06:51:15 UTC
aa8329e EVM/Execution: account for ticks during a contract call execution 31 October 2023, 06:51:15 UTC
23ec353 Merge tezos/tezos!10573: MIR: carry type in Failwith Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Diogo Castro <dc@diogocastro.com> Approved-by: Sandeep.C.R <sandeep@sras.me> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10573 31 October 2023, 06:30:55 UTC
4407245 MIR: carry type in Failwith Motivation: we want to be able to typecheck Failed values in tzts to ensure we're comparing canonical representations; otherwise, the representation in tzt `Failed` assertion would have to match a particular untyped form we'd use. 31 October 2023, 05:53:30 UTC
c68368b Merge tezos/tezos!10515: MIR: improve test coverage Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Konstantin Ivanov <martoon.hsk@gmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Diogo Castro <dc@diogocastro.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10515 31 October 2023, 05:52:49 UTC
639516b MIR: disable coverage report for the generated syntax.rs 31 October 2023, 05:15:50 UTC
back to top