https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
71eaefe WASM/Debugger: improve completion speed 18 January 2024, 12:54:52 UTC
f61aa2d WASM Debugger: allow to disable storage completions 18 January 2024, 12:54:52 UTC
e1abcf4 WASM Debugger: add path completions 18 January 2024, 12:54:51 UTC
61149f6 WASM Debugger: add command completions 18 January 2024, 12:54:51 UTC
fae6248 EVM/Benchmarks: fix benchmarking script The script didn't work well with LTerm. This commit uses node-pty in the benchmarking script to fix it. 18 January 2024, 12:54:51 UTC
3b903fa EVM/Benchmarks: format script using Prettier 18 January 2024, 12:54:51 UTC
335682c WASM Debugger: allow chaining commands using ';' 18 January 2024, 12:54:51 UTC
d5bbbf4 Wasm Debugger: use LTerm for command execution io 18 January 2024, 12:54:50 UTC
82e8ff5 Wasm Debugger: use LTerm for command history 18 January 2024, 10:59:20 UTC
22ac5a8 Merge tezos/tezos!11536: CI: refactor, more explicit rules for [merge_request_event] jobs Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.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/11536 18 January 2024, 10:47:59 UTC
3917cd0 CI: refactor, more explicit rules for [merge_request_event] jobs Using [if: '$CI_MERGE_REQUEST_ID'] is a turn-about way of evaluating whether a job runs in a merge-request pipeline. Checking [$CI_PIPELINE_SOURCE] is equivalent but more direct and explicit. 18 January 2024, 10:20:35 UTC
963a249 Merge tezos/tezos!11549: Tezt/EVM: set Wei.one to one wei 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> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11549 18 January 2024, 10:19:47 UTC
13a5338 Tezt/EVM: set Wei.one to one wei 18 January 2024, 09:51:54 UTC
a8315f3 Merge tezos/tezos!11563: proto: add some comment about legacy endorsement encoding Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11563 18 January 2024, 09:51:07 UTC
3f21a93 proto: add some comment about legacy endorsement encoding 18 January 2024, 09:27:20 UTC
e873ead Merge tezos/tezos!11517: EVM/Eval: fix a bug on filler checks (value, gas and data should be taken into account) Co-authored-by: arnaud <arnaud.bihan@functori.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11517 18 January 2024, 09:26:35 UTC
7517951 EVM/Eval: Add log to failure to know what expect check in filler 18 January 2024, 09:02:31 UTC
b8dbf84 EVM/Eval: Matches index for data gas and value in filler and checking also for labels 18 January 2024, 09:02:30 UTC
2612f6d Merge tezos/tezos!11494: DAL: split the SRS Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11494 17 January 2024, 18:37:22 UTC
2d746c3 Bin_dal_node/Slot_manager_legacy: replace `Data_encoding.(unit)` by `Data_encoding.unit` 17 January 2024, 18:12:35 UTC
e0026be DAL node, Protocol: adapt the code to the new DAL’s error type 17 January 2024, 18:12:35 UTC
d88f864 Crypto_dal/Cryptobox: update comments 17 January 2024, 18:12:35 UTC
9ff42c2 Crypto_dal/Cryptobox: split prover & verifier SRS & add functions to generate verifier SRS 17 January 2024, 18:12:35 UTC
b392da6 Merge tezos/tezos!11545: EVM/Exec: address remaining arithmetic overflow issues. Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Arnaud Bihan <arnaud.bihan@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11545 17 January 2024, 18:11:53 UTC
6f935be EVM/Log: add an entry for the overflow bug fix 17 January 2024, 17:26:04 UTC
dcacc92 EVM/Exec: fix overflow when prepaying transactions The commit contains the fix that allows us to unskip HighGasPrice test. 17 January 2024, 17:26:04 UTC
63d11ae EVM/Eval: re-add tests that were panicking for arithmetic overflow/underflow Some fixes patched those test in master, they can be removed from the skip list. 17 January 2024, 17:26:04 UTC
17c60df Merge tezos/tezos!11539: EVM/Eval: deactivate sloadGasCost (hot/cold test) Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11539 17 January 2024, 17:25:20 UTC
9a95ca6 EVM/Eval: deactivate sloadGasCost (hot/cold test) 17 January 2024, 16:55:48 UTC
a5e43e1 Merge tezos/tezos!11505: EVM/Eval: fix single unparsable test Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Max <maxime.levillain@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Arnaud Bihan <arnaud.bihan@functori.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11505 17 January 2024, 16:55:03 UTC
e070559 EVM/Eval: reorder when the checks are done to be able to run unparsable test 17 January 2024, 16:30:46 UTC
f8eea48 EVM/Eval: refacto skipped checks Between of parsing reason and others. Also use a macro to match the skipped test's name (lines are shorter). 17 January 2024, 16:30:46 UTC
0d45108 Merge tezos/tezos!11543: OpenApi, Version: Standardize version format Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11543 17 January 2024, 16:03:31 UTC
bc8dd0f Openapi: generated specifications contain version commit 17 January 2024, 15:32:03 UTC
8d7855c Version: add --full-with-commit to tezos_print_version 17 January 2024, 15:32:03 UTC
e82ee21 Smart_rollup_node, Openapi: Use simple_version_string for version 17 January 2024, 15:32:02 UTC
527a1ce Version: Create simple_version_string 17 January 2024, 15:32:02 UTC
fc61924 Merge tezos/tezos!11473: EVM/Node: add events for tx-pool Co-authored-by: Antonio Locascio <antonio.locascio@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/11473 17 January 2024, 15:30:39 UTC
6942f28 EVM/Node: add events for tx-pool 17 January 2024, 15:06:58 UTC
faf65c7 Merge tezos/tezos!11445: Proto/SR: update constants to 10sec block time Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11445 17 January 2024, 15:06:12 UTC
ed577b1 Tezt: update regressions 17 January 2024, 14:32:30 UTC
46fb66c Test: deactivate liquid balance check 17 January 2024, 14:32:30 UTC
441ed5a Test: update tests to new constants 17 January 2024, 14:32:30 UTC
cea8d44 SR: make constants depend on block time 17 January 2024, 14:32:30 UTC
470598a Merge tezos/tezos!11509: Kernel/EVM: gas price should be of tx, not block 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: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11509 17 January 2024, 14:22:14 UTC
1b04c9a Kernel/EVM: gas price should be of tx, not block 17 January 2024, 13:35:19 UTC
89d5a48 Merge tezos/tezos!11463: RISC-V: Sandbox inbox ticket support Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11463 17 January 2024, 13:34:34 UTC
55742f3 RISC-V: Sandbox inbox ticket support 17 January 2024, 12:27:15 UTC
1dc8942 Merge tezos/tezos!11508: Tezt/EVM: fix overflow in expected gas fees 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: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11508 17 January 2024, 11:25:35 UTC
d3073e0 Tezt/EVM: fix overflow in expected gas fees Expected gas fees easily overflow the bounds of Int32.t Therefore, we must always convert to the appropriate units prior to multiplying. 17 January 2024, 10:30:30 UTC
bb2bc7a Merge tezos/tezos!11519: RISC-V: WARL checks for satp Co-authored-by: Felix Puscasu <felix.puscasu@trili.tech> 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/11519 17 January 2024, 10:21:44 UTC
3430f2f RISC-V: WARL checks for satp 17 January 2024, 09:59:55 UTC
7f3bfc9 Merge tezos/tezos!11522: RISC-V: Fix dummy kernel input loop Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Felix Puscasu <felix.puscasu@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/11522 16 January 2024, 18:19:14 UTC
4d822b9 RISC-V: Fix dummy kernel input loop 16 January 2024, 17:58:29 UTC
e30693d Merge tezos/tezos!11483: EVM/Tezt: remove past genesis helper 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/11483 16 January 2024, 17:57:48 UTC
d2d8219 EVM/Tezt: remove past genesis Artifact from the past, the first tezos level used to be the installer so the genesis was not created. It has been changed months ago. 16 January 2024, 17:32:49 UTC
3e6551d Merge tezos/tezos!11540: Rust: fix typo in env variable Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11540 16 January 2024, 17:32:03 UTC
c6e7410 Rust: fix typo in env variable 16 January 2024, 17:23:07 UTC
912bae3 Merge tezos/tezos!11511: Crypto_DAL/tests : fix parameters generation Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11511 16 January 2024, 17:22:19 UTC
142fa12 Crypto_DAL/tests: fix parameters generation 16 January 2024, 16:59:13 UTC
388b024 Merge tezos/tezos!11495: Manifezt: handle changes in integration tests Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11495 16 January 2024, 16:58:26 UTC
6e0b910 Manifezt: handle changes in integration tests 16 January 2024, 16:24:53 UTC
3b14c41 Merge tezos/tezos!11506: rollup: fix rollup node command parameters manual Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: lykimquyen <quyen@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11506 16 January 2024, 16:23:33 UTC
ad98aef rollup: fix rollup node command parameters manual 16 January 2024, 16:02:45 UTC
aac6a52 Merge tezos/tezos!11428: tezt/rollup: simplify rollup helper fct Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: lykimquyen <quyen@marigold.dev> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11428 16 January 2024, 16:01:53 UTC
bd1b89c tezt/rollup: refactor inbox rpc helper 16 January 2024, 15:36:13 UTC
ba999ad tezt/rollup: make rpc returns value instead of value opt 16 January 2024, 15:36:13 UTC
75cc9ee tezt/rollup: reverse RPC dependency 16 January 2024, 15:36:13 UTC
2aa91e7 Merge tezos/tezos!11527: EVM/Kernel: self contained upgrade module 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/11527 16 January 2024, 15:35:24 UTC
e62fdb3 EVM/Kernel: self contained upgrade function in module 16 January 2024, 15:14:18 UTC
0e9306d EVM/Kernel: move storage related functions to upgrade module 16 January 2024, 15:14:18 UTC
dd8076b EVM/Kernel: move KernelUpgrade to upgrade module 16 January 2024, 15:14:18 UTC
61ef005 Merge tezos/tezos!11456: Rollup node: snapshot info command to inspect snapshots Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <quyen@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11456 16 January 2024, 14:51:24 UTC
4801976 Doc: changelog 16 January 2024, 14:29:54 UTC
f68633c Rollup node: snapshot info command to inspect snapshots 16 January 2024, 14:29:54 UTC
03a5662 Rollup node: read metadata function 16 January 2024, 14:29:54 UTC
2fbc7f3 Merge tezos/tezos!11466: Rollup node: don't overwrite already populated data dir on import Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <quyen@marigold.dev> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11466 16 January 2024, 14:29:04 UTC
47fc1ac Tests: make sure we cannot overwrite data dir without --force 16 January 2024, 14:02:28 UTC
8fff7ac Test: use --force for smart rollup snapshot import where appropriate 16 January 2024, 14:02:28 UTC
6be564f Rollup node: don't overwrite already populated data dir on import Unless --force option is used. 16 January 2024, 14:02:28 UTC
7c9eb35 Merge tezos/tezos!11523: cmdline: replace var:name to var:<name> Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11523 16 January 2024, 14:01:28 UTC
eef14b1 cmdline:replace var:name to var:<name> 16 January 2024, 13:15:07 UTC
a5fbbb3 Merge tezos/tezos!11518: CI, Scripts: Fix duplicate RedHat and Debian packages Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11518 16 January 2024, 13:14:25 UTC
815e15a CI, Scripts: Upload debian and redhat packages only once 16 January 2024, 13:04:59 UTC
f00145a Merge tezos/tezos!11531: RISC-V: Apply Clippy more widely 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/11531 16 January 2024, 13:03:42 UTC
cee2d69 RISC-V: Apply Clippy more widely 16 January 2024, 12:40:48 UTC
e12c74e Merge tezos/tezos!11497: EVM/Node: chunker can produce blueprints Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> 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/11497 16 January 2024, 11:21:05 UTC
a41b49d Etherlink: update node's changelog 16 January 2024, 11:01:07 UTC
bbfae93 EVM/Benchmark: make erc20 bench usable in sequencer mode 16 January 2024, 11:01:07 UTC
2ecb4e1 EVM/Node: chunk data into blueprints 16 January 2024, 11:01:07 UTC
4525f17 EVM/Node: add blueprint related arguments to chunker 16 January 2024, 11:01:07 UTC
e665e6b Merge tezos/tezos!11448: EVM/Sequencer: sign blueprints 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/11448 16 January 2024, 11:00:22 UTC
071291b EVM/Node: mention secret keys issue 16 January 2024, 10:36:22 UTC
fac4a1f EVM/Node: remove default mode 16 January 2024, 10:36:22 UTC
7798df6 EVM/Tezt: run sequencer with secret key 16 January 2024, 10:36:22 UTC
817b0bf EVM/Kernel: log configuration during stage one 16 January 2024, 10:36:22 UTC
74d65da EVM/Sequencer: sign blueprints 16 January 2024, 10:36:22 UTC
39166f6 EVM/Sequencer: put unencrypted secret key as parameter 16 January 2024, 10:36:22 UTC
d57fff3 EVM/Kernel: verify blueprints' signature at parsing 16 January 2024, 10:36:22 UTC
176db0d EVM/Kernel: split unsigned/signed blueprints 16 January 2024, 10:36:22 UTC
back to top