https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
37740e9 Dal/Scoru: fix the way `ancestor_hash` works around origination_level The function should not return `None` for blocks/DAL slots published before a scoru's origination level. Otherwise, some invariants about how Dal skip list is initialized in the node's store is broken. 02 November 2022, 12:44:11 UTC
f371ef7 Merge tezos/tezos!6479: py2ml: replace `test_contract_input_input` from `test_contract_opcodes.py` with tezt Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6479 01 November 2022, 10:21:47 UTC
a0fcedc Tezt/contract_opcodes: replace pytest with tezt traces for Alpha 01 November 2022, 10:01:01 UTC
255cf41 Tezt/contract_opcodes: replace pytest with tezt traces for Lima 01 November 2022, 10:01:00 UTC
caf9b04 Tezt/contract_opcodes: replace pytest with tezt traces for Kathmandu 01 November 2022, 10:01:00 UTC
1ad89f2 Tezt: replace [test_contract_input_output] in [contract_opcodes.ml] 01 November 2022, 10:01:00 UTC
b6c1a0f Tezt/Client: add [--level] to [Client.run_script] 01 November 2022, 10:00:59 UTC
c0fe6aa Tezt: parameterize [Tezos_regression.hooks] 01 November 2022, 10:00:59 UTC
336502c Tezt/Client: add [protocol_hash] to [Client.(spawn_)run_script] 01 November 2022, 10:00:58 UTC
eb2ecea Tezt/Client: handle multi-line final storage in [Client.run_script] 01 November 2022, 10:00:58 UTC
b9c4074 Tezt: add [Base.span] 01 November 2022, 10:00:58 UTC
73b315b Tezt/Client: add [--trace-stack] to [Client.run_script] 01 November 2022, 10:00:57 UTC
e1779de Tezt/Client: add [--no-base-dir-warnings] to [Client.run_script] 01 November 2022, 10:00:57 UTC
d882ab7 Tezt/Tests: fix rollup regressions to include [--no-base-dir-warnings] 01 November 2022, 10:00:57 UTC
2cb5e7e Client: add global option [--no-base-dir-warnings] This can be used to disable warnings about missing client data directories as emitted by e.g. [--mode mockup]. 01 November 2022, 08:33:58 UTC
9ede5a3 Tests/Python: test_contract_opcodes: delete duplicate big_map_mem_nat 01 November 2022, 08:32:36 UTC
afb9bd0 Tests/Python: test_contract_opcodes: fix get_and_update_map test 01 November 2022, 08:32:35 UTC
475afa1 Tests/Python: add missing slice_bytes.tz cases 01 November 2022, 08:32:35 UTC
f79fdad Tests/Python: fix parameter order in [test_contract_opcodes] 01 November 2022, 08:32:35 UTC
9ed88d3 Merge tezos/tezos!6740: Doc: Update Alpha changelog Co-authored-by: Zettez <1766551-zettez@users.noreply.gitlab.com> Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6740 31 October 2022, 18:21:11 UTC
d4da729 Doc: Update Alpha changelog 31 October 2022, 18:21:10 UTC
ef92048 Merge tezos/tezos!6394: Migrate tests for normalize command from pytest to tezt Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6394 31 October 2022, 16:59:13 UTC
5fa45e3 Tezt: Migrate tests for normalize type 31 October 2022, 16:36:03 UTC
3bba4da Tezt/Client: Add normalize type command 31 October 2022, 16:36:03 UTC
f880961 Pytest: Remove TestNormalize 31 October 2022, 16:36:03 UTC
0161417 Tezt: Migrate normalize command tests from pytest 31 October 2022, 16:36:03 UTC
ceb8e3c Tezt: Remove normalize.ml This test doesn't test additional value from what we have in test_contract.TestNormalize. This is because: - The cases are covered in test_contract.TestNormalize. - It tests vanilla/mockup/proxy nodes, but normalization result doesn't change based on the node's setup. We will remove it and migrate test_contract.TestNormalize to Tezt. 31 October 2022, 16:36:03 UTC
689f2af Tezt/Client: Add ?hooks arg to normalize functions Preparation for adding regression traces in future commits. 31 October 2022, 16:36:03 UTC
ed74234 Merge tezos/tezos!6684: Migrate gas bound from pytest to tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: YunYan <jaiyalas@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6684 31 October 2022, 15:27:00 UTC
d38f486 Michelson/Python: remove gas bound tests 31 October 2022, 12:38:40 UTC
5c91277 Michelson/Tezt: add gas bound tests 31 October 2022, 12:38:39 UTC
ad47936 Merge tezos/tezos!6604: Py2ml: top level order Co-authored-by: lin <linoshitani@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: YunYan <jaiyalas@gmail.com> Approved-by: lykimquyen <1718826-lykimquyen@users.noreply.gitlab.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6604 31 October 2022, 11:29:26 UTC
470ca00 Tezt: Fix copyright for tests migrated by Marigold The original pytests for these migrated tests were written by Nomadic Labs. We should retain the copyright to reflect this. 31 October 2022, 10:29:09 UTC
6f9e344 Pytest: Remove TestOrderInTopLevelDoesNotMatter 31 October 2022, 10:29:09 UTC
bec93ee Tezt: Add order_in_top_level.ml 31 October 2022, 10:29:09 UTC
48b4005 Merge tezos/tezos!6614: Migrate `TestComparables` from pytest to tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6614 31 October 2022, 10:26:31 UTC
35e9cbd Michelson/Python: remove test comparable 31 October 2022, 01:51:25 UTC
a7fc2f6 Michelson/Tezt: add test comparable 31 October 2022, 01:51:21 UTC
444bbb7 Merge tezos/tezos!5905: [DAL]: New selection for the DAL committee Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5905 29 October 2022, 14:11:01 UTC
10b3c09 Tezt/DAL: Add a script to get the committee at a particular level 29 October 2022, 13:43:36 UTC
bbd7d8f Protocol/DAL: Add service to get committee at a particular level 29 October 2022, 13:43:36 UTC
af0c207 Protocol/DAL: Rework the committee drawing 29 October 2022, 13:43:35 UTC
cf50546 Merge tezos/tezos!6627: Migrate `TestScriptHashOrigination` from python to tezt Co-authored-by: lykimq <lykimq@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: YunYan <jaiyalas@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6627 28 October 2022, 16:58:51 UTC
40333c8 Michelson/Python: regression output because add the dummy_contract.tz 28 October 2022, 16:02:03 UTC
5f79fe5 Michelson/Python: remove hash origination test 28 October 2022, 16:02:03 UTC
d5f2eba Michelson/Tezt: add hash origination test 28 October 2022, 16:02:03 UTC
4b77047 Merge tezos/tezos!6728: Provide Bitset.fill to set all the bits of a bitset to 1 Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@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/6728 28 October 2022, 15:11:47 UTC
897638b Tests: add pbt tests for Bitset.fill 28 October 2022, 14:43:57 UTC
777a1b1 Tests: refactor Bitset pbt tests 28 October 2022, 14:43:57 UTC
f926126 Proto: Provide Bitset.fill to set all the bits of a bitset to 1 28 October 2022, 14:43:57 UTC
47cf5f5 Merge tezos/tezos!6702: Remove explicit rollups subscription to Dal slots via L1 Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6702 28 October 2022, 14:24:18 UTC
8357b2f Proto: remove unused 'subscribe' errors from dal_errors_repr 28 October 2022, 14:04:22 UTC
293c0a8 Proto: remove ununsed (subscribe) maps from storage. 28 October 2022, 14:04:22 UTC
5cecf3b Proto: remove Sc_rollup_dal_slot_subscribe operation 28 October 2022, 14:04:22 UTC
bb21fc2 Client: remove Dal slot subscribe command/function 28 October 2022, 14:04:22 UTC
70e9330 Proto/Plugin: remove Dal slots subscription RPCs 28 October 2022, 14:04:22 UTC
5df41aa Tests: remove unit tests related to Dal slots subscription 28 October 2022, 14:04:22 UTC
97b1ee8 Dal/Scoru node: ignore subscription when downloading confirmed slots 28 October 2022, 14:04:22 UTC
b25d9e4 Merge tezos/tezos!6683: Dal: check pages contents' length in verify/produce proof Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rbozman.functori@gmail.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6683 28 October 2022, 12:57:20 UTC
1eb87e4 Tests: add two DAL proofs tests with too short/long page data 28 October 2022, 11:23:53 UTC
e4abd98 Proto/Dal: generalize Dal_helpers.failing_check_produce_result's error 28 October 2022, 11:23:53 UTC
2b18825 Proto/Dal: check the page content's size in check_page_proof 28 October 2022, 11:23:53 UTC
8b17a01 Merge tezos/tezos!6730: lib_base: use atomic writes for CLI's wallets files Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6730 28 October 2022, 10:51:35 UTC
017aa25 lib_base: use a atomic write for wallets files 28 October 2022, 10:17:40 UTC
2b18719 Merge tezos/tezos!6725: Scoru,Test: uniform test names Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6725 27 October 2022, 15:19:41 UTC
ede4df6 Scoru,Test: uniform test names 27 October 2022, 14:55:38 UTC
76863ea Merge tezos/tezos!6721: Tests/Python: remove accidentally reintroduced [tests_015/test_rpc.py] Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6721 27 October 2022, 14:54:56 UTC
74362ca Tests/Python: remove accidentally reintroduced [tests_015/test_rpc.py] This test was removed by !6407 but has been accidentally reintroduced. 27 October 2022, 14:05:05 UTC
0224664 Merge tezos/tezos!6648: Proto: manager counter Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6648 27 October 2022, 14:04:21 UTC
ba7f21d Proto/Manager_counter: make it abstract 27 October 2022, 13:35:39 UTC
f0a6759 Proto/Manager_counter: add Internal_for_injection.of_string 27 October 2022, 13:35:39 UTC
1bb77de Proto/Manager_counter: add Internal_for_tests.to_int 27 October 2022, 13:35:39 UTC
3845a87 Proto/Manager_counter: add Internal_for_tests.add 27 October 2022, 13:35:39 UTC
bb212fd Proto/Tests/Generators: generator for Manager_counter 27 October 2022, 13:35:39 UTC
f3cc1a8 Proto/Manager_counter: add Internal_for_tests.of_int 27 October 2022, 13:35:39 UTC
40fd413 Proto/Manager_counter: add encoding for errors 27 October 2022, 13:35:39 UTC
727d6b1 Proto/Manager_counter: add encoding for operation 27 October 2022, 13:35:39 UTC
ddf0937 Proto/Manager_coutner: add encoding for RPCs 27 October 2022, 13:35:39 UTC
c22f216 Proto: use Manager_counter in Storage 27 October 2022, 13:35:38 UTC
d4df92d Proto/Manager_counter: add pp 27 October 2022, 13:35:38 UTC
0b62912 Proto/Manager_counter: add comparison 27 October 2022, 13:35:38 UTC
931f574 Proto/Manager_counter: add succ 27 October 2022, 13:35:38 UTC
6da30b1 Proto/Manager_counter: add init 27 October 2022, 13:35:38 UTC
d784491 Proto: use Manager_counter.t rather than Z.t 27 October 2022, 13:35:38 UTC
87ebcbf Proto: remove counter type alias 27 October 2022, 13:35:38 UTC
c3b0877 Proto: move manager counter to its own module 27 October 2022, 13:35:38 UTC
41d68dd Merge tezos/tezos!6715: Tests/Python: ignore unknown regression files Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6715 27 October 2022, 13:34:52 UTC
f10a8aa Tests/Python: ignore unknown regression files by default 27 October 2022, 13:10:10 UTC
a09ff71 Merge tezos/tezos!6714: Tests/Python: add `entrypoints` Michelson script directory to `all_contracts` Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6714 27 October 2022, 13:09:24 UTC
0274c93 Tests/Python: add entrypoint script regression traces 27 October 2022, 12:37:57 UTC
766f4cc Tests/Python: add entrypoints to set of script directories 27 October 2022, 12:37:57 UTC
0c27a37 Merge tezos/tezos!6639: Codec: add `dump encoding <id>` command Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6639 27 October 2022, 11:23:47 UTC
6e7e908 Codec: improve documentation strings 27 October 2022, 10:29:52 UTC
d33aeed CHANGES: mention Codec feature 27 October 2022, 10:29:52 UTC
52215ea Codec: add `dump encoding <id>` command 27 October 2022, 10:29:52 UTC
570ffc7 Merge tezos/tezos!6710: SCORU: WASM: Misc test improvements Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: corneliuhoffman <corneliuhoffman@gmail.com> Approved-by: Ovidiu Deac <ovidiu@pointfree.ro> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6710 27 October 2022, 10:28:40 UTC
af98281 SCORU: WASM: Misc improvements 27 October 2022, 10:04:41 UTC
81283b8 Merge tezos/tezos!6673: Tezt: add ?timeout to Process.terminate, defaulting to 30s for Octez daemons Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Killian Delarue <killian@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6673 27 October 2022, 09:29:55 UTC
e28b048 Tezt: add license and comment to bin_catch_sigterm 27 October 2022, 09:03:18 UTC
a8ad033 Tezt: Process.clean_up uses ~timeout:60 27 October 2022, 09:03:18 UTC
back to top