sort by:
Revision Author Date Message Commit Date
f773bc0 EVM/Kernel: only accept external txs on proxy mode 02 February 2024, 14:33:07 UTC
25ddb4f EVM/Tezt: add test for external transaction in sequencer mode 02 February 2024, 14:33:07 UTC
838169a EVM/Tezt: move kernel input path and reader to helper 02 February 2024, 14:33:07 UTC
d5bc2d9 EVM/Tezt: move RPCs to common module eth_sendRawTransaction and eth_getTransactionReceipt 02 February 2024, 14:33:07 UTC
5498a70 Merge tezos/tezos!11746: EVM/Exec: 'ecAdd', 'ecMul', 'ecPairing' precompiled contracts Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11746 02 February 2024, 14:32:20 UTC
bdfa76b EVM/Log: add an entry in the new features 02 February 2024, 14:15:05 UTC
69ce10f EVM/Exec: add unit tests for all zk-precompiled contracts 02 February 2024, 14:15:04 UTC
a4602e6 EVM/Exec: enable all zk-precompiled contracts 02 February 2024, 14:15:04 UTC
97d03f2 EVM/Exec: implement gas calculation for all zk-precompiled contracts 02 February 2024, 14:15:04 UTC
855dcce EVM/Exec: add function to split gas consumption from precompile execution 02 February 2024, 14:15:04 UTC
81853b4 EVM/Exec: add implementation of all zk-precompiled contracts (ecAdd,ecMul,ecPairing) 02 February 2024, 14:15:04 UTC
4d715a5 Merge tezos/tezos!11790: EVM/Sequencer: loads index once Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11790 02 February 2024, 14:14:14 UTC
68f0902 EVM/Sequencer: loads index once 02 February 2024, 13:55:20 UTC
2b63cac Merge tezos/tezos!11786: EVM/Eval: skip EIP-2930 tests (optional access lists) Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Arnaud Bihan <arnaud.bihan@functori.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11786 02 February 2024, 13:54:29 UTC
8adfe90 EVM/Eval: skip EIP-2930 tests (optional access lists) 02 February 2024, 13:34:32 UTC
776d1a0 Merge tezos/tezos!11633: Use Manifezt in the CI Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11633 02 February 2024, 13:33:35 UTC
b127405 CI: fix selected_tezts.tsv 02 February 2024, 13:12:49 UTC
2a5f593 CI: label ci--run-all-tezts to disable Manifezt 02 February 2024, 13:12:49 UTC
7a564b1 CI: Tezt jobs use the result of select_tezts 02 February 2024, 13:12:49 UTC
e9fef36 CI: add new job select_tezts 02 February 2024, 13:12:49 UTC
666bcd3 Merge tezos/tezos!11685: Split SRS in DAL Co-authored-by: Anne-Laure <al.schmitt@protonmail.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11685 02 February 2024, 13:11:28 UTC
8bdfe8e Dal: make the rest of the code compile 02 February 2024, 12:49:59 UTC
f4452b2 Crypto_Dal/Cryptobox: fix ensure validity 02 February 2024, 12:49:59 UTC
cf2f8e8 Crypto_Dal/Cryptobox: set type initialisation_parameters to Srs_g1.t 02 February 2024, 12:49:58 UTC
ab22cc3 Crypto_Dal/Srs_verifier: add a test SRS handling module 02 February 2024, 12:49:58 UTC
9acb902 Crypto_dal/Cryptobox: move some functions in a new file 02 February 2024, 12:49:58 UTC
0c0f291 Crypto_dal/Cryptobox: change some names 02 February 2024, 12:49:58 UTC
700a1bb Bls12-381_polynomial/Srs: expose `of_array` 02 February 2024, 12:49:58 UTC
6dd58c8 Merge tezos/tezos!11707: CI: refactoring: always build static arm64 binaries in master_branch pipeline Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11707 02 February 2024, 12:49:03 UTC
564b6cd CI: [master_branch] always run oc.build:static-arm64-linux-binaries 02 February 2024, 12:26:08 UTC
9496153 CI: move .oc.build:static-x86_64-linux-binaries to common.yml 02 February 2024, 12:26:08 UTC
f871c9a Merge tezos/tezos!11791: EVM Node: Introduce [apply_and_publish_blueprint] Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11791 02 February 2024, 11:24:27 UTC
bd937e9 EVM Node: Introduce [apply_and_publish_blueprint] This way, we can keep [apply_blueprint] general-purpose, and will work with the observer node as well. 02 February 2024, 11:02:39 UTC
5cfb269 Merge tezos/tezos!11782: DAL: Flag DAL tests owned by the Tezos2 unit Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11782 02 February 2024, 11:01:46 UTC
5323567 Tezt/DAL: Add a missing DAL tag 02 February 2024, 10:25:32 UTC
4ffcd38 Tezt/DAL: Flag DAL tests owned by the tezos2 unit 02 February 2024, 10:25:32 UTC
07840e6 Tezt/DAL: Flag manual tests owned by the tezos2 unit 02 February 2024, 10:25:32 UTC
334e605 Tezt/DAL: Flag testnet tests owned by the Tezos2 unit 02 February 2024, 10:25:32 UTC
0d5c92a Merge tezos/tezos!11762: Proto/Dal: define the content of the new skip list's cells Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11762 02 February 2024, 10:24:45 UTC
a7c5eb5 Proto/Dal: adapt `next` & `search` wrappers to new skip list content 02 February 2024, 10:04:16 UTC
7c2d2b5 Proto/Dal: define the new content of skip list cells 02 February 2024, 10:04:16 UTC
e69a89a Proto/Dal: remove unsued modules related to Merkle trees 02 February 2024, 10:04:16 UTC
f128af9 Merge tezos/tezos!11734: DAL/Crypto: Refactorisation to faclitate integration of verifier SRS Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11734 02 February 2024, 10:03:30 UTC
8e624f3 DAL/Crypto: Refactorisation to faclitate integration of verifier SRS 02 February 2024, 09:42:10 UTC
5422c05 Merge tezos/tezos!11793: CODEOWNERS: update Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11793 02 February 2024, 09:02:31 UTC
f6e3cac CODEOWNERS: update Removes the users @camlspotter, @igarnier, @paracetamolo, @pirbo, @smondet, @ilya.peresadin and @hhugo1 who are no longer working on [tezos/tezos]. 02 February 2024, 09:01:04 UTC
ea86356 Merge tezos/tezos!11730: CI: another set of refactorings Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11730 02 February 2024, 09:00:17 UTC
75936e3 CI: refactor, remove superfluous need from [oc.unified_coverage] This job is listed twice. 02 February 2024, 08:30:28 UTC
391714f CI: refactor, extract [changes:] from [oc.unified_coverage] and align The intent of the rule on the [unified_coverage] is to run it when any of its dependencies run, namely tezt and unit jobs. The latter jobs have the [.rules__octez_changes] template. However, the [changes:] list of [unified_coverage] does not align. We need to add an extra condition to stop marge-bot from running this job. For this reason we need to create a new template. 02 February 2024, 08:30:28 UTC
61c95e6 CI: refactor, specify [when:] in [test_kernels] and simpler [cache:] [when: on_success] is the default, but we usually write it out. Since there is only one [cache:], we use the simple form. 02 February 2024, 08:30:27 UTC
f8069b3 CI: refactor, remove superfluous [dependencies:] in [test_kernels] This setting is already inherited from [.default_settings_template]. 02 February 2024, 08:30:27 UTC
23abed0 CI: refactor, remove job [tezt:build-long] subsumed by [ocaml-check] [tezt:build-long] runs [dune build @tezt/long_tests/check] where as [ocaml-check] runs [dune build @check] which includes the former. 02 February 2024, 08:30:27 UTC
c0f77b3 CI: refactor, move [documentation:build_all] to [doc] stage This makes sense base on the fact that it is stored in the folder [.gitlab/jobs/doc]. It might have been put in the [build] stage at some point for ordering reasons, but they no longer apply since the job has [needs: [trigger]]. 02 February 2024, 08:30:26 UTC
0f1e71f CI: refactor, add stage [test] explicitly to [tezt:static-binaries] 02 February 2024, 08:30:26 UTC
d54d520 CI: refactor, print Tezt variables more consistently In addition, this format allows easier copy-pasting to a terminal for recreating the execution. 02 February 2024, 08:30:25 UTC
7f107be Merge tezos/tezos!11538: doc: Tezos-wide info now moved to global doc Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11538 02 February 2024, 08:06:18 UTC
db5db69 doc: replace global/timelock.rst by external links 02 February 2024, 07:46:13 UTC
6d18918 doc: replace global/test_networks.rst by external links 02 February 2024, 07:46:13 UTC
63cfe4a doc: replace global/architecture.rst by external links 02 February 2024, 07:46:13 UTC
98ba706 doc: replace global/support.rst by external links 02 February 2024, 07:46:13 UTC
6a976ba doc: replace global/community.rst by external links 02 February 2024, 07:46:12 UTC
31f035f Merge tezos/tezos!11795: Speedup mockup client tests Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> 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/11795 01 February 2024, 19:35:08 UTC
879ec31 Test/Mockup: reduce the number of multiple baking iterations 01 February 2024, 19:14:54 UTC
76569b2 Test/Mockup: mark /describe tests as slow 01 February 2024, 19:14:54 UTC
f6335a5 Merge tezos/tezos!11603: CI: refactor, again Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.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/11603 01 February 2024, 18:14:42 UTC
c3f95b4 CI: refactor, document and apply policy on time intervals 01 February 2024, 17:40:35 UTC
ef027dd CI: refactor, split [oc.script.yml] 01 February 2024, 17:40:35 UTC
b61759a CI: refactor, re-order jobs in [oc.unit] to group ocaml unit tests 01 February 2024, 17:40:35 UTC
5cc3a35 CI: turn off [allow_failure] for [misc_opam_checks] Closes #6604. The ocamlfind issue was resolved long ago. 01 February 2024, 17:40:35 UTC
bbcc719 CI: refactor [kaitai_e2e_checks], add stage Although [test] is the default stage in GitLab CI, we usually make this explicit. 01 February 2024, 17:40:35 UTC
ac5b8b6 CI: refactor, split [jobs/test/misc_checks.yml] into separate files 01 February 2024, 17:40:35 UTC
3e8ffca CI: refactor, simplify label regexp Comma ',' is not a special character in Re2 regexps and do not need quoting. 01 February 2024, 17:40:35 UTC
1986a26 CI: refactor, remove [build_get_contracts] subsumed by [ocaml-check] [build_get_contracts] runs [dune build devtools/get_contracts/@check] where as [ocaml-check] runs [dune build @check] which includes the former. 01 February 2024, 17:40:35 UTC
39cc6b1 CI: refactor, remove unused variables and artifacts from [ocaml-check] 01 February 2024, 17:40:35 UTC
ab83106 Merge tezos/tezos!11792: Introduce 'slow' tezt tag Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11792 01 February 2024, 16:43:31 UTC
60de8fc Tests/Dal: tag mainnet dal tests as slow 01 February 2024, 16:18:05 UTC
512b57b Tests/Tezt: introduce slow CI tag 01 February 2024, 16:18:05 UTC
017bf6a Merge tezos/tezos!11788: Fix flaky external validator initialization Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11788 01 February 2024, 16:17:12 UTC
f8d7d57 Shell: stop the node if the external validator fails to initialize 01 February 2024, 15:54:11 UTC
1e046dc Shell: move the validator init event so it doesn't lie 01 February 2024, 15:54:11 UTC
f9e9b5a Shell: make validator retry when failing to connect to the node 01 February 2024, 15:54:11 UTC
6c58114 Merge tezos/tezos!11655: Etherlink: Scenario 3 - ERC-1967 Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11655 01 February 2024, 15:52:50 UTC
3b53d88 Etherlink: doc: scenario 3 (ERC-1967) 01 February 2024, 14:47:58 UTC
4e9e761 Merge tezos/tezos!11789: TESTOWNERS: Add ownership for DAL Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11789 01 February 2024, 13:52:34 UTC
bc707da TESTOWNERS: Add ownership for DAL 01 February 2024, 13:31:25 UTC
2129f2b Merge tezos/tezos!11658: EVM: contracts that SELFDESTRUCT deleted at end of transaction Co-authored-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11658 01 February 2024, 11:44:33 UTC
946b1d2 update CHANGES_KERNEL.md 01 February 2024, 11:21:07 UTC
19da57b EVM: contracts that SELFDESTRUCT deleted at end of transaction 01 February 2024, 11:21:07 UTC
8249f95 Merge tezos/tezos!11766: Disable slow (alco)tezt tests in the CI Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> 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/11766 01 February 2024, 11:20:22 UTC
f47c8e4 CI: make slow tests run in the scheduled pipeline 01 February 2024, 10:57:03 UTC
384dff4 CI: disable slow (alco)tezt tests 01 February 2024, 10:57:03 UTC
e8dc7b3 CI: refactor common template 01 February 2024, 10:57:03 UTC
8f40030 Merge tezos/tezos!11455: add ocamlformat, shfmt and shellcheck to pre-commit configuration file Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11455 01 February 2024, 10:09:25 UTC
883fefe linting: add --format-scripts argument to lint.sh 01 February 2024, 10:03:50 UTC
feaed43 pre-commit: add ocamlformat and shellcheck hooks 01 February 2024, 10:03:50 UTC
5ded706 Merge tezos/tezos!11753: Client: optional --safety-guard argument Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Max <maxime.levillain@functori.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11753 01 February 2024, 09:31:01 UTC
aec86dc Doc: Changelog for --safety-guard 01 February 2024, 09:07:47 UTC
76ba286 Test: safety guard client command argument 01 February 2024, 09:07:47 UTC
a2bb16b Client/Nairobi: backport --safety-guard - Client/Nairobi: optional safety guard argument for injection - Client/Nairobi: safety guard argument for manager operations - Client/Commands/Nairobi: option --safety-guard 01 February 2024, 09:07:47 UTC
c0f9149 Client/Oxford: backport --safety-guard - Client/Oxford: optional safety guard argument for injection - Client/Oxford: safety guard argument for manager operations - Client/Commands/Oxford: option --safety-guard 01 February 2024, 09:07:47 UTC
back to top