https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
3139998 EVM: fix arithmetic underflow 09 October 2023, 16:04:10 UTC
50ff74c Merge tezos/tezos!10206: Benchmark: charges at least 10 milli-gas Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10206 09 October 2023, 12:44:02 UTC
1fd9823 Benchmark: charges at least 10 milli-gas 09 October 2023, 12:20:00 UTC
1847895 Merge tezos/tezos!10240: MIR: Consume instructions in the typechecker Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Konstantin Ivanov <martoon.hsk@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Diogo Castro <dc@diogocastro.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10240 09 October 2023, 10:34:17 UTC
17c09a2 MIR: Namespace constructors in typecheck_instruction 09 October 2023, 10:00:54 UTC
7da58bc MIR: Consume instructions in the typechecker Motivation: we want to attach additional metadata to typechecked instructions. This means changing the type. By far the easiest option is to consume the vector of instructions during typecheck and construct a new one with metadata added. Actual metadata added in a later MR. 09 October 2023, 10:00:54 UTC
223153c Merge tezos/tezos!10185: EVM: add gasometer benchmark scenario for calldataload Co-authored-by: Hantang Sun <hantang.sun@trili.tech> 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/10185 09 October 2023, 09:41:45 UTC
ab0d0f2 EVM: add gasometer benchmark scenario for calldataload new file: src/kernel_evm/benchmarks/scripts/benchmarks/bench_loop_calldataload.js modified: src/kernel_evm/benchmarks/scripts/run_benchmarks.js new file: src/kernel_evm/benchmarks/scripts/benchmarks/bench_loop_calldataload.js modified: src/kernel_evm/benchmarks/scripts/run_benchmarks.js new file: src/kernel_evm/benchmarks/scripts/benchmarks/bench_loop_calldataload.js modified: src/kernel_evm/benchmarks/scripts/run_benchmarks.js 09 October 2023, 09:14:49 UTC
1f93fe5 Merge tezos/tezos!10367: Proto/Delegate_cycles: pay attesting rewards earlier Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10367 09 October 2023, 09:14:05 UTC
e7dd62a Proto/Delegate_cycles: pay attesting_rewards earlier 09 October 2023, 08:48:33 UTC
6df094d Merge tezos/tezos!10375: DAL: Provide a public addr option Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Nicolas Ochem <nicolas.ochem@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/10375 08 October 2023, 07:57:39 UTC
0c5fc35 DAL/Gossip: Use public_addr parameter as advertised address 08 October 2023, 07:30:01 UTC
a55d1c2 DAL: Add a public addr CLI and configuration option 07 October 2023, 14:31:10 UTC
d5508fd Merge tezos/tezos!10348: Rollup_node/docs: add link of rollup_node page in the smart rollups Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10348 06 October 2023, 18:45:10 UTC
f38f4c4 Rollup_node/docs: move the introduction of rollup_node page up 06 October 2023, 18:10:23 UTC
c870cb4 Merge tezos/tezos!10346: Tezt: disable flaky "refutation games over migrations" test Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10346 06 October 2023, 18:09:26 UTC
3fd368d Tezt: disable flaky "refutation games over migrations" test 06 October 2023, 17:38:07 UTC
84cd603 Merge tezos/tezos!10358: Fix dune version constraint Co-authored-by: Raphaël Proust <code@bnwr.net> 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/10358 06 October 2023, 15:26:41 UTC
7759c5e Manifest: more explicit version constraint: <3.11 06 October 2023, 14:57:47 UTC
7dedfd6 Manifest: add dune dependency to opam virtual package files 06 October 2023, 14:57:47 UTC
6a30888 Manifest: add an upper-bound for dune 06 October 2023, 14:57:46 UTC
1aea8c9 Merge tezos/tezos!9783: Proto/Test_Unit: Replace legacy bindings with let constructs Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9783 06 October 2023, 14:56:28 UTC
0c6c330 Proto/Test_Unit: Replace legacy bindings with let constructs 06 October 2023, 14:25:41 UTC
57308a2 Merge tezos/tezos!10364: EVM: fix changelog 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/10364 06 October 2023, 14:05:56 UTC
e4477ad EVM: fix changelog 06 October 2023, 13:36:12 UTC
3ae78eb Merge tezos/tezos!9976: Rest: Replace legacy bindings Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9976 06 October 2023, 13:35:24 UTC
5786dca Rest: Replace legacy bindings 06 October 2023, 12:58:46 UTC
d6f0052 Merge tezos/tezos!9794: Proto/Test_Integration: Replace legacy bindings with let constructs Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9794 06 October 2023, 12:58:00 UTC
d74fca2 Proto/Test_Integration: Replace legacy bindings with let constructs 06 October 2023, 12:23:28 UTC
0403f39 Merge tezos/tezos!10357: CI : Fix docker in docker (dind) error with GCP Gitlab runners Co-authored-by: Neo <11726174-neo.nomadic@users.noreply.gitlab.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/10357 06 October 2023, 11:13:46 UTC
adf4355 CI : Fix docker in docker (dind) error with GCP Gitlab runners 06 October 2023, 11:13:46 UTC
93ee0ff Merge tezos/tezos!9354: P2p: add disconnection reason Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9354 06 October 2023, 10:30:19 UTC
f4bcd45 CHANGES: add disconnection reasons in logs 06 October 2023, 09:34:50 UTC
31cb4c1 p2p: use disconnection reasons 06 October 2023, 09:34:50 UTC
9be7c41 p2p: add module to handle disconnection reasons 06 October 2023, 09:34:49 UTC
d62494f p2p: rename Connection_refused into Connection_failed This renaming is to include unreachable error. 06 October 2023, 09:34:49 UTC
255083a Merge tezos/tezos!10353: Doc/Michelson: replace types and instructions by a link Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10353 06 October 2023, 09:33:22 UTC
8fad76c Doc/Michelson: remove all supported types and instructions. Because can already be found at https://tezos.gitlab.io/michelson-reference. 06 October 2023, 09:03:51 UTC
e4bfc97 Doc/Michelson: add pointers to the interactive reference. 06 October 2023, 09:03:51 UTC
087a645 Doc/Michelson: make removed instructions a section. 06 October 2023, 09:03:51 UTC
0bac3f2 Doc/Michelson: swap subsections. 06 October 2023, 09:03:51 UTC
6b662d7 Merge tezos/tezos!10332: EVM: genesis.parent_hash is not genesis.hash 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/10332 06 October 2023, 09:03:03 UTC
63b02e6 EVM/Kernel: migrate ghostnet genesis block 06 October 2023, 08:13:02 UTC
9180bba EVM/Kernel: genesis.parent_hash is H256::MAX 06 October 2023, 08:13:02 UTC
bab0632 EVM/Tezt: parent hashes are not unique 06 October 2023, 08:13:02 UTC
2a621ca Merge tezos/tezos!9662: Lib_smart_rollup: add an encoding of the installer config Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9662 06 October 2023, 08:12:13 UTC
142143f Lib_smart_rollup: generate a configuration from Set intructions 06 October 2023, 07:41:35 UTC
7c4350d Lib_smart_rollup: parse set instruction of installer configuration Co-Authored-By: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> 06 October 2023, 07:41:35 UTC
0fd2ed9 Manifest: make `lib_smart_rollups` depend on `yaml` 06 October 2023, 07:41:35 UTC
d0506cf Merge tezos/tezos!10238: MIR: Avoid using parser in the interpreter tests Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Sandeep.C.R <sandeep@sras.me> 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/10238 05 October 2023, 16:15:35 UTC
39508e3 MIR: Avoid using parser in the interpreter tests 05 October 2023, 15:40:18 UTC
5cba71c Merge tezos/tezos!10190: CI: Use GCP Gitlab runners for build stage Co-authored-by: Neo <11726174-neo.nomadic@users.noreply.gitlab.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10190 05 October 2023, 15:39:35 UTC
521689a CI: Use GCP Gitlab runners for build stage 05 October 2023, 15:39:35 UTC
3032f9a Merge tezos/tezos!10345: Alcotezt 🤫: less noise from [proto_*/lib_protocol/test] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10345 05 October 2023, 15:07:19 UTC
1b66051 Proto/test: Less noise in [test_sapling.ml] 05 October 2023, 14:33:24 UTC
3db1886 Proto/test: Less noise in [test_merkle_list.ml] 05 October 2023, 14:33:24 UTC
27032b5 Merge tezos/tezos!10320: DAL: provide nodes' IP addresses via connection metadata 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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10320 05 October 2023, 14:32:38 UTC
9dc1ac6 Dal/GS/P2p: read remote peers' net addr & port from connection metadata 05 October 2023, 14:05:57 UTC
2b24370 DAL/Node: provide net addr and port via connection metadata 05 October 2023, 14:05:57 UTC
91291fb Merge tezos/tezos!10214: EVM/Proxy: add getStorageAt RPC service Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.com> 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/10214 05 October 2023, 14:05:09 UTC
f5cab63 EVM: add entry to changelog for getStorageAt RPC 05 October 2023, 13:37:21 UTC
a5b4604 Tezt/EVM: add test for getStorageAt RPC Adds a new Solidity contract based on the example given in the spec of this RPC. 05 October 2023, 13:37:21 UTC
9562988 EVM/Proxy: implement getStorageAt RPC service 05 October 2023, 13:37:21 UTC
9ac5066 Merge tezos/tezos!10086: SCORU/Node: remove proto specific binaries Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10086 05 October 2023, 12:22:50 UTC
27403cc Doc: Changelog 05 October 2023, 11:49:46 UTC
554da44 Docker: keep symbolic links for binaries 05 October 2023, 11:49:46 UTC
b0460e3 SCORU/Node/Nairobi,Oxford: remove canary tests 05 October 2023, 11:49:46 UTC
6eebcfb SCORU/Node: symbolic links for proto specific rollup nodes 05 October 2023, 11:49:46 UTC
66c8ae0 SCORU/Node/Nairobi,Oxford: remove deamon code 05 October 2023, 11:49:46 UTC
43571dd SCORU/Node: remove binaries for proto specific smart rollup nodes 05 October 2023, 11:49:46 UTC
9f76c18 Manifest: mark proto agnostic rollup node as released 05 October 2023, 11:49:45 UTC
8196459 Manifest: remove proto specific rollup nodes from manifest 05 October 2023, 11:49:45 UTC
d098af9 Merge tezos/tezos!10310: EVM: add more 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/10310 05 October 2023, 11:49:02 UTC
939430f EVM: add more scenarios 05 October 2023, 11:21:10 UTC
88b23da Merge tezos/tezos!10321: EVM/Kernel: fix KERNEL_VERSION on upgrade 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/10321 05 October 2023, 10:12:44 UTC
9b1a22a EVM/Kernel: store KERNEL_VERSION in case of conflict 05 October 2023, 09:46:56 UTC
ee6b032 EVM/Tezt: kernel version is not udpated during upgrade 05 October 2023, 09:46:56 UTC
63e1f6d Merge tezos/tezos!10195: EVM/Proxy: add support for eth_gasPrice RPC Co-authored-by: Antonio Locascio <antonio.locascio@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10195 05 October 2023, 09:46:09 UTC
d34c663 EVM: add entry to changelog for gasPrice RPC 05 October 2023, 09:10:33 UTC
0fc150a Tezt/EVM: test gasPrice RPC 05 October 2023, 09:10:33 UTC
c88e893 EVM/Proxy: implement gasPrice RPC service 05 October 2023, 09:10:33 UTC
e854b8e Merge tezos/tezos!10267: EVM: reading hash of non-existing or dated block returns zero and not panic Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10267 05 October 2023, 08:00:14 UTC
f5b032f EVM: reading hash of non-existing or dated block returns zero 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/handler.rs modified: src/kernel_evm/evm_execution/src/handler.rs modified: src/kernel_evm/evm_execution/src/handler.rs 05 October 2023, 07:34:46 UTC
32d184b Merge tezos/tezos!10205: MIR: Optimize typechecking of IF instruction, slightly simplify GT and INT Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Sandeep.C.R <sandeep@sras.me> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Pinto Pasquale <pasqu4le@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10205 04 October 2023, 21:24:49 UTC
6fc3663 MIR: Slightly simplify typechecker for GT and INT 04 October 2023, 20:49:35 UTC
b777399 MIR: optimize IF instruction typechecking 04 October 2023, 20:49:35 UTC
0e9977a Merge tezos/tezos!10203: MIR: Abstracted Vec-based stack Co-authored-by: Nikolay Yakimov <root@livid.pp.ru> Approved-by: Sandeep.C.R <sandeep@sras.me> Approved-by: Pinto Pasquale <pasqu4le@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10203 04 October 2023, 20:48:53 UTC
825d46c MIR: Use abstracted stack in the interpreter 04 October 2023, 20:14:47 UTC
077d19a MIR: Use abstracted stack in the typechecker 04 October 2023, 20:14:47 UTC
d526149 MIR: Add an abstracted Vec-based Stack 04 October 2023, 20:14:47 UTC
b7d698c MIR: Move typechecking helpers to typechecker module 04 October 2023, 20:14:47 UTC
858265c Merge tezos/tezos!10326: Tests: move smart rollup node unit tests outside protocol directories Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/10326 04 October 2023, 19:59:45 UTC
4f84064 Tests: move smart rollup node tests outside proto dir 04 October 2023, 19:22:16 UTC
5ebdd0b Tests: remove protocol dependency from smart rollup node unit tests 04 October 2023, 19:11:15 UTC
3ec34d5 SCORU/Node: expose inbox init function in plugin 04 October 2023, 19:11:14 UTC
c8ea279 Merge tezos/tezos!10317: DAL: remove attester from DAL attestation operation Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.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/10317 04 October 2023, 16:58:20 UTC
dffdfa4 DAL: rename Attestor to Attester should have been part of !10294 04 October 2023, 16:24:56 UTC
9d26436 DAL: remove attester from DAL attestation operation 04 October 2023, 16:24:56 UTC
dfccca3 Tezt/DAL: rename function for clarity 04 October 2023, 16:24:56 UTC
6de3950 Tezt/Client: enable new count argument for bake_for 04 October 2023, 16:24:56 UTC
back to top