swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
99317f3 fake pipeline to test dedicated runners 01 June 2023, 12:01:49 UTC
ec28a96 with 10 SSD server 09 March 2023, 08:03:22 UTC
c3cc6f4 with 10 SSD server 09 March 2023, 07:54:03 UTC
cbcbf69 Merge tezos/tezos!7527: Benchmark, Snoop: adds a codegen subcommand for multiple solutions Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: KOBAYASHI Kazuhiro <kazuhiro.kobayashi@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/7527 09 March 2023, 06:21:36 UTC
d703a1a Benchmark, Snoop: adds a codegen subcommand for multiple solutions - octez-snoop generate code for solutions SOLUTION_FILES --excludes file 09 March 2023, 05:12:19 UTC
4b942a4 Tezt: added snoop codegen test. 09 March 2023, 04:53:39 UTC
4a468b0 Snoop: fixes codegen issue 09 March 2023, 04:53:39 UTC
1dbb665 Merge tezos/tezos!7943: EVM/Proxy: consider [full_transaction_object] Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> 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/7943 08 March 2023, 20:36:29 UTC
3093b2f EVM/Proxy: consider [full_transaction_object] 08 March 2023, 19:55:28 UTC
aaa7c82 Merge tezos/tezos!7942: EVM/Tezt: parse eth responses as JSON Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> 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/7942 08 March 2023, 19:54:46 UTC
7989c8d EVM/Tezt: use JSON instead of data-encoding 08 March 2023, 19:20:59 UTC
a767a6d EVM/Tezt: parse eth responses as JSON 08 March 2023, 19:20:59 UTC
a305d9d Merge tezos/tezos!7727: Scoru, Tests: implement framework for generative tests against trie Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7727 08 March 2023, 19:20:10 UTC
0d483d7 Scoru, Tests: implement generative tests against trie 08 March 2023, 18:05:12 UTC
c3eece7 Merge tezos/tezos!7933: Proto: Fix await_protocol_activation that does not wait anymore Co-authored-by: nraymond <nicolas.raymond@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7933 08 March 2023, 18:04:19 UTC
070b70c Proto: Fix await_protocol_activation that does not wait anymore The last release of resto has fixed a bug in which opening a stream for reading was blocking as long as the first element was not received. Unfortunately, the await_protocol_activation was built on top of this side effect blocking semantic (considering the bug as a feature). This patch fixes the problem in every concerned protocol and now waits for the first received element explicitely. 08 March 2023, 17:19:08 UTC
5790703 Merge tezos/tezos!7817: Kernels: move tests out of the execution 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: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7817 08 March 2023, 17:17:44 UTC
d47cbd3 Kernel/SDK: split tests out of build all 08 March 2023, 16:38:23 UTC
542fc78 EVM/Mockup: moved tests outside of execution 08 March 2023, 16:38:23 UTC
e5db8c8 Merge tezos/tezos!7939: Docs: Fix leftovers of the sc to smart renaming Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7939 08 March 2023, 15:11:24 UTC
666b6a6 Docs: Fix leftovers of the sc to smart renaming 08 March 2023, 13:59:31 UTC
652a2ac Merge tezos/tezos!7910: WASM: Move [host_funcs] out of [Eval.config] Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Ilya Peresadin <ilya.peresadin@trili.tech> 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/7910 08 March 2023, 13:39:23 UTC
8e9a127 WASM: Move [host_funcs] out of [Eval.config] The main motivation for this change is to pave the way towards WASM PVM revisions having dedicated sets of host functions. Additionally, this change improves the readability of the tree encoding related to the [config] type, and makes them top-level, which is also a nice win. 08 March 2023, 13:05:14 UTC
24422cf Merge tezos/tezos!7900: EVM/Proxy: access block informations through the rollup node Co-authored-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/7900 08 March 2023, 13:04:30 UTC
52dd5fc EVM/Tezt: refacto, use next_evm_level in test_rpc_getBalance 08 March 2023, 12:29:21 UTC
ed76d09 EVM/Tezt: fix test_rpc_sendRawTransaction It was working before because it was relying on mock values. 08 March 2023, 12:29:21 UTC
95e18eb EVM/Tezt: test to check L2 blocks progression 08 March 2023, 12:29:21 UTC
8a1b5af EVM/Tezt: test for eth_getBlockByNumber RPC 08 March 2023, 12:29:21 UTC
2a87e8e EVM/Tezt: fix endpoint typo in getBalance rpc test 08 March 2023, 12:29:21 UTC
3a2bee3 EVM/Tezt: block_number command to eth cli 08 March 2023, 12:29:21 UTC
cbb331d EVM/Tezt: get_block command to eth cli 08 March 2023, 12:29:21 UTC
9dc6e1d EVM/Proxy: call the appropriate RPC when calling eth_blockNumber 08 March 2023, 12:29:21 UTC
58b454f EVM/Proxy: call the appropriate RPC when calling eth_getBlockByNumber 08 March 2023, 12:29:21 UTC
8409889 EVM/Proxy: current/nth block services 08 March 2023, 12:29:21 UTC
fa8560e EVM/Proxy: current block number service 08 March 2023, 12:29:21 UTC
31b4edf Merge tezos/tezos!7866: Alcotezt: port [src/lib_protocol_environment] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7866 08 March 2023, 12:28:37 UTC
f1af850 Alcotezt: port [src/lib_protocol_environment] 08 March 2023, 11:57:30 UTC
41dec4e Merge tezos/tezos!7845: Test that the baker start pre-endorsing before the end of the block application Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7845 08 March 2023, 11:56:30 UTC
2512207 tezt/test: add a manual test that checks that the baker start pre-endorsing before the end of block application creating pre-endorsement in the future 08 March 2023, 10:38:37 UTC
4bc5141 tezt/lib_tezos: introduce stop and continue function in the daemon 08 March 2023, 10:38:37 UTC
f7bdde9 Merge tezos/tezos!7376: Manifest: bump up bls12-381 to 6.0.1 Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Co-authored-by: Danny Willems <be.danny.willems@gmail.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7376 08 March 2023, 10:37:18 UTC
d2545c1 DAL/crypto: use contiguous arrays for FFT/ECFFT 08 March 2023, 09:54:56 UTC
6ce0df3 OPAM: bump up opam-repository tag for bls12-381.6.0.1 08 March 2023, 09:54:55 UTC
9e29d66 NPM: ocaml-bls12-381 has now been moved under Nomadic Labs org 08 March 2023, 09:54:55 UTC
266efb0 Manifest: run make -C manifest to generate OPAM files And also package.json 08 March 2023, 09:54:55 UTC
2758668 Manifest: bump up bls12-381 to 6.0.1 Following semver and using minor constraint for perf changes, critical for BLS related Michelson instructions. Therefore, using the upper bound 6.1.0, not included. 08 March 2023, 09:54:55 UTC
a9f967b Doc: update definition location for var build_deps_image_version 08 March 2023, 09:54:55 UTC
7d7cb51 Merge tezos/tezos!7928: Docs: Entrypoints in oubox messages are prefixed by % Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7928 08 March 2023, 09:54:08 UTC
8e5380a Docs: Entrypoints in oubox messages are prefixed by % 08 March 2023, 08:52:03 UTC
85e0552 Merge tezos/tezos!7916: DAL crypto: use random state to generate dummy shards Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7916 08 March 2023, 08:51:17 UTC
80e9b2d DAL crypto: use random state to generate dummy shards 08 March 2023, 08:10:32 UTC
482778c Merge tezos/tezos!7867: Alcotezt: port [src/lib_protocol_enviroment/test_shell_context] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7867 08 March 2023, 08:09:48 UTC
129173f Tezt: traces for consensus key 08 March 2023, 07:29:27 UTC
6271c36 Alcotezt: port [src/lib_protocol_enviroment/test_shell_context] 08 March 2023, 07:29:27 UTC
f1015b4 Merge tezos/tezos!7869: Alcotezt: port [src/lib_rpc_http] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7869 08 March 2023, 02:52:35 UTC
5ef21d7 Alcotezt: port [src/lib_rpc_http] 08 March 2023, 01:40:43 UTC
77efb59 Merge tezos/tezos!7536: Proto/Token: rename "source" and "sink" to "giver" and "receiver" Co-authored-by: Boubacar Sall <boubacar@nomadic-labs.com> Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7536 08 March 2023, 01:39:59 UTC
51c5653 Proto/Token/Doc: add some forgotten arguments 08 March 2023, 01:04:53 UTC
90b02f5 Proto/Token: rename "sink" and "destination" into "receiver" This is just for consistency with the previous "source" -> "giver" renaming. 08 March 2023, 01:04:53 UTC
4a8769a Proto/Token: fix a typo 08 March 2023, 01:04:53 UTC
c51ea44 Proto/Token: rename "source" into "giver" There is a risk of confusion between the notion of transaction source (the account signing and/or sending a transaction) and the notion of token transfer source (the account being debited). Most of the time this is not a problem because the accounts coincide but sometimes it is good to explicit the distinction. 08 March 2023, 01:04:53 UTC
6fa868f Merge tezos/tezos!7731: Client command for normalizing a whole Michelson stack 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/7731 08 March 2023, 01:04:03 UTC
909f4a5 Tests: tests for the new "normalize stack" command 08 March 2023, 00:31:17 UTC
06cea36 Client/Michelson: command for stack normalization 08 March 2023, 00:31:17 UTC
6ee4a48 RPC Plugin/Michelson: add normalize_stack 08 March 2023, 00:31:17 UTC
1604fbf Merge tezos/tezos!7892: Alcotezt: port [src/proto_/lib_protocol/test/integration/consensus] Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7892 08 March 2023, 00:29:31 UTC
b8ffd55 Alcotezt: port [src/proto_/lib_protocol/test/integration/consensus] 07 March 2023, 23:53:32 UTC
6cce988 Merge tezos/tezos!7833: Proto/SCORU: remove failsafe mechanism for finalize_inbox Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> 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/7833 07 March 2023, 23:52:22 UTC
b469cda Proto/SCORU: add migration protocol message does not fail 07 March 2023, 23:13:25 UTC
6da2bb3 Test: PBT for non failing add_info_per_level 07 March 2023, 23:13:25 UTC
4d34829 Proto/SCORU: remove failsafe mechanism for finalize_inbox As well as init_inbox. The only failure that can happen is a storage one which is already the case with all the other functions called in block finalization and migration. 07 March 2023, 23:13:25 UTC
f67d84f Proto/SCORU: move no_history functions outside of error monad 07 March 2023, 23:13:25 UTC
524c896 Merge tezos/tezos!7896: lib_shell_services: port to alcotezt Co-authored-by: Pietro Abate <pietro.abate@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/7896 07 March 2023, 23:12:31 UTC
f67a30d lib_shell_services: port to alcotezt 07 March 2023, 22:03:03 UTC
17c6693 Merge tezos/tezos!7650: Proto: remove toru manager operations Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7650 07 March 2023, 22:02:03 UTC
3c1a8cd Proto/TORU: remove manager operations 07 March 2023, 21:25:21 UTC
789bd37 Merge tezos/tezos!7915: proto: remove whitespace in TEZOS_PROTOCOL Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@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/7915 07 March 2023, 21:24:22 UTC
064e85d proto: remove whitespace in TEZOS_PROTOCOL 07 March 2023, 20:13:24 UTC
36b0a4a Merge tezos/tezos!7901: Doc/Michelson: redirect operations on mutez 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/7901 07 March 2023, 20:12:30 UTC
0991a0d Doc/Michelson: redirect operations on mutez to interactive reference. 07 March 2023, 19:08:08 UTC
1abca82 Merge tezos/tezos!7831: Lib_hacl: Expand comment on P-256 key representations Co-authored-by: victor-dumitrescu <v.dumitrescu@outlook.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7831 07 March 2023, 19:07:13 UTC
c98d473 Lib_hacl: Expand comment on P-256 key representations 07 March 2023, 18:32:33 UTC
5efba2a Merge tezos/tezos!7815: Proto: lighten consensus operation checks in mempool mode Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Co-authored-by: vbot <vincent.botbol@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/7815 07 March 2023, 18:31:29 UTC
7c3368f Proto/validate_error: change wrong slot error to Branch 07 March 2023, 17:49:33 UTC
249854b Proto: remove grand_parent_branch from context and stitch storage 07 March 2023, 17:49:33 UTC
fb416f2 Proto/context: remove obsolete record_grand_parent_endorsement 07 March 2023, 17:49:33 UTC
03966fe Changelog: relax (pre)endorsement checks in mempool mode 07 March 2023, 17:49:32 UTC
f2967a1 Tezt/prevalidator: also test endorsement two levels in the future 07 March 2023, 17:49:32 UTC
6d88aa8 Tezt/prevalidator: update future endorsement test Endorsement for 1 level in the future is now applied in the mempool and propagated. 07 March 2023, 17:49:32 UTC
34b0cf0 Proto/test/endorsement: expand no-conflict test in mempool mode 07 March 2023, 17:49:32 UTC
f449e21 Proto/test/endorsement: expand conflict tests to account for the looser constraints on mempool endorsements 07 March 2023, 17:49:32 UTC
fa1061c Proto/test: update consensus integration tests 07 March 2023, 17:49:32 UTC
0839d08 Proto: clean up grandparent error kind and some comments 07 March 2023, 17:49:32 UTC
171bc6e Proto: remove obsolete grandparent information that was previously used to validate grandparent endorsements in mempool mode. 07 March 2023, 17:49:32 UTC
7c42829 Proto/apply: do not record consensus operations in mempool mode and do not use pre-computed slot maps when the level is not the predecessor_level 07 March 2023, 17:49:32 UTC
9f14f68 Proto/validate: lighten preendorsements checks in Mempool mode 07 March 2023, 17:49:32 UTC
91d30f5 Proto/validate: lighten endorsements checks in Mempool mode 07 March 2023, 17:49:32 UTC
f45bf6b Proto/validate: remove obsolete predecessor_level from consensus_state 07 March 2023, 17:49:32 UTC
2668320 Proto/validate: consider level and round in (pre)endorsement conflicts Incidentally, this allows to get rid of the grandparent_endorsements_seen table. 07 March 2023, 17:49:32 UTC
278f6c4 Merge tezos/tezos!7926: CI/Tezt: disable consensus key tests Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7926 07 March 2023, 17:47:57 UTC
back to top