sort by:
Revision Author Date Message Commit Date
c1579df EVM/Tests: test JSONRPC request errors 16 June 2023, 07:05:11 UTC
f37fbad EVM/Proxy: implement proper errors for invalid inputs Unparsable inputs are still out of the loop 16 June 2023, 07:05:09 UTC
f260907 EVM/Proxy: make Resto decode JSON only and decode in the service 15 June 2023, 13:46:21 UTC
62d5c4c EVM/Proxy: move JSONRPC.error outside of the RPCs outputs type 15 June 2023, 13:40:34 UTC
e6a7013 Merge tezos/tezos!9149: Gossipsub: Properly notify scoring about prunes/grafts Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9149 15 June 2023, 13:11:36 UTC
ad8fab5 Gossipsub/Test: Uncomment PBT for score status 15 June 2023, 12:36:59 UTC
cd807d7 Gossipsub: Properly notify scoring in heartbeat 15 June 2023, 12:36:59 UTC
549aef5 Gossipsub: Properly notify scoring in leave 15 June 2023, 12:36:59 UTC
c0655cb Gossipsub: Properly notify scoring in handle_unsubscribe 15 June 2023, 12:36:59 UTC
dd75fdb Gossipsub: Only set score mesh status to active on graft 15 June 2023, 12:36:59 UTC
a98d9be Merge tezos/tezos!9137: Shell_metrics: remove applied and rename prechecked to validated Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9137 15 June 2023, 12:36:18 UTC
d55f625 Changelog: add entry on metrics removal/renaming 15 June 2023, 11:51:03 UTC
bc54542 Shell_metrics: remove applied and rename prechecked to validated 15 June 2023, 11:50:07 UTC
1c6c675 Merge tezos/tezos!9011: DAC: Refactor DAC nodes synchronization in tezt Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9011 15 June 2023, 11:46:06 UTC
d9f741d DAC/tezt: Refactor tests to use `init_run_and_subscribe_nodes` 15 June 2023, 11:12:55 UTC
b7c9981 DAC/tezt: Define `init_run_and_subscribe_nodes` helper function 15 June 2023, 11:12:55 UTC
23b0253 Merge tezos/tezos!9012: fix monitor_operation filtering by validation passes Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9012 15 June 2023, 09:17:11 UTC
9e22d8e lib_shell: fix monitor_operation filtering by validation passes 15 June 2023, 08:38:35 UTC
b01b14c Merge tezos/tezos!9115: CI/Tezt: store all logs Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9115 15 June 2023, 08:21:29 UTC
24cc104 CI/Tezt: store all logs Since Tezt 3.1.0, logs are separated when executed with [-j X] where [X > 1]. With [--log-file tezt.log], report messages (success, failure), are written to [tezt.log], where as log messages from the tests running in process N are written to [tezt-N.log] We use [-j 4] in the CI but we only store [tezt.log] as an artifact. This MR changes to configuration to store all the tezt log files, including those of the worker processes. 15 June 2023, 07:18:26 UTC
f0f3ac2 Merge tezos/tezos!9135: Gossipsub/Test: PBT for checking that score status matches the mesh Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9135 15 June 2023, 02:41:36 UTC
0e016fd Gossipsub/Test: PBT for checking that score status matches the mesh 15 June 2023, 01:59:12 UTC
f7573c1 Gossipsub/Test: More PBT helpers 15 June 2023, 01:59:12 UTC
0c15b98 Gossipsub: Expose the mesh_status in the score for testing 15 June 2023, 01:59:12 UTC
07b3c48 Merge tezos/tezos!9127: PlonK & Plompiler: fix Plookup when there are more than 3 wires Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9127 14 June 2023, 22:01:32 UTC
1686582 Plompiler/Test: add tests for Plookup 14 June 2023, 21:22:51 UTC
20a8bff Plompiler & PlonK: fix Plookup when there are more than 3 wires This commits fixes the number of wires used by Plookup to 3 ; wires after the 3rd one are ignored by Plookup 14 June 2023, 21:22:51 UTC
11282d9 Merge tezos/tezos!9132: Gossipsub: Fix order of subscription check in receive_message Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9132 14 June 2023, 20:41:57 UTC
3bbbbb3 Gossipsub: Fix order of subscription check in receive_message 14 June 2023, 20:02:23 UTC
17b0b5a Merge tezos/tezos!9130: Kernel/SDK: Release version 0.2.0 Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9130 14 June 2023, 20:01:37 UTC
e937423 Kernel/SDK: release 0.2.0 14 June 2023, 19:23:33 UTC
b81d712 Kernel/SDK: switch changelog format to markdown 14 June 2023, 19:23:33 UTC
583bb51 Kernel/SDK: fix doc 14 June 2023, 19:23:33 UTC
124a3e9 Merge tezos/tezos!9136: CODEOWNERS: add @satos---jp to the merge team Co-authored-by: Arvid Jakobsson <arvid.jakobsson@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/9136 14 June 2023, 19:22:42 UTC
0b9f6c8 CODEOWNERS: add @satos---jp to the merge team 14 June 2023, 18:46:07 UTC
ed9ea50 Merge tezos/tezos!8978: CI: combine dune calls in [build_x86_64] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8978 14 June 2023, 18:45:17 UTC
5b976ea fixup 14 June 2023, 18:05:39 UTC
cecec39 CI: refactor, remove [opam clean] in [build_full_unreleased.sh] Firstly, because we currently have no cache. Secondly, because when we cached, we cached the [_build] folder. This folder is not modified by [opam clean], which only acts on the switch (e.g. [_opam]). 14 June 2023, 18:05:39 UTC
e9f0cd3 CI: refactor, move strip from conf to [build_full_unreleased.sh] 14 June 2023, 18:05:38 UTC
64237eb CI: combine dune calls in [build_x86_64] 14 June 2023, 18:05:38 UTC
36ef1ac Merge tezos/tezos!9139: Revert "manifest: add opam executbles only job for marge pipelines" Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9139 14 June 2023, 18:04:46 UTC
ea77588 Revert "manifest: add opam executbles only job for marge pipelines" This reverts commit 719100aaa29bb3434e039bc456b43e12bdb62f12. 14 June 2023, 17:24:15 UTC
f81cbb4 Merge tezos/tezos!9099: Tezt/LTF: Up the timeout of [tezt load time] to 100 minutes Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9099 14 June 2023, 17:22:48 UTC
696c78a Tezt/LTF: Up the timeout of [tezt load time] to 100 minutes The timeout must be sufficiently high to allow for the test suite to compile in addition to the actual load time test. 14 June 2023, 16:41:27 UTC
46824ba Merge tezos/tezos!8993: Proto/Env: use skip list structure from environment Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8993 14 June 2023, 14:38:26 UTC
855c439 Tests: remove duplicate tests for skip list structure These tests are already in src/lib_base/test/test_skip_list.ml 14 June 2023, 14:00:27 UTC
aaebf5c Proto/Alpha: use Skip list from environment 14 June 2023, 14:00:26 UTC
3ed0e47 Environment/V10: expose Skip_list from base 14 June 2023, 14:00:26 UTC
90924e8 Merge tezos/tezos!9117: v17: Documentation for Octez v17.1 Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9117 14 June 2023, 13:59:29 UTC
d138b35 Openapi: Update specifications for Octez v17.1 14 June 2023, 13:23:13 UTC
86d850e Changelogs: Snapshot for Octez v17.1 14 June 2023, 13:23:13 UTC
0a95b51 Docs, v17: Update release page for Octez v17.1 14 June 2023, 13:23:13 UTC
b23fb75 Merge tezos/tezos!8916: Sequencer: Add sequencer binary Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8916 14 June 2023, 13:17:32 UTC
170cb36 SCORU/Node: Backport !8916 to Mumbai 14 June 2023, 12:41:22 UTC
3f216d8 SCORU/Node: Backport !8916 to Nairobi 14 June 2023, 12:41:22 UTC
3a24914 Scoru: Add sequencer binary - Define minimum interface of components for daemon - Rearrange cli args a little bit 14 June 2023, 12:41:22 UTC
c2fe22c Merge tezos/tezos!9125: Plompiler: optimise SHA-512 Co-authored-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9125 14 June 2023, 12:40:35 UTC
bd93c59 lib_plonk lib_aplonk: promote regressions 14 June 2023, 12:08:13 UTC
d986da7 lib_plonk: mark SHA2 tests as slow 14 June 2023, 12:08:13 UTC
f382ac8 lib_plompiler: use mod_add_64 for gadget_sha2 14 June 2023, 12:08:13 UTC
42a2eee lib_plonk: add tests for arithmetic modulo 2^64 14 June 2023, 12:08:13 UTC
2bb2773 lib_plompiler lib_plonk: add modular arithmetic for 2^64 14 June 2023, 12:08:13 UTC
ea9c073 Merge tezos/tezos!8906: Regression test `V0` API (1/2) Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8906 14 June 2023, 12:07:20 UTC
1ac920d DAC/tezt: Regression test for "GET v0/preimage" 14 June 2023, 11:28:12 UTC
58f4b17 DAC/tezt: Regression test for "POST v0/preimage" 14 June 2023, 11:28:12 UTC
8330fca DAC/tezt: Define `rpc_call_with_regression_test` helper 14 June 2023, 11:28:12 UTC
33464a9 DAC/tezt: Add `Dac_api_regression` module 14 June 2023, 11:28:12 UTC
6c2ee65 DAC/tezt: Add `allow_regression` flag 14 June 2023, 11:28:12 UTC
91702bf DAC/tezt: Make `~hooks` optinal parameter to `Dac_helpers` 14 June 2023, 11:28:12 UTC
282ed87 Merge tezos/tezos!9120: Change mempool's known_valid field from list to set Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9120 14 June 2023, 11:27:24 UTC
933edb0 Base/Shell: change known_valid mempool's field to an oph set 14 June 2023, 10:52:38 UTC
94ca05f Merge tezos/tezos!9072: Improve JSON RPC performances Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9072 14 June 2023, 10:51:44 UTC
326b24b Changelog: add entry 14 June 2023, 10:13:30 UTC
29c2307 RPC: adhoc JSON to_string for JSON RPC responses 14 June 2023, 10:13:30 UTC
f3bf9f1 Merge tezos/tezos!8557: Typo doc Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Co-authored-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Germán Delbianco <german@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8557 14 June 2023, 10:12:06 UTC
ec3ac66 doc: update version number + typo on link to test networks 14 June 2023, 09:34:37 UTC
f2fe469 doc: fixes in protocols/naming.rst 14 June 2023, 09:34:37 UTC
91b55a2 doc: various fixes in alpha/smart_rollups.rst 14 June 2023, 09:34:37 UTC
b7f3ac9 doc: check label defs in Nairobi 14 June 2023, 09:34:37 UTC
0ef9619 doc: replace "she" by gender-neutral phrasings 14 June 2023, 09:34:37 UTC
3db1cba doc: fix issues with PVM versioning in smart_rollups 14 June 2023, 09:34:37 UTC
39cc9a7 doc: adjust notion of protocol proposal(s) 14 June 2023, 09:34:37 UTC
3a26485 doc: add link to full data-encoding tutorial 14 June 2023, 09:34:37 UTC
0683a67 doc: add back label MichelsonViews accidentally removed by !8546 14 June 2023, 09:34:37 UTC
88866d7 Merge tezos/tezos!9092: EVM/Kernel: use SDK's store_read_all and store_write_all and remove the backported versions Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9092 14 June 2023, 09:33:47 UTC
d1a3c27 EVM/Kernel: use SDK's store_read_all and store_write_all Also removes the tests in Evm_execution related to these as they're not relevant anymore. 14 June 2023, 08:53:49 UTC
4700ce8 EVM/Kernel: use `proto-nairobi` feature flag 14 June 2023, 08:53:49 UTC
6d9c380 Merge tezos/tezos!9045: [scripts/update_opam_repo.sh]: conflict with [ocamlbuild.0.14.2+win] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9045 14 June 2023, 08:53:03 UTC
539dbab [scripts/update_opam_repo.sh]: conflict with [ocamlbuild.0.14.2+win] Temporary work around for https://gitlab.com/tezos/tezos/-/issues/5832 14 June 2023, 08:16:34 UTC
314629f [scripts/update_opam_repo.sh]: shellcheck 14 June 2023, 08:16:34 UTC
6e64c09 Merge tezos/tezos!9116: p2p/test: prevent double close of pipes in test using fork processes Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9116 14 June 2023, 08:15:49 UTC
307b4f5 p2p/test: reactivate p2p socket self conn msg 14 June 2023, 07:32:50 UTC
e71f369 p2p/test: prevent double close of pipes in test using fork processes 14 June 2023, 07:32:50 UTC
9fdbd83 Merge tezos/tezos!8483: CI: Only tests opam packages containing a public executable Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8483 14 June 2023, 07:31:59 UTC
719100a manifest: add opam executbles only job for marge pipelines 14 June 2023, 06:57:02 UTC
33c6ad4 Merge tezos/tezos!8990: DAL/Node: Refactorisation commad-line arguments Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8990 14 June 2023, 06:54:18 UTC
26ad20a DAL/Node: Add a Cli file for cli options with cmdliner 14 June 2023, 06:09:43 UTC
806d2d5 Tezt/DAL: Simplify init-config 14 June 2023, 05:54:37 UTC
4c043e1 DAL/Node: Add an rpc context module 14 June 2023, 05:54:37 UTC
b1b171d DAL/Node: Add cmdliner to the manifest 14 June 2023, 05:54:36 UTC
back to top