https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
6acaa85 [WIP] Draft for the loop part 14 March 2023, 19:05:33 UTC
cfb627f Merge tezos/tezos!7902: Snoop: drop [shell]/[proto/alpha] from benchmark names Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> 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/7902 13 March 2023, 23:18:29 UTC
5fb3974 Snoop: update expect tests that use benchmark names 13 March 2023, 22:50:39 UTC
6f02ce9 Snoop: drop shell from benchmark names in shell 13 March 2023, 22:50:39 UTC
b189131 Snoop: drop protocol from benchmark names in bench_proto 13 March 2023, 22:50:39 UTC
669fbf2 Merge tezos/tezos!7925: Doc/Michelson: redirect operations on maps 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/7925 13 March 2023, 19:57:42 UTC
1a71f36 Doc/Michelson: redirect operations on maps to interactive reference. 13 March 2023, 19:17:48 UTC
5662979 Merge tezos/tezos!7917: Doc : update Alpha changelog Co-authored-by: bsall <boubacar@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7917 13 March 2023, 16:38:49 UTC
b0f2738 Doc: Update Alpha changelog 13 March 2023, 16:06:06 UTC
ff418d9 Merge tezos/tezos!7872: Benchmarks/watch_regressions: add the reference run to the full list Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> 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/7872 13 March 2023, 14:44:25 UTC
c959c0c Benchmarks/watch_regressions: add the reference run to the full list. 13 March 2023, 14:10:16 UTC
0eb32e4 Merge tezos/tezos!7995: EVM/Proxy: read the correct nonce of an account from the kernel Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7995 13 March 2023, 14:09:30 UTC
0456359 EVM/Tests: test the RPC `eth_getTransactionCount` 13 March 2023, 13:36:14 UTC
f9bf717 EVM/Tezt: add generic JSON-RPC calls to the server 13 March 2023, 13:36:14 UTC
b463456 EVM/Proxy: read the correct nonce of an account from the kernel The nonce is necessary to craft a valid transaction, this is a counter that determines the number of transactions already sent by the account, and serves as a defense against replay attack (injecting the same transaction multiple times is impossible, since the nonce sent with the transaction must be the same as the source account). 13 March 2023, 13:36:14 UTC
3894549 EVM/Proxy: normalize addresses Addresses in the durable storage are in lowercase ascii. This also strips the `0x` prefix in the `Address` type. 13 March 2023, 13:36:14 UTC
c1e724f Merge tezos/tezos!7936: doc: post-review of section on Wasmer in smart rollup doc Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7936 13 March 2023, 13:35:26 UTC
0af04b0 doc: clarifications on Wasmer 13 March 2023, 12:59:45 UTC
5b9a532 Merge tezos/tezos!7907: Semgrep: Forbid [List.fold_left] when [List.iter] applies Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7907 13 March 2023, 12:58:24 UTC
28d3c50 Semgrep: Forbid [List.fold_left] when [List.iter] applies 13 March 2023, 12:18:48 UTC
ddae3dd Merge tezos/tezos!7958: Kernel SDK: copy debug crate from tezos/kernel Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7958 13 March 2023, 12:17:57 UTC
877fb1d Kernel SDK: copy debug crate from tezos/kernel 13 March 2023, 11:44:41 UTC
7aa7873 Merge tezos/tezos!7977: Benchmark: adds Free_variable.Set.pp Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7977 13 March 2023, 11:43:50 UTC
d2b81f8 Benchmark: adds Free_variable.Set.pp 13 March 2023, 11:12:58 UTC
eea8117 Merge tezos/tezos!7980: Benchmark: Costlang.Fold_constants: reduces let x = c in e when c is a constant Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7980 13 March 2023, 11:12:02 UTC
4e90a08 Benchmark: Costlang.Fold_constants: reduces let x = c in e when c is a constant 13 March 2023, 10:40:00 UTC
1425e00 Merge tezos/tezos!7794: p2p: remove cli arguments from p2p tests Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Nicolas Raymond <nicolas.raymond@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7794 13 March 2023, 10:38:50 UTC
4c6fdb2 manifest: remove arguments to p2p tests 13 March 2023, 08:56:59 UTC
c317e75 p2p: test_p2p_socket: remove command line arguments 13 March 2023, 08:56:59 UTC
5099288 p2p: test_p2p_pool: remove command line arguments 13 March 2023, 08:56:58 UTC
48c8180 p2p: test_p2p_io_scheduler: remove command line arguments 13 March 2023, 08:56:58 UTC
0c9e1e5 p2p: test_p2p_broadcast: remove command line arguments 13 March 2023, 08:56:58 UTC
269af02 p2p: test_p2p_maintenance: remove command line arguments - use Node.gen_points to generate points - remove command line arguments and make them default 13 March 2023, 08:56:58 UTC
cbdb30b p2p: test_p2p_node: use Node.gen_points to generate points 13 March 2023, 08:56:58 UTC
a6d3c83 p2p: tests: minor cosmetic changes 13 March 2023, 08:56:58 UTC
68b8c86 Merge tezos/tezos!7991: EVM/Tests: update bootstrap accounts Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7991 13 March 2023, 08:55:35 UTC
0e26594 EVM/Tests: update bootstrap accounts - use correct private keys - rename public_key -> address - add a TODO on prefunded_account_address 13 March 2023, 08:20:12 UTC
c8278f5 Merge tezos/tezos!7904: Snoop: local models in CLI Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7904 12 March 2023, 14:25:55 UTC
373731b Snoop: add display info for local model 12 March 2023, 13:48:28 UTC
6a2e40c Snoop: add list all local models 12 March 2023, 13:46:18 UTC
3dc60f3 Merge tezos/tezos!7903: Snoop: use proper model names in the cli Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7903 12 March 2023, 12:06:37 UTC
b4b1d72 Snoop: use proper model names in the cli 12 March 2023, 11:27:56 UTC
1084a04 Merge tezos/tezos!7954: Michelson: rename IConst to IPush Co-authored-by: Julien Tesson <julien.tesson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7954 11 March 2023, 19:47:14 UTC
307fda0 proto/tests,Michelson: updating regression test traces 11 March 2023, 19:15:36 UTC
1d46694 Proto,Michelson: rename constructor IConst to IPush 11 March 2023, 19:15:36 UTC
4dabdfe proto/Plugin/RPC,Michelson: fix pretty printing of PUSH instr 11 March 2023, 19:15:36 UTC
7c967f7 Merge tezos/tezos!7890: Snoop: use shell tag in lib_shell_benchmarks Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7890 11 March 2023, 18:03:05 UTC
27773b5 Snoop: use shell common tags in misc_benchmarks 11 March 2023, 17:25:34 UTC
76654f3 Snoop: use shell common tags in micheline_benchmarks 11 March 2023, 17:25:34 UTC
9d45e9e Snoop: use shell common tags in io_benchmarks 11 March 2023, 17:25:34 UTC
d84c31a Snoop: use shell common tags in encoding_benchmark 11 March 2023, 17:25:34 UTC
b2a0b6c Snoop: use shell common tags in bloomer_benchmark 11 March 2023, 17:25:34 UTC
e266fbd Snoop: declare shell common tags 11 March 2023, 17:25:34 UTC
1d922d9 Merge tezos/tezos!7891: Snoop: use common tags in lib_benchmark_proto Co-authored-by: Pavlo Khrystenko <p.khrystenko@gmail.com> 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/7891 11 March 2023, 00:09:16 UTC
555f219 Snoop: use common tags in registration_helpers 10 March 2023, 23:31:59 UTC
52a31f5 Snoop: add common tags 10 March 2023, 23:31:59 UTC
d500769 Merge tezos/tezos!7982: Baker: enable debug mode for scenario F1 Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7982 10 March 2023, 20:06:17 UTC
1e5601c Baker: enable debug mode for scenario F1 10 March 2023, 19:19:41 UTC
2f04e9d Merge tezos/tezos!7992: Kernel SDK: add smart-rollup-installer helper for kernel installation Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7992 10 March 2023, 17:07:30 UTC
cc757f9 Kernel SDK: installer client 10 March 2023, 16:35:08 UTC
23344d9 Kernel SDK: reveal installer 10 March 2023, 16:35:08 UTC
3b485c1 Merge tezos/tezos!7959: lib_validator: load protocol before prechecking blocks Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7959 10 March 2023, 15:40:39 UTC
b662abe lib_validator: load protocol before prechecking blocks 10 March 2023, 15:06:58 UTC
f436469 Merge tezos/tezos!7877: Benchmarks/watch_regressions: add a file with a selection of comparisons Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7877 10 March 2023, 15:05:36 UTC
e841540 Benchmarks/watch_regressions: documentation. 10 March 2023, 14:00:32 UTC
ebc0b3c Benchmarks/watch_regressions: populate file with the selection of comparisons. 10 March 2023, 14:00:31 UTC
e7e6a4c Benchmarks/watch_regressions: add a file with a selection of comparisons. It will contain exactly the parameters with an alert. 10 March 2023, 14:00:31 UTC
f59f893 Merge tezos/tezos!7824: Benchmarks: watch_regressions fixes Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> 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/7824 10 March 2023, 13:51:33 UTC
4c50fd5 devtools/watch_regressions: make shellcheck happy. 10 March 2023, 13:19:02 UTC
89db646 devtools/watch_regressions: remove quotes. Otherwise gas_parameter_diff receives a single parameter containing all file names instead of a list of file names. 10 March 2023, 13:19:01 UTC
36e3bf8 devtools/watch_regressions: only select existing files. The gas_parameter_diff called after silently fails if some files don't exist. And then, the output file is empty for a whole model. 10 March 2023, 13:19:01 UTC
b5a9f7d devtools/watch_regressions: fix the directory name for comparison. There used to be a ls (without paths), now it's looking at files in a directory (with paths). 10 March 2023, 13:19:01 UTC
277d541 Merge tezos/tezos!7976: Benchmark: adds Namespace.{hash,to_filename,Map} 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/7976 10 March 2023, 11:24:17 UTC
935abc9 Benchmark: adds Namespace.{hash,to_filename,Map} 10 March 2023, 10:53:02 UTC
4fcdd4a Merge tezos/tezos!7973: Node: Update Mumbainet built-in alias Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Nicolas Ochem <nicolas.ochem@gmail.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7973 10 March 2023, 10:03:55 UTC
6571f0d Changelogs: Add an entry for mumbainet alias update 10 March 2023, 09:23:30 UTC
8e27600 Node: Update mumbainet alias 10 March 2023, 09:23:30 UTC
34f6a69 Merge tezos/tezos!7895: EVM/Kernel: read and filter EVM transactions from inbox Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.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/7895 10 March 2023, 09:03:30 UTC
ba5d71e EVM/Kernel: add missing helpers file 10 March 2023, 08:32:20 UTC
3ef2e61 EVM/Kernel: move [ensures] to [helpers.rs] 10 March 2023, 08:32:20 UTC
ee5a41f EVM/Tezt: E2E tx inclusion test 10 March 2023, 08:32:20 UTC
d448154 EVM/Tezt: remove useless log 10 March 2023, 08:32:20 UTC
586835f EVM/Proxy: fix the invalid stripping 10 March 2023, 08:32:20 UTC
4001b28 EVM/Proxy: split transactions into chunks 10 March 2023, 08:32:20 UTC
7c87e56 EVM/Kernel: structure transaction bytes 10 March 2023, 08:32:20 UTC
360948c EVM/Kernel: filter messages based on targeted address 10 March 2023, 08:32:20 UTC
a26f0c5 EVM/Kernel: filter internal/external messages 10 March 2023, 08:32:19 UTC
daef9f8 EVM/Kernel: store transaction hashes in blocks 10 March 2023, 08:32:19 UTC
0b5c1a3 EVM/Kernel: make the kernel aware of its address 10 March 2023, 08:32:19 UTC
63e0c2a Merge tezos/tezos!7672: Benchmark: adds a timer resolution check Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> 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/7672 10 March 2023, 06:22:15 UTC
4e117e3 Benchmark: adds a timer resolution check 10 March 2023, 05:46:00 UTC
847a033 Merge tezos/tezos!7951: Gossipsub: Port test_ignore_graft_from_unkown_topic from rust-libp2p Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7951 10 March 2023, 03:54:15 UTC
525eca3 Gossipsub: Port test_ignore_graft_from_unkown_topic from rust-libp2p 10 March 2023, 03:25:57 UTC
796ac78 Gossipsub: Expose output type We need to expose the output type in order to inspect the output in tests, worker loop, etc. 10 March 2023, 03:25:57 UTC
da94841 Gossipsub: Expose Peer, Topic, and Message_id modules Required to expose the ['a output] type in later commit 10 March 2023, 03:25:57 UTC
47ebde6 Gossipsub: Expose Score module Required to expose the ['a output] type in later commit 10 March 2023, 03:25:57 UTC
9cffd5f Merge tezos/tezos!7846: Client: Fix too large gas limit bug in injection/simulation Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7846 10 March 2023, 02:49:15 UTC
e62aa32 Client: backport !7846 to Lima - Client: Fix too large gas limit bug in injection/simulation 10 March 2023, 02:16:20 UTC
d9192f5 Client: backport !7846 to Mumbai - Client: Fix too large gas limit bug in injection/simulation 10 March 2023, 02:16:20 UTC
d4afa22 Client: Fix too large gas limit bug in injection/simulation This impacts the injector of the rollup node, but not so much the client because we don't normally use force with simulate. 10 March 2023, 02:16:20 UTC
back to top