https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
4b7bab8 demo: messages throughput 19 May 2023, 15:57:17 UTC
329e941 WIP - more 19 May 2023, 09:19:21 UTC
3425b4a Demo: export kernel debug log Deposit tickets into kernels Demo: user confirmation to launch Demo: dac members running Demo: run dac observer mondaynet: bump network Demo: setup dac members in installer demo: fix runner for DAC demo: kernel artifacts Kernel SDK: set dac members in installer Demo: submit DAC messages demo: kernel with debug log format demo: optimise kernel irmin update perf demo: splitup rollup assets across nodes GCP making DAC work working separate DAC multi rollups/dacs per node 16 May 2023, 14:38:21 UTC
6738fa0 Dac/Tezt: client command for sending payload from file 16 May 2023, 14:02:35 UTC
c7d523f Dac/Client: command for reading payload from file 16 May 2023, 14:02:35 UTC
f06c6c3 proto/michelson: lowercase non-stack type variable (ml file) 16 May 2023, 14:02:35 UTC
a8e71d1 proto/michelson: using `pair` type instead of `*` for michelson pairs(ml file) 16 May 2023, 14:02:35 UTC
0ab2a80 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, 14:02:35 UTC
7f1ffcb 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, 14:02:35 UTC
84a4113 Snoop: auto-build: adds --bench-num and --nsamples 16 May 2023, 14:02:34 UTC
153c9c5 Snoop: auto-build: adds inference CLI options 16 May 2023, 14:02:34 UTC
b61b693 Snoop: adds "generate code for benchmarks" sub-command aka auto-build 16 May 2023, 14:02:34 UTC
a2020ce Benchmark: fixes printing of Free_variable.Set 16 May 2023, 14:02:34 UTC
b70a6fe Tezt/Dac: remove coordinator threshold parameter 16 May 2023, 14:02:34 UTC
5b3e99d DAC/Node: remove threshold from coordinator configuration 16 May 2023, 14:02:34 UTC
5dd4ba5 Lib_crypto/timelock: adding comment 16 May 2023, 14:02:33 UTC
9c30d30 Tezt-timelock contract: update time 16 May 2023, 14:02:33 UTC
6435608 lib_crypto/timelock: updating chest sampler for determinism 16 May 2023, 14:02:33 UTC
d4820f0 lib_crypto:fixup timelock.ml 16 May 2023, 14:02:33 UTC
701b30a lib_crypto/timelock: update test sampler 16 May 2023, 14:02:33 UTC
2cb0625 Proto_alpha/interpreter_benchmarks: updating timelock 16 May 2023, 14:02:33 UTC
c677ee0 Proto_alpha/encodings_benchmarks: updating timelock 16 May 2023, 14:02:33 UTC
43420ef Lib_crypto/timelock: updating chest_sampler 16 May 2023, 14:02:32 UTC
dc40951 Kernel SDK: bump tezedge deps 16 May 2023, 14:02:32 UTC
eda0df9 Kernel/SDK/EVM: readapt tests/docs 16 May 2023, 14:02:32 UTC
ac0e154 Kernel/SDK: abstract storage from 'account' terminology ...instead make it generic by using the failsafe/commitment/storage state terminology. 16 May 2023, 14:02:32 UTC
1e07c53 env: export Make_merkle_tree functor from Blake2B 16 May 2023, 14:02:32 UTC
7bb6f2e Gossipsub: rename score parameters to score limits 16 May 2023, 14:02:32 UTC
baa86bf Gossipsub: add output for announced pruned peer not in mesh 16 May 2023, 14:02:32 UTC
5af3605 Gossipsub: move Message_cache interface to intf file 16 May 2023, 14:02:31 UTC
1c2b68d Gossipsub: document the automaton state Fixes https://gitlab.com/tezos/tezos/-/issues/4983. 16 May 2023, 14:02:31 UTC
1cea4d3 Gossipsub/Cache: improve doc-strings 16 May 2023, 14:02:31 UTC
19ce6ae Gossipsub/Cache: add issue about duplicates 16 May 2023, 14:02:31 UTC
fba945c Gossipsub/Score: uniformize doc-strings 16 May 2023, 14:02:31 UTC
b0e6a43 Gossipsub: invert order of function calls 16 May 2023, 14:02:31 UTC
9ead9d6 Gossipsub: rename No_peer_in_mesh to Topic_not_tracked 16 May 2023, 14:02:31 UTC
6587cd4 Gossipsub: fix docstring about message ids 16 May 2023, 14:02:31 UTC
bd106ff Gossipsub: fix issue number 16 May 2023, 14:02:30 UTC
dbdad6a Benchmarks: automatic run documentation. 16 May 2023, 14:02:30 UTC
f164453 Changelog: add entries 16 May 2023, 14:02:30 UTC
9a80ecd Tezt/RPC_test: update regression tests 16 May 2023, 14:02:30 UTC
ff8a680 Tezt: update prefiltered limits tests 16 May 2023, 14:02:30 UTC
31a76ad 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 16 May 2023, 14:02:30 UTC
e8e9485 Shell: add tests on mempool bounding 16 May 2023, 14:02:29 UTC
edbf677 Shell/test_prevalidation: check returned op 16 May 2023, 14:02:29 UTC
7cff5d5 Shell: make signature_checked field configurable in tests and remove unneeded functions from Shell_operation.Internal_from_tests 16 May 2023, 14:02:29 UTC
e2bb2b6 Shell: make the mempool bounds actually configurable 16 May 2023, 14:02:29 UTC
f4fa00e Plugins: add mempool.mli to get warned of any unused leftovers 16 May 2023, 14:02:29 UTC
aed045a Shell & plugins: remove obsolete bounding code from filter plugin 16 May 2023, 14:02:29 UTC
9eaf484 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. 16 May 2023, 14:02:29 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
bdb0d0b Manifest: add Str dependancy to PlonK 12 May 2023, 13:47:51 UTC
e32c685 PlonK/Permutation: change build_batched_wires type 12 May 2023, 13:47:51 UTC
a062921 Merge tezos/tezos!8627: Refactor baker's liquidity baking handling Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8627 12 May 2023, 13:46:58 UTC
a87f05f Changes: add entry 12 May 2023, 12:46:19 UTC
8f9f832 Doc: adapt liquidity baking daemon vote instruction 12 May 2023, 12:46:19 UTC
abf24a7 Tests: adapt liquidity baking cli tests 12 May 2023, 12:46:19 UTC
b751f19 Client: add a default liquidity voting file in sandbox client 12 May 2023, 12:46:19 UTC
8723264 Nairobi/Baker: port changes 12 May 2023, 12:46:19 UTC
93deecd Mumbai/Baker: port changes 12 May 2023, 12:46:19 UTC
back to top