https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
9084c1b Doc: remove -alpha suffix for smart rollup node 25 April 2023, 15:30:41 UTC
adf4d63 WIP: Tezt: remove protocol suffix for rollup node 21 April 2023, 16:19:14 UTC
4dc7572 SCORU/Node: add required events 21 April 2023, 16:19:14 UTC
86e339f SCORU/Node: command to list supported protocols 21 April 2023, 16:19:13 UTC
f6c51cc SCORU/Node: main and commands for protocol agnostic node 21 April 2023, 16:19:13 UTC
c25dcde SCORU/Node/Alpha: protocol daemon registration 21 April 2023, 16:19:13 UTC
b6ae217 Manifest: boilerplate for protocol agnostic rollup node 21 April 2023, 16:19:13 UTC
48b956b SCORU/Node: protocol agnostic daemon which handles protocol daemons 21 April 2023, 14:56:10 UTC
441a5b4 Manifest: more dependencies for proto agnostic sc rollup node lib 21 April 2023, 14:56:10 UTC
6d78863 WIP: Leftover from merge 21 April 2023, 14:56:09 UTC
0c46705 Merge branch 'alain@functori@only-finalized-level-scoru-node' into tmp@alain@base-single-rollup-node-2 21 April 2023, 14:47:45 UTC
964a932 Merge branch 'alain@functori@metrics-outside-proto-scoru-node' into tmp@alain@base-single-rollup-node-2 21 April 2023, 14:16:41 UTC
0af4823 SCORU/Node: move metrics outside of proto directory 21 April 2023, 14:10:58 UTC
1d2b324 SCORU/Node/017: remove metrics dependency on protocol 21 April 2023, 14:10:56 UTC
5e68219 SCORU/Node/016: remove metrics dependency on protocol 21 April 2023, 14:10:38 UTC
ff750ce SCORU/Node: remove metrics dependency on protocol 21 April 2023, 14:09:57 UTC
2365fe4 SCORU/Node: remove useless handling of finalized block This also prevents accidentally fetching a block from a previous protocol. 21 April 2023, 11:50:57 UTC
c5a9dfe SCORU/Node: use finalized level where possible 21 April 2023, 09:35:20 UTC
a8da33c SCORU/Node: only store finalized level instead of L2 block 21 April 2023, 09:32:05 UTC
5692078 Merge branch 'alain@functori@defunctorize-node' into tmp@alain@base-single-rollup-node-2 20 April 2023, 20:06:59 UTC
4776c98 Merge tezos/tezos!8291: lib_store: port tests to alcotezt Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> 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: Victor Allombert <victor.allombert@tezcore.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8291 20 April 2023, 18:34:05 UTC
d5ccc0d lib_store: port tests to alcotezt 20 April 2023, 17:58:45 UTC
977ff66 Alcotezt: refactor [title] formatting 20 April 2023, 17:58:45 UTC
758a5cc Alcotezt: add [slow] tag for tests that are not [`Quick] 20 April 2023, 17:58:45 UTC
947c552 manifest: make tezt return the private tezt lib 20 April 2023, 17:58:45 UTC
c77a684 manifest: move octez_test_helpers_extra to lib_store/unix/test 20 April 2023, 17:58:45 UTC
f1dc999 lib_test: move module Raw_Tree to lib_context/test 20 April 2023, 17:58:45 UTC
8a38462 Merge tezos/tezos!7682: p2p: Add a way to disable swap mechanism Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7682 20 April 2023, 17:57:49 UTC
fa854e7 tezt/p2p: add a test to disable swap option 20 April 2023, 17:23:07 UTC
6d0983f node_config: add option to disable p2p swap 20 April 2023, 17:23:07 UTC
730fe2b p2p: add a way to disable swap mechanism 20 April 2023, 17:23:07 UTC
0513928 Merge tezos/tezos!8501: Shell/mempool: improve prevalidation tests Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8501 20 April 2023, 17:21:42 UTC
8c2e1cb Shell/test_prevalidation: check errors more precisely 20 April 2023, 16:51:43 UTC
7f98dd9 Shell/test_prevalidation: provide proto_outcome as part of the state instead of as validation_info. Indeed, it is not more difficult, and it is more similar to what we will be doing in the future with the bounding_state. We also rename get_valid_operations to get_mempool_operations to stress that they are the operations recorded by the protocol mempool, not to be confused with the records by other states (filter_state for now, bounder_state in the future). 20 April 2023, 16:51:42 UTC
5b35e59 Shell/test_prevalidation: merge outcomes Proto_added & Proto_replaced into Proto_success (No_replacement | Replacement) because we often handle both cases the same way. 20 April 2023, 16:51:42 UTC
be85056 Shell/test_prevalidation: simplify handling of incompatible outcomes Instead of modifying specified outcomes to eliminate incompatible ones before calling add_operation, now the Toy_proto and Toy_filter directly adapt their behavior if the specified outcome is not possible. 20 April 2023, 16:51:42 UTC
47ff21a Shell/test_prevalidation: choose randomly from map/set instead of using Operation_hash.Map.choose 20 April 2023, 16:51:42 UTC
7dd5fe7 Shell/test_prevalidation: simplify remove_operation test 20 April 2023, 16:51:42 UTC
8f347f0 Shell/test_prevalidation: register directly with Tezt 20 April 2023, 16:51:42 UTC
6cedaaf Merge tezos/tezos!8511: Docs/Alcotezt: Adapt documentation to un-splitted tests Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8511 20 April 2023, 16:50:09 UTC
8f913d3 Tests: simplify helpers (no functor) for rollup node tests 20 April 2023, 16:44:56 UTC
6503dcb SCORU/Node: defunctorize daemon 20 April 2023, 16:44:55 UTC
1decfa5 SCORU/Node: defunctorize RPC server 20 April 2023, 16:44:27 UTC
5462b8d SCORU/Node: defunctorize outbox 20 April 2023, 16:44:27 UTC
04eb0f6 SCORU/Node: defunctorize simulation and batcher 20 April 2023, 16:44:26 UTC
8b706d1 SCORU/Node: defunctorize refutation games 20 April 2023, 16:43:58 UTC
0494099 SCORU/Node: defunctorize Commitment publisher 20 April 2023, 16:43:56 UTC
590c75d Docs/Alcotezt: Adapt documentation to un-splitted tests The alcotezt documentation was not updated with !8228, here we update the section on how Alcotests are presented in with Alcotezt. 20 April 2023, 15:29:10 UTC
bb108b0 Merge tezos/tezos!8208: Proto/Michelson: cleanup legacy annotation management 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/8208 20 April 2023, 15:28:16 UTC
b8b136b SCORU/Node: defunctorize Interpreter 20 April 2023, 15:17:50 UTC
16ceb25 SCORU/Node: defunctorize Fueled_pvm 20 April 2023, 15:17:50 UTC
b1c7282 SCORU/Node: remove dependency of pvm on node_context 20 April 2023, 15:17:49 UTC
5c61eb5 SCORU/Node: move configuration outside of protocol dir 20 April 2023, 15:10:02 UTC
4a6941d SCORU/Node/017: protocol agnostic configuration - SCORU/Node: configuration does not depend on protocol fee parameters - SCORU/Node: check fee parameters allow operations to be propagated - SCORU/Node: move protocol_max_batch_size computation to node context - SCORU/Node: use protocol agnostic rollup address in configuration 20 April 2023, 15:08:48 UTC
d87be4e SCORU/Node/016: protocol agnostic configuration - SCORU/Node: configuration does not depend on protocol fee parameters - SCORU/Node: check fee parameters allow operations to be propagated - SCORU/Node: move protocol_max_batch_size computation to node context - SCORU/Node: use protocol agnostic rollup address in configuration 20 April 2023, 15:08:48 UTC
971a37e SCORU/Node: use protocol agnostic rollup address in configuration 20 April 2023, 15:08:48 UTC
1aca901 SCORU/Node: move protocol_max_batch_size computation to node context 20 April 2023, 15:08:48 UTC
2ce31b5 SCORU/Node: check fee parameters allow operations to be propagated 20 April 2023, 15:08:48 UTC
111f4ef SCORU/Node: configuration does not depend on protocol fee parameters 20 April 2023, 15:08:47 UTC
22515f2 Injector: unboxed tez type 20 April 2023, 15:08:47 UTC
0872b32 SCORU/Node: duplicate smart rollup address definition Protocol specific code must ensure that their address type is compatible with this one. 20 April 2023, 15:08:47 UTC
48f1c9a Manifest: initialize protocol agnostic library for smart rollup node 20 April 2023, 15:08:46 UTC
e0880d8 Tests/Michelson: Fix annotation tests 20 April 2023, 15:02:10 UTC
74a1dba Tests/Michelson: annotated "parameter" forbidden even with --legacy 20 April 2023, 15:02:10 UTC
a47fa01 Proto/Michelson: remove now useless legacy arg on parse_toplevel 20 April 2023, 15:02:10 UTC
5339996 Proto/Michelson: remove legacy support for annotation on parameter The parameter toplevel primitive can, in legacy mode, be annotated by a field annotation which names the root entrypoint. This deprecated feature is not used on mainnet so this commit removes it. 20 April 2023, 15:02:10 UTC
c745fef Proto/Michelson: remove legacy support for annotated options This legacy behaviour has been removed from all affected scripts as part of the Jakarta migration. See for example https://gitlab.com/tezos/tezos/-/merge_requests/3730/diffs#diff-content-f22c010bcd0816d4aae6a8181604b828678e76b4. 20 April 2023, 15:02:10 UTC
bbe085c Merge tezos/tezos!8470: DAL/GS: add some tests for the worker Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8470 20 April 2023, 15:01:04 UTC
2f073f8 DAL/GS: some tests for the worker 20 April 2023, 14:34:06 UTC
20eabd2 DAL/GS/Worker: add function Stream.get_available 20 April 2023, 14:34:06 UTC
6ccffd3 DAL/GS/Worker: use Lwt_stream for module Stream 20 April 2023, 14:34:06 UTC
27c8ca2 DAL/GS/Worker: add pp functions for {p2p; app}_output types 20 April 2023, 14:34:06 UTC
7cd556b Merge tezos/tezos!8497: proto_016/tests: bring back [test_dac_pages_encoding] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8497 20 April 2023, 14:33:11 UTC
82df469 proto_016/tests: bring back [test_dac_pages_encoding] 20 April 2023, 13:57:04 UTC
cdbaee9 Merge tezos/tezos!8128: Scoru,Proto: fail earlier if rollups is disputed Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@gmail.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8128 20 April 2023, 13:56:09 UTC
85037d2 Scoru,Proto: fail earlier if rollup is disputed 20 April 2023, 13:17:33 UTC
c733a64 Merge tezos/tezos!8435: SCORU/Node: keep playing refutation games after error Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8435 20 April 2023, 12:45:09 UTC
b7d5cbf Test: ensure degraded mode of rollup node can play refutation games 20 April 2023, 12:04:20 UTC
5c53a07 SCORU/Node/017: keep playing refutation games after error - SCORU/Node: keep playing refutation games after error - SCORU/Node: Show errors events of refutation workers - SCORU/Node: remove unnecessary inbox reconstruction in proof production 20 April 2023, 12:04:20 UTC
76eb25c SCORU/Node/016: keep playing refutation games after error - SCORU/Node: keep playing refutation games after error - SCORU/Node: Show errors events of refutation workers - SCORU/Node: remove unnecessary inbox reconstruction in proof production 20 April 2023, 12:04:20 UTC
182f2e3 SCORU/Node: remove unnecessary inbox reconstruction in proof production 20 April 2023, 12:04:20 UTC
b260619 SCORU/Node: Show errors events of refutation workers 20 April 2023, 12:04:20 UTC
60944e1 SCORU/Node: keep playing refutation games after error 20 April 2023, 12:04:20 UTC
90b7a6a Merge tezos/tezos!8444: WASM/Debugger: automatically load inputs when step inbox Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> 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/8444 20 April 2023, 12:03:26 UTC
5d6c90d WASM/Debugger: automatically load inputs when step inbox 20 April 2023, 11:27:16 UTC
f76f554 Merge tezos/tezos!8500: Kernel SDK: fix unit, byte ticket encoding Co-authored-by: Emma Turner <emma.turner@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8500 20 April 2023, 11:26:25 UTC
8f900ff Kernel SDK: fix ticket encoding Fix ticket impl for Bytes, Unit & add tests for encoding/decoding 20 April 2023, 10:50:36 UTC
56c4581 Merge tezos/tezos!7373: Proto: rename `source` into `sender` Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7373 20 April 2023, 10:49:43 UTC
5021fec Proto: rename source into sender in internal operations 20 April 2023, 10:15:13 UTC
3f10620 Proto/Michelson: rename the "source" step constant into "sender" This step constant is the one used for the "SENDER" instruction. This renaming is meant to reduce confusion with the "SOURCE" instruction which uses the "payer" step constant instead. 20 April 2023, 10:15:13 UTC
6f47626 Ticket transfer: rename source into sender 20 April 2023, 10:15:13 UTC
25bfddf Proto/Apply: rename source into sender 20 April 2023, 10:15:13 UTC
b58c297 Proto/Doc: avoid refering to contract code as "source code" The source code of a contract usually means a piece of code written in a high-level language (such as SmartPy, Ligo, Archetype, or Lorentz) and compiled to Michelson prior to the origination of the contract. This piece of code is totally unknown to the protocol. A few occurrences of the expression "source code" appear in protocol comments though but they refer to something else: the unparsed contract script. This commit edits these comments to avoid confusion. 20 April 2023, 10:15:13 UTC
b13d7ea Merge tezos/tezos!7389: Add PBT testing of `Merkle_tree.Make_buffered` Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Gauthier <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/7389 20 April 2023, 10:13:35 UTC
1e6fb84 DAC: Add pbt for `Merkle_tree.Make_Buffered` functor 20 April 2023, 08:50:05 UTC
3b10a78 Merge tezos/tezos!8285: Gossipsub/test: PBT on mesh maintenance with too many peers Co-authored-by: Ilias Garnier <ilias.garnier@nomadic-labs.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/8285 20 April 2023, 07:45:15 UTC
f995a38 Gossipsub/test: cleanup pbt 20 April 2023, 07:12:46 UTC
7d9eca0 Gossipsub/test: fix predicate of pbt test 20 April 2023, 07:12:46 UTC
f6a1e91 Gossipsub/test: add test checking mesh maintenance 20 April 2023, 07:12:46 UTC
bc812d4 Gossipsub/test: add [bind_gen] in PBT helpers 20 April 2023, 07:12:46 UTC
back to top