https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
7100bf1 Scripts: add [gitlab/run_pipeline.sh] 16 May 2023, 15:56:39 UTC
124a3dc CI: Add FLAKE_TEST pipeline 16 May 2023, 15:56:39 UTC
2a98f7c CI/unit.yml: move unit templates to common 16 May 2023, 15:56:35 UTC
a6030e4 Merge tezos/tezos!8720: proto/michelson: using `pair` type instead of `*` for michelson pairs Co-authored-by: Julien Tesson <julien.tesson@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/8720 16 May 2023, 11:18:05 UTC
912a7d1 proto/michelson: lowercase non-stack type variable (ml file) 16 May 2023, 03:13:00 UTC
14bd3d0 proto/michelson: using `pair` type instead of `*` for michelson pairs(ml file) 16 May 2023, 03:13:00 UTC
537d2da proto/michelson: lowercase non-stack type variable (mli file) Some `T where actually not stack variables despite theire name, this commit change them for lowercase `t. 16 May 2023, 03:13:00 UTC
1448516 proto/michelson: using `pair` type instead of `*` for michelson pairs(mli file) The `*` type constructor is used both to construct stack type and to construct pairs type. The type `('a,'b) pair` was introduced to make explicit the type of michelson pairs, this commit replace `*`by `(_,_) pair` at each point it makes sens. 16 May 2023, 03:13:00 UTC
390ed13 Merge tezos/tezos!8151: Snoop: adds auto-build sub-command 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/8151 15 May 2023, 22:34:03 UTC
414ccd6 Snoop: auto-build: adds --bench-num and --nsamples 15 May 2023, 21:58:59 UTC
3298fe6 Snoop: auto-build: adds inference CLI options 15 May 2023, 21:58:59 UTC
a6a968d Snoop: adds "generate code for benchmarks" sub-command aka auto-build 15 May 2023, 21:58:59 UTC
c3b4eb1 Benchmark: fixes printing of Free_variable.Set 15 May 2023, 21:58:59 UTC
b23c83a Merge tezos/tezos!8635: [DAC] Coordinator - remove threshold parameter Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8635 15 May 2023, 19:56:44 UTC
8441e6c Tezt/Dac: remove coordinator threshold parameter 15 May 2023, 19:21:01 UTC
ddc857b DAC/Node: remove threshold from coordinator configuration 15 May 2023, 19:21:01 UTC
ee89fef Merge tezos/tezos!8494: Timelock - patching benchmarks Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8494 15 May 2023, 19:20:04 UTC
a030525 Lib_crypto/timelock: adding comment 15 May 2023, 18:35:55 UTC
7077bea Tezt-timelock contract: update time 15 May 2023, 18:35:55 UTC
327a0b1 lib_crypto/timelock: updating chest sampler for determinism 15 May 2023, 18:35:55 UTC
1a27f7b lib_crypto:fixup timelock.ml 15 May 2023, 18:35:55 UTC
c5e3e16 lib_crypto/timelock: update test sampler 15 May 2023, 18:35:55 UTC
b136e77 Proto_alpha/interpreter_benchmarks: updating timelock 15 May 2023, 18:35:55 UTC
9812bbe Proto_alpha/encodings_benchmarks: updating timelock 15 May 2023, 18:35:55 UTC
eed845b Lib_crypto/timelock: updating chest_sampler 15 May 2023, 18:35:55 UTC
6304884 Merge tezos/tezos!8725: Kernel SDK: bump tezedge deps Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8725 15 May 2023, 18:34:55 UTC
4fbf9b5 Kernel SDK: bump tezedge deps 15 May 2023, 17:53:35 UTC
e8cd38d Merge tezos/tezos!8735: Kernel/SDK: abstract storage from 'account' terminology to make it generic Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8735 15 May 2023, 17:52:38 UTC
a541f5e Kernel/SDK/EVM: readapt tests/docs 15 May 2023, 17:19:09 UTC
ca98d6d Kernel/SDK: abstract storage from 'account' terminology ...instead make it generic by using the failsafe/commitment/storage state terminology. 15 May 2023, 17:19:09 UTC
9a5cb5f Merge tezos/tezos!8709: Environment: add Merkle tree module from Tezos_crypto Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8709 15 May 2023, 14:33:05 UTC
ce72b04 env: export Make_merkle_tree functor from Blake2B 15 May 2023, 13:46:19 UTC
5996a9e Merge tezos/tezos!8698: Gossipsub: various doc-string improvements 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/8698 15 May 2023, 10:44:42 UTC
192f60f Gossipsub: rename score parameters to score limits 15 May 2023, 10:11:08 UTC
6d005c8 Gossipsub: add output for announced pruned peer not in mesh 15 May 2023, 10:11:08 UTC
ae8c312 Gossipsub: move Message_cache interface to intf file 15 May 2023, 10:11:08 UTC
22fcb46 Gossipsub: document the automaton state Fixes https://gitlab.com/tezos/tezos/-/issues/4983. 15 May 2023, 10:11:08 UTC
5c5e350 Gossipsub/Cache: improve doc-strings 15 May 2023, 10:11:08 UTC
fe86e6d Gossipsub/Cache: add issue about duplicates 15 May 2023, 10:11:08 UTC
f888a8c Gossipsub/Score: uniformize doc-strings 15 May 2023, 10:11:08 UTC
7f5fb53 Gossipsub: invert order of function calls 15 May 2023, 10:11:08 UTC
17e361b Gossipsub: rename No_peer_in_mesh to Topic_not_tracked 15 May 2023, 10:11:08 UTC
9236822 Gossipsub: fix docstring about message ids 15 May 2023, 10:11:08 UTC
2fac3fd Gossipsub: fix issue number 15 May 2023, 10:11:08 UTC
d9e5f4b Merge tezos/tezos!8429: Benchmarks: automatic run documentation Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> 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/8429 15 May 2023, 10:10:15 UTC
9375afe Benchmarks: automatic run documentation. 15 May 2023, 08:57:36 UTC
89e8c7a Merge tezos/tezos!6787: Shell & plugins: bound the mempool by op count and total byte size 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/6787 15 May 2023, 08:56:40 UTC
16f1117 Changelog: add entries 15 May 2023, 07:26:54 UTC
110f5ff Tezt/RPC_test: update regression tests 15 May 2023, 07:26:54 UTC
442c85d Tezt: update prefiltered limits tests 15 May 2023, 07:26:54 UTC
4d3a731 Tezt: update test get post mempool filter and move config helpers to lib_tezos/mempool and rework function set_filter with optional args for fields, to avoid having to write the config string by hand every time 15 May 2023, 07:26:54 UTC
ef4eb76 Shell: add tests on mempool bounding 15 May 2023, 07:26:54 UTC
58a8253 Shell/test_prevalidation: check returned op 15 May 2023, 07:26:54 UTC
c8adba1 Shell: make signature_checked field configurable in tests and remove unneeded functions from Shell_operation.Internal_from_tests 15 May 2023, 07:26:54 UTC
12d34f9 Shell: make the mempool bounds actually configurable 15 May 2023, 07:26:54 UTC
5fbd77d Plugins: add mempool.mli to get warned of any unused leftovers 15 May 2023, 07:26:54 UTC
c77ea07 Shell & plugins: remove obsolete bounding code from filter plugin 15 May 2023, 07:26:54 UTC
732dc13 Shell: mempool: bound not only op count but also total byte size Moreover, mempool bounding is now done in lib_shell instead of relying on the plugin. 15 May 2023, 07:26:54 UTC
d5a08a5 Merge tezos/tezos!8614: DAL/Node: define the P2P interface to be used by Gossipsub Co-authored-by: iguerNL@Functori <iguer@functori.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/8614 15 May 2023, 06:19:03 UTC
c21aad9 DAL/Node: plug the P2P transport layer in the DAL node 15 May 2023, 05:40:23 UTC
c95a215 DAL/Node: add module that provides p2p limits and config params 15 May 2023, 05:40:23 UTC
d956b01 DAL/Node: use default values in configuration for net-addr and pow 15 May 2023, 05:40:23 UTC
63935cf DAL/Node: extend bin_dal_node deps with Octez_p2p deps 15 May 2023, 05:40:23 UTC
3166a90 DAL/Node: expose transport layer facilities in gossipsub.ml 15 May 2023, 05:40:23 UTC
8191f38 DAL/Node: add default P2P config parameters & limits 15 May 2023, 05:40:23 UTC
1201876 DAL/Node: define GS/P2P transport layer interface 15 May 2023, 05:40:23 UTC
c67432d DAL/Node: expose Span in gs_interface and provide span_encoding 15 May 2023, 05:40:22 UTC
9e2c4c9 DAL/Node: add needed deps to octez_dal_node_gossipsub_lib 15 May 2023, 05:40:22 UTC
6980cda DAL/Node: add two helpers identity_file and peers_file in config 15 May 2023, 05:40:22 UTC
a18d32c DAL/Node: add network name in config file 15 May 2023, 05:40:22 UTC
6dd15b1 DAL/Node: add (default_)expected_pow in configuration 15 May 2023, 05:40:22 UTC
51d4ae8 Manifest: rename octez_p2p_identity_file to octez_base_p2p_identity_file 15 May 2023, 05:40:22 UTC
7623477 Merge tezos/tezos!8538: Benchmark: adds measure.mli Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Pavlo Khrystenko <p.khrystenko@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/8538 14 May 2023, 08:53:36 UTC
f43da94 Remove comments from .ml which are moved to .mli 14 May 2023, 08:03:49 UTC
8f84489 trace => list (must be squashed) 14 May 2023, 08:03:49 UTC
28bf243 Benchmark: adds measure.mli 14 May 2023, 08:03:49 UTC
0f4580d Merge tezos/tezos!8489: Benchmark: changes FP.cast_safely_to_int no longer fails at bigger errors Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8489 14 May 2023, 08:02:55 UTC
b1c0382 Benchmark: changes FP.cast_safely_to_int no longer fails at bigger errors 14 May 2023, 07:30:17 UTC
37e7855 Merge tezos/tezos!8490: Benchmark: fixes FP gridding so that it no longer moves a value on a grid 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: 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/8490 14 May 2023, 07:29:33 UTC
e2a4ebb Benchmark: fixes FP gridding so that it no longer moves a value on a grid 14 May 2023, 06:53:27 UTC
f0f4840 Merge tezos/tezos!8365: Benchmark: adds sparse_vec.mli Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: taiseiKMC <taisei@kmc.gr.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/8365 14 May 2023, 05:34:20 UTC
d7ed60e Benchmark: adds sparse_vec.mli 14 May 2023, 04:11:28 UTC
9052e3b Merge tezos/tezos!8694: EVM: tezt of contract deployement Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-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> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8694 12 May 2023, 18:37:50 UTC
b4ea957 EVM: tezt deploy contract 12 May 2023, 18:03:03 UTC
7b322d3 Merge tezos/tezos!8475: Timelock: optimising memory consumption Co-authored-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Miguel Ambrona <mac.ambrona@gmail.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8475 12 May 2023, 16:33:45 UTC
771364f crypto/test: Add a reference to a follow-up issue 12 May 2023, 15:44:59 UTC
9d1170e lib_crypto/test/timelock: adding unit test for memory efficient proof gen 12 May 2023, 15:44:59 UTC
b1491c0 lib_crypto/test/timelock: updating low level negative test 12 May 2023, 15:44:59 UTC
058fc1b lib_crypto/timelock: Adding helper functions 12 May 2023, 15:44:59 UTC
f8f8b26 Lib_crypto/timelock: Optimising memory for VDF proof gen 12 May 2023, 15:44:59 UTC
cb39ffb Merge tezos/tezos!8626: kernel/sequencer: initialization of the sequencer Co-authored-by: Pierre-Louis <pierrelouis.dubois@tutanota.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8626 12 May 2023, 15:44:07 UTC
de3db02 kernel/sequencer: sequencer framework macro 12 May 2023, 15:08:54 UTC
7ca34f1 kernel/sequencer: initialize the sequencer runtime 12 May 2023, 15:08:54 UTC
060e2fc kernel/sequencer: use the published sdk 12 May 2023, 15:08:54 UTC
bf3b813 kernel/sequencer: remove old files 12 May 2023, 15:08:54 UTC
f91a8df Merge tezos/tezos!8680: SORU: EVM: check that signature respects EIP2 Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8680 12 May 2023, 15:08:01 UTC
e75e32d SORU: EVM: check that signature respects EIP2 12 May 2023, 14:19:41 UTC
67390aa Merge tezos/tezos!8426: PlonK/RangeChecks : handle range checks on several wires Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Miguel Ambrona <mac.ambrona@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8426 12 May 2023, 14:18:50 UTC
80a993a PlonK & aPlonK: promote regression 12 May 2023, 13:47:51 UTC
a05bce7 PlonK/RC: handle several different wires 12 May 2023, 13:47:51 UTC
back to top