sort by:
Revision Author Date Message Commit Date
70f61c7 DAL/crypto: delete dead code 21 February 2023, 21:14:22 UTC
69abcf1 DAL/crypto: fix null byte in test 21 February 2023, 17:41:52 UTC
3d286f2 DAL/crypto: factorize recurrent test patterns 21 February 2023, 17:41:52 UTC
897d48c DAL/crypto: move residual unit tests to PBT 21 February 2023, 17:41:51 UTC
538715b Merge tezos/tezos!7743: WASM: Parameterize `stack_size_limit` instead of hardcoding it to 300 Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7743 21 February 2023, 17:06:27 UTC
6943f4e WASM: Parameterize `stack_size_limit` instead of hardcoding it to 300 The callstack in the lib_webassembly interpreter is limited to 300, where 300 is hardcoded at the creation of the config parameter driving the execution of a webassembly code. With this patch, we turn this into a parameter that the caller can modify. The value chosen by the PVM remains 300 for now, for backward compatibility reasons. Once the notion of WASM PVM revision is merged, it will become possible to modify this parameter and makes it more permissive. Gitlab-Issue: https://gitlab.com/tezos/tezos/-/issues/4888 21 February 2023, 16:33:01 UTC
7f14a1e Merge tezos/tezos!7761: Proto/bench: add benchmark for take_fees Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> 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/7761 21 February 2023, 16:30:35 UTC
550874e Proto/bench: add benchmark for take_fees 21 February 2023, 15:55:57 UTC
8c3040d Merge tezos/tezos!7674: alcotezt: port [lib_stdlib] and [lib_stdlib_unix] Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7674 21 February 2023, 15:03:51 UTC
353c992 alcotezt: port [src/lib_stdlib/test] 21 February 2023, 14:32:21 UTC
78c9500 alcotezt: port [src/lib_stdlib_unix/test] 21 February 2023, 14:32:21 UTC
49e968c Merge tezos/tezos!7688: alcotezt: [lib_benchmark] Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7688 21 February 2023, 14:30:59 UTC
d3a81fe Benchmark: convert tests to Alcotezt 21 February 2023, 13:24:27 UTC
2d4eb5a Benchmark: remove main.ml as it is unused 21 February 2023, 13:24:27 UTC
68edaa0 Merge tezos/tezos!7474: doc: proofread shell/storage.rst Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Victor Allombert <victor.allombert@tezcore.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7474 21 February 2023, 13:23:08 UTC
4c9d740 doc: proofread shell/storage.rst 21 February 2023, 13:23:08 UTC
17f8238 Merge tezos/tezos!7756: EVM/Proxy: optional use a rollup node endpoint Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7756 21 February 2023, 11:34:19 UTC
8e7e770 EVM/Proxy: optional use a rollup node endpoint 21 February 2023, 11:00:31 UTC
7dcd5ab Merge tezos/tezos!7689: alcotezt: [lib_error_monad] Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7689 21 February 2023, 10:59:42 UTC
a868c7a Error_monad: use octez-alcotezt instead of alcotest 21 February 2023, 10:20:50 UTC
3d5f976 Merge tezos/tezos!7691: alcotezt: [lwtreslib] Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7691 21 February 2023, 10:01:04 UTC
b52c33a Lwtreslib: port tests to Alcotezt 21 February 2023, 09:23:13 UTC
32c9ef7 Merge tezos/tezos!7546: Proto/Michelson: internal renaming of "union" into "or" Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7546 20 February 2023, 18:15:50 UTC
30fc436 Proto/Michelson: internal renaming of "union" into "or" The Michelson type "or" is referred to as "union" in the protocol to avoid clashing with OCaml's keyword "or". This is inconsistent with the way all other Michelson types are treated. This commit renames all occurrences of "union" into "or" except the few ones that would clash with the OCaml keyword (the definition of the type used to interpret "or" in the IR: Script_typed_ir.union and two functions to construct "or" types outside of the protocol: Types.union in lib_benchmarks/lib_benchmark_type_inference and Michelson_types.union in lib_benchmarks_proto) which are renamed to "or_" instead. Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> 20 February 2023, 17:40:55 UTC
c0843b3 Merge tezos/tezos!7742: Cryptobox: wrong bounds commented and used Co-authored-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7742 20 February 2023, 17:39:36 UTC
fdbe667 Cryptobox: fix wrong bound given Random.int is used in random_indices, and before it was the interval [0, number_of_shards - 1[, but we want [0, number_of_shards[. 20 February 2023, 17:05:28 UTC
3a593e3 Cryptobox: fix typo comment 20 February 2023, 17:05:28 UTC
5e7d7dd Merge tezos/tezos!7618: Bump up tezos-rust-libs and update librustzcash to v5.0.0 Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Co-authored-by: Raphaël Proust <code@bnwr.net> Co-authored-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7618 20 February 2023, 17:04:43 UTC
024b32c CI: strip binaries in .build 20 February 2023, 16:29:05 UTC
fb8c5b5 CI: add BISECT_FILE variable in .tezt_template 20 February 2023, 16:29:05 UTC
542c399 Tezt/DAL: Fix flaky test in DAL attestation test Co-authored-by: Eugen Zlinescu <eugen.zalinescu@nomadic-labs.com> 20 February 2023, 16:29:05 UTC
6d3816a Build: update tezos-rust-libs opam dependency 20 February 2023, 16:29:05 UTC
664a00e Sapling: update binding to match librustzcash.v5.0.0 20 February 2023, 16:29:05 UTC
5b01c7c Python: run make fmt 20 February 2023, 16:29:05 UTC
6a1cbb8 Merge tezos/tezos!7736: Fix baker tests Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7736 20 February 2023, 16:27:47 UTC
18e0a37 Mumbai/baker: backport mockup fixes 20 February 2023, 16:03:01 UTC
106b047 Alpha/Baker: do not propagate already handled op in tests 20 February 2023, 16:03:01 UTC
dd1daf7 Alpha/Baker: make new head close the mockup-ed operation stream 20 February 2023, 16:03:01 UTC
b45201e Alpha/Baker: add missing mockup RPC 20 February 2023, 16:03:01 UTC
516a0ea Merge tezos/tezos!7747: Changelogs: Fix the changelogs entries for v16.0~rc2 Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7747 20 February 2023, 15:31:45 UTC
cc4b0ca Changelogs: Fix the changelogs entries for v16.0~rc2 20 February 2023, 15:01:16 UTC
360e20a Merge tezos/tezos!7740: Cryptobox: use compressed_size_in_bytes Co-authored-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7740 20 February 2023, 14:59:57 UTC
2a40dc1 Cryptobox: use compressed_size_in_bytes Rely more on the exposed functions of the library bls12-381. 20 February 2023, 14:33:30 UTC
e8d1b9b Merge tezos/tezos!7704: Sinks: remove extra spaces in log sinks Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7704 20 February 2023, 14:32:39 UTC
092d87b Sinks: remove extra spaces in log sinks - event pp was using hov2 + pp_print_space create display blocks, cut and indent automatically - file-descriptor-sink are not using display blocks - adding an option to disable hov+pp_print_space to event pp to disable display blocks in sinks 20 February 2023, 13:30:58 UTC
398e411 Merge tezos/tezos!7521: Documentation for v16.0~rc2 Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7521 20 February 2023, 13:26:17 UTC
0c45312 Docs: Add mumbainet as built-in network 20 February 2023, 13:01:51 UTC
f782210 Docs: remove warning "mumbainet has not started" 20 February 2023, 13:01:51 UTC
39f5e70 Changelogs: Split Rollups section 20 February 2023, 13:01:51 UTC
05f3aea Docs, Openapi: Update OpenApi version 20 February 2023, 13:01:51 UTC
391d757 Doc: Update version-16 release page for rc2 20 February 2023, 13:01:51 UTC
0f46ed9 Docs, Changes: Add section for v16.0~rc2 20 February 2023, 13:01:51 UTC
901a664 Merge tezos/tezos!7484: SCORU/Node/Accuser: refine refutable commitments wrt predecessor Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7484 20 February 2023, 12:08:43 UTC
9b82e42 Test: accuser only publishes commitments that appear in conflicts 20 February 2023, 11:04:29 UTC
3884e75 SCORU/Accuser: Backport !7484 to mumbai rollup node - SCORU/Node/Accuser: refine refutable commitments wrt predecessor - SCORU/Node: emit event when publishing commitment 20 February 2023, 11:04:29 UTC
3a85327 SCORU/Node: emit event when publishing commitment 20 February 2023, 11:04:29 UTC
01d6934 SCORU/Node/Accuser: refine refutable commitments wrt predecessor 20 February 2023, 11:04:29 UTC
7897d8e Merge tezos/tezos!7707: WASM/Debugger: add "show subkeys <path>" command Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7707 20 February 2023, 09:54:52 UTC
c309421 WASM/Docs: add a note about `show subkeys` 20 February 2023, 09:26:29 UTC
d5ac433 WASM/Debugger: add "show subkeys <path>" command 20 February 2023, 09:26:29 UTC
7f2b112 Merge tezos/tezos!7637: p2p: add new metrics for p2p messages Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7637 19 February 2023, 21:40:15 UTC
9463728 p2p: add new metrics for protocol messages 19 February 2023, 20:02:13 UTC
45123f8 Merge tezos/tezos!7661: DAL/crypto: document shards' encoding/decoding Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7661 17 February 2023, 18:41:12 UTC
19231b0 DAL/crypto: add padding threshold in PBT generator 17 February 2023, 17:37:30 UTC
56b9200 DAL/crypto: test erasure code 17 February 2023, 17:33:29 UTC
2a850e8 DAL/crypto: document body of shards_from_polynomial 17 February 2023, 17:33:29 UTC
60379cb DAL/crypto: rename shard_size to shard_length 17 February 2023, 17:33:28 UTC
ecb55e4 DAL/crypto: nits 17 February 2023, 17:33:28 UTC
12de628 DAL/crypto: comment encode 17 February 2023, 17:33:28 UTC
92c682c DAL/crypto: comment body of polynomial_from_shards 17 February 2023, 17:33:28 UTC
e5ad556 DAL/crypto: document shards encoding/decoding 17 February 2023, 17:33:23 UTC
14f6194 Merge tezos/tezos!7631: Get rid of always indexing strategy Co-authored-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Nicolas Raymond <nicolas.raymond@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7631 17 February 2023, 17:21:17 UTC
b8e4c4a Changelog: prevent usage of always indexing strategy 17 February 2023, 16:53:44 UTC
30ab23c Doc: prevent usage of always indexing strategy 17 February 2023, 16:53:44 UTC
479dbf8 Proto_015: prevent usage of always indexing strategy 17 February 2023, 16:53:44 UTC
4566d88 Node: prevent usage of always indexing strategy 17 February 2023, 16:53:44 UTC
f0fac81 Merge tezos/tezos!7516: Make the baker preendorse as soon as it receives a valid block Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7516 17 February 2023, 14:51:20 UTC
191f663 Changelog: add entry 17 February 2023, 14:22:15 UTC
c08ae38 Mumbai/Baker: propagate changes 17 February 2023, 14:22:15 UTC
efb0321 Alpha/Baker: register preendorsements and reinject after application 17 February 2023, 14:22:15 UTC
fb6d50b Alpha/Baker: fix a concurrency bug canceling the PQC watch 17 February 2023, 14:22:15 UTC
a5cf317 Alpha/Baker: make operation and block injection async and forcing 17 February 2023, 14:22:15 UTC
4c60cb3 Alpha/Baker: refactor operations injection 17 February 2023, 14:22:15 UTC
5ad750b Alpha/Baker: add preendorsement on valid block test 17 February 2023, 14:22:15 UTC
b286736 Alpha/Mockup: lie on the genesis' proto level in mockup simulator 17 February 2023, 14:22:15 UTC
ef499b0 Alpha/Mockup: add the new necessary RPCs in the mockup baker 17 February 2023, 14:22:15 UTC
fd4bbdc Mockup: add newly introduced RPCs 17 February 2023, 14:22:15 UTC
0705157 Alpha/Baker: start preendorsing as soon as a valid block arrives 17 February 2023, 14:22:15 UTC
c3464b6 Alpha/Baker: monitor valid blocks and trigger an associated event 17 February 2023, 14:22:15 UTC
27e9ec2 Alpha/Baker: rework RPC monitoring and expose valid blocks watch 17 February 2023, 14:22:15 UTC
cb85eed Alpha/Baker: remove unused voting power field 17 February 2023, 14:22:15 UTC
9f813ee Merge tezos/tezos!7622: Logs: separate new head infos event with different verbosity Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7622 17 February 2023, 14:20:56 UTC
9438ac6 Node/logs: separate new head infos event with different verbosity 17 February 2023, 13:51:37 UTC
9641004 Merge tezos/tezos!7380: lib_shell: set higher verbosity level for some recurrent events Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7380 17 February 2023, 11:50:51 UTC
2b08bb8 Tezt: update tests to comply with new events verbosity 17 February 2023, 11:13:05 UTC
d32e76d lib_shell: set higher verbosity level for some recurrent events 17 February 2023, 11:13:05 UTC
532ac91 Merge tezos/tezos!7703: Doc/Michelson: redirect operations on options to interactive reference Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> 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/7703 17 February 2023, 11:12:20 UTC
49ab74c Doc/Michelson: redirect operations on options to interactive reference. 17 February 2023, 08:31:42 UTC
5cc73af Merge tezos/tezos!7564: p2p: Convert p2p socket nack test to tezt Co-authored-by: nraymond <nicolas.raymond@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7564 16 February 2023, 19:43:08 UTC
3a63120 p2p: Fix ipv4 and ipv6 CI collision 16 February 2023, 18:21:09 UTC
back to top