https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
7817f2d EVM/Test: test RPC `debug_traceTransaction` 30 May 2023, 14:04:38 UTC
f879717 EVM/Proxy: add debug_traceTransaction RPC 30 May 2023, 13:59:02 UTC
b9846e4 EVM/Test: test rpc `web3_clientVersion` 30 May 2023, 13:52:17 UTC
5e18cad EVM/Proxy: add web3_clientVersion RPC 30 May 2023, 13:52:17 UTC
97c809c Merge tezos/tezos!8784: Snoop: update documentation with auto-build Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8784 30 May 2023, 13:46:11 UTC
2c814d5 Snoop: doc improvements. 30 May 2023, 13:06:07 UTC
5b23701 Snoop: options in the tutorial. 30 May 2023, 13:06:07 UTC
dc578a4 Snoop: exploring results in the tutorial. 30 May 2023, 13:06:07 UTC
e1c7227 Snoop: running snoop in the tutorial. 30 May 2023, 13:06:07 UTC
01233d1 Snoop: example introduction. And adjust step numbers. 30 May 2023, 13:06:07 UTC
4352bca Snoop: move example to tutorial. 30 May 2023, 13:06:07 UTC
77f2f78 Snoop: add tutorial. 30 May 2023, 13:06:06 UTC
6af9cf9 Snoop: rename doc title. 30 May 2023, 13:06:06 UTC
7a102f0 Merge tezos/tezos!8741: CI: new docker image (remove hidapi custom apk) Co-authored-by: David Dumas <david.dumas@tweag.io> 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/8741 30 May 2023, 12:36:55 UTC
6dc4218 CI: new Docker image 30 May 2023, 11:57:12 UTC
c1cf13f Merge tezos/tezos!8854: CI: unmix master and scheduled pipeline Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8854 30 May 2023, 11:56:26 UTC
7ca1340 .gitlab-ci.yml: mutually exclusive rules 30 May 2023, 11:20:05 UTC
78e5417 .gitlab-ci.yml: remove superfluous parentheses in [if:] rules 30 May 2023, 11:20:05 UTC
308b2d4 Merge tezos/tezos!8731: Plompiler : handle range-checks Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Co-authored-by: ambrona <mac.ambrona@gmail.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Miguel Ambrona <mac.ambrona@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8731 30 May 2023, 10:33:12 UTC
ae5f7f8 PlonK/Test_plompiler: promote slow regression 30 May 2023, 09:58:15 UTC
0c00a2a Plompiler/Test: add a test for range-checks 30 May 2023, 09:58:15 UTC
27fea65 Plompiler/Optimizer: compatibility with range-checks 30 May 2023, 09:58:15 UTC
c3f177c Plompiler: handle range checks 30 May 2023, 09:58:15 UTC
001283a lib_plompiler optimizer: small fix on nb_inputs 30 May 2023, 09:58:15 UTC
a664fd8 Merge tezos/tezos!8899: tezt/long_tests: increase pipelining measurement margin Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8899 30 May 2023, 09:57:24 UTC
ab4d964 tezt/long_tests: increase pipelining measurement margin 30 May 2023, 09:24:03 UTC
f50425f Merge tezos/tezos!8880: Tezt: Use `tail -F` instead of `cat` with runners Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8880 30 May 2023, 09:23:10 UTC
f9c6f24 Tezt: Use `tail -F' instead of `cat' with runners `tail -F' is more reliable, because `-F' implies retrying. When messing around with runners, I ran into scenarios where the `cat' call would prematurly exit (typically when importing a snapshot from a remote), which then would cause the daemon to hang when it tried to write in the pipe. `tail -F' is often suggested as a way to ensure your pipe remains always writable. Applying this suggestion fixes my issue. One can convinces oneself that this approach is fine by running existing scenarios from the `bin_testnet_scenarios' folder. Additionnally, from a terminal mkfifo foo tail -F foo and from another terminal echo bar > foo echo foobar > foo will have the expected outcome, that is `bar' then `foobar' are printed by the `tail' process. 30 May 2023, 08:48:22 UTC
856bcdf Merge tezos/tezos!8828: Proto: store slashed deposits history Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8828 30 May 2023, 08:06:50 UTC
b748717 Docs: add changelog entry 30 May 2023, 07:34:23 UTC
1c9cd5b Proto: maintain slashed deposits history 30 May 2023, 07:34:23 UTC
6a1a31c Proto/Storage: add slashed deposits history 30 May 2023, 07:34:23 UTC
c864918 Merge tezos/tezos!8091: Proto: freeze rewards under AI Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8091 30 May 2023, 07:33:36 UTC
25e3c74 Doc: add changelog entry 30 May 2023, 06:57:58 UTC
f24b666 Proto/Apply: pay revelation rewards to frozen deposits if AI 30 May 2023, 06:57:58 UTC
1b6511e Proto/Delegate_cycles: pay endorsing rewards to frozen deposits if AI 30 May 2023, 06:57:58 UTC
2dfa19f Proto/Delegate_missed_endorsements_storage: pay baking bonuses to frozen deposits if AI 30 May 2023, 06:57:58 UTC
4d02822 Proto/Delegate_missed_endorsements_storage: pay baking rewards to frozen deposits if AI 30 May 2023, 06:57:58 UTC
6883dc3 Proto/Constants_storage: add freeze_rewards 30 May 2023, 06:57:58 UTC
6a023e4 Proto/Constants_storage: add adaptive_inflation_enable 30 May 2023, 06:57:58 UTC
38f3f88 Proto/Delegate_missed_endorsements_storage: transfer baking rewards to frozen deposits 30 May 2023, 06:57:58 UTC
d03b437 Proto/Delegate_missed_endorsements_storage: minor rewrite 30 May 2023, 06:57:58 UTC
63ddd04 Merge tezos/tezos!8761: Snoop: update user documentation Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8761 30 May 2023, 06:57:10 UTC
eafa2d3 Snoop: update user documentation. The used interface has changed a bit. 30 May 2023, 06:20:40 UTC
abe1604 Merge tezos/tezos!8665: Tezt: adds codegen to tezt/snoop/main.exe Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8665 30 May 2023, 03:44:35 UTC
75517d3 removes unnecessary comment 30 May 2023, 03:09:44 UTC
af4a950 Tezt: adds codegen to snoop/main.exe 30 May 2023, 03:09:44 UTC
99c9e43 Merge tezos/tezos!8539: Benchmark: adds py*.mli Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8539 30 May 2023, 03:08:52 UTC
43ed47f tries to catch => catches 30 May 2023, 02:21:34 UTC
cccb032 Benchmark: removes Pytools.import_noce 30 May 2023, 02:21:34 UTC
b2c4b3c Benchmark: adds py*.mli and removes unused and duplicated functions 30 May 2023, 02:21:34 UTC
a646175 Benchmark: adds py*.mli 30 May 2023, 02:21:34 UTC
6296903 Merge tezos/tezos!8781: SORU: EVM: executable to chunk transaction for the kernel Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8781 29 May 2023, 11:28:18 UTC
85a4f88 EVM: pb dune build @doc 29 May 2023, 10:06:32 UTC
4e6a392 SORU: EVM: address 0 if none given 29 May 2023, 07:35:05 UTC
24ba80f SORU: EVM: exe for chunking tx 29 May 2023, 07:35:04 UTC
78e1f9e SORU: EVM: PROXY: initialize chunker 29 May 2023, 07:34:56 UTC
a317741 Merge tezos/tezos!8870: SCORU/Node: allow to run rollup nodes concurrently for different protocols Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8870 26 May 2023, 17:14:51 UTC
f8b5b40 SCORU/Node/Mumbai: backport !8870 - SCORU/Node: wait for first block - SCORU/Node: shutdown after protocol migration 26 May 2023, 16:36:00 UTC
7daf1ca SCORU/Node/Nairobi: backport !8870 - SCORU/Node: wait for first block - SCORU/Node: shutdown after protocol migration 26 May 2023, 16:36:00 UTC
7319e62 SCORU/Node: test transition between two rollup nodes on migration 26 May 2023, 16:36:00 UTC
1671517 SCORU/Node: shutdown after protocol migration 26 May 2023, 16:36:00 UTC
46a2515 SCORU/Node: wait for first block 26 May 2023, 16:36:00 UTC
1e1a63a Crawler: allow to monitor blocks of protocol and wait for first 26 May 2023, 16:35:59 UTC
0196d0f Crawler: remove useless error monad 26 May 2023, 16:35:59 UTC
8a0c5c9 Merge tezos/tezos!8820: EVM/Proxy: implement the `txpool_content` RPC Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8820 26 May 2023, 16:01:16 UTC
a3c80a4 EVM/Proxy: transaction_object.input is not optional 26 May 2023, 15:25:49 UTC
b292a86 EVM/Test: test RPC `txpool_content` availability 26 May 2023, 15:25:49 UTC
9e5223a EVM/Test: add Evm_proxy_server mockup mode. 26 May 2023, 15:25:49 UTC
50dfb76 EVM/Proxy: add txpool_content encoding and RPC 26 May 2023, 15:25:48 UTC
f9a01ae EVM/Proxy: transaction_object's block can be null 26 May 2023, 15:25:48 UTC
449f0dc Merge tezos/tezos!8573: Plugins & shell: add fee_needed_to_overtake Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8573 26 May 2023, 13:38:05 UTC
47ab898 Plugins/test & protos/test: test fee_needed_to_overtake 26 May 2023, 13:01:19 UTC
4e0c719 Plugins/test_conflict_handler: use Tezt directly 26 May 2023, 13:01:19 UTC
9366328 Plugins/test: move some functions to new helpers file These functions will also be used by the upcoming tests on fee_needed_to_overtake 26 May 2023, 13:01:19 UTC
d6f2efd Shell/shell_plugin: add fee_needed_to_overcome 26 May 2023, 13:01:19 UTC
f3d1ba8 Plugins/mempool: add fee_needed_to_overcome 26 May 2023, 13:01:19 UTC
028c391 Merge tezos/tezos!8504: SCORU/Node: defunctorize code with respect to PVM Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8504 26 May 2023, 13:00:22 UTC
b648d32 SCORU/Node/Mumbai: backport !8504 (defunctorize) - SCORU/Node: remove dependency of pvm on node_context - SCORU/Node: defunctorize Fueled_pvm - SCORU/Node: defunctorize Interpreter - SCORU/Node: rename Commitment component to Publisher - SCORU/Node: defunctorize Commitment publisher - SCORU/Node: defunctorize refutation games - SCORU/Node: defunctorize simulation and batcher - SCORU/Node: defunctorize outbox - SCORU/Node: defunctorize RPC server - SCORU/Node: defunctorize daemon - Tests: simplify helpers (no functor) for rollup node tests 26 May 2023, 12:17:58 UTC
15fb182 SCORU/Node/Nairobi: backport !8504 (defunctorize) - SCORU/Node: remove dependency of pvm on node_context - SCORU/Node: defunctorize Fueled_pvm - SCORU/Node: defunctorize Interpreter - SCORU/Node: rename Commitment component to Publisher - SCORU/Node: defunctorize Commitment publisher - SCORU/Node: defunctorize refutation games - SCORU/Node: defunctorize simulation and batcher - SCORU/Node: defunctorize outbox - SCORU/Node: defunctorize RPC server - SCORU/Node: defunctorize daemon - Tests: simplify helpers (no functor) for rollup node tests 26 May 2023, 12:16:53 UTC
e13cecd Tests: simplify helpers (no functor) for rollup node tests 26 May 2023, 09:28:30 UTC
31c880e SCORU/Node: defunctorize daemon 26 May 2023, 09:28:30 UTC
e2f94eb SCORU/Node: defunctorize RPC server 26 May 2023, 09:28:30 UTC
1c6367f SCORU/Node: defunctorize outbox 26 May 2023, 09:28:30 UTC
9640ae9 SCORU/Node: defunctorize simulation and batcher 26 May 2023, 09:28:29 UTC
5af6bf1 SCORU/Node: defunctorize refutation games 26 May 2023, 09:28:29 UTC
73fd3d3 SCORU/Node: defunctorize Commitment publisher 26 May 2023, 09:26:17 UTC
ac3c6bd SCORU/Node: rename Commitment component to Publisher 26 May 2023, 09:26:17 UTC
24e4709 SCORU/Node: defunctorize Interpreter 26 May 2023, 09:26:17 UTC
91c912b SCORU/Node: defunctorize Fueled_pvm 26 May 2023, 09:26:16 UTC
60f3394 SCORU/Node: remove dependency of pvm on node_context 26 May 2023, 09:26:16 UTC
ed036f3 Merge tezos/tezos!8872: Kernel SDK: add external message framing protocol Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: X <xf@marigold.dev> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8872 26 May 2023, 09:16:32 UTC
2b85ab8 Kernel SDK: add external message framing protocol 26 May 2023, 08:40:43 UTC
c1b7270 Merge tezos/tezos!8604: Resolve conflicted model names Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Co-authored-by: taiseiKMC <taisei@kmc.gr.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8604 26 May 2023, 04:11:23 UTC
abe0697 lib_benchmark: modify the model equality check 26 May 2023, 03:21:15 UTC
2cdba76 snoop: Change conflicted models names - encoding/ENCODING_MICHELINE - encoding/ENCODING_MICHELINE - encoding/ENCODING_MICHELINE_bytes - encoding/DECODING_MICHELINE - encoding/DECODING_MICHELINE - encoding/DECODING_MICHELINE_bytes - translator/Parsing_Data - translator/Parsing_Data_gas - translator/Parsing_Data_size - translator/Parsing_Code - translator/Parsing_Code_gas - translator/Parsing_Code_size - translator/Unparsing_Data - translator/Unparsing_Data_gas - translator/Unparsing_Data_size - translator/Unparsing_Code - translator/Unparsing_Code_gas - translator/Unparsing_Code_size - script_typed_ir_size/size_based_model - script_typed_ir_size/KINSTR_SIZE - script_typed_ir_size/TYPE_SIZE - script_typed_ir_size/VALUE_SIZE 26 May 2023, 03:21:15 UTC
5b0e7fe lib_benchmark: Add warning if the same model is registered 26 May 2023, 03:21:15 UTC
bbd351d Merge tezos/tezos!8788: Benchmarks_proto: adds comments for the constructor lists which affect the workload encoding Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8788 26 May 2023, 01:31:29 UTC
366e7d4 Benchmarks_proto: adds comments for the constructor lists which affect the workload encoding 26 May 2023, 00:54:19 UTC
4e3a405 Merge tezos/tezos!8825: Benchmark: fixes printing of solution in text (#5692) Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8825 26 May 2023, 00:53:25 UTC
back to top