https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
6e3dec6 Tezt/operation: swap run and waiter, so that the test doesn't hang when the injection returns an unexpected error, but immediately fails with that error 14 March 2024, 17:02:06 UTC
a0a9801 Merge tezos/tezos!12478: Gitlab: Add @picdc to the EVM Sequencer template Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12478 14 March 2024, 16:58:41 UTC
b1d5e33 Gitlab: Add @picdc to the EVM Sequencer template 14 March 2024, 16:39:04 UTC
e4a9d62 Merge tezos/tezos!12378: CIAO: before_merging/scheduled, pt 1: scaffolding Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Romain <romain@nomadic-labs.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/12378 14 March 2024, 16:38:10 UTC
521902c CI: rename [oc.docker:rust-toolchain-{other=>scheduled_...}.yml] 14 March 2024, 16:09:21 UTC
d7981d6 CI: inline [job_build_dpkg_amd64] job definitions 14 March 2024, 16:09:21 UTC
e5af1c2 CI: inline [job_trigger] into the [code_verification] pipeline 14 March 2024, 16:09:21 UTC
ecb60bb CI: refine rules for [oc.build:static-x86_64-linux-binaries] The rules for this job on the scheduled pipelines should not be conditioned on [changes:]. 14 March 2024, 16:09:21 UTC
be5eeb4 CI: split and inline the [job_static_x86_64_experimental] job This splits the job in one version that has a dependency on trigger, and one that does not. Furthermore, it inlines the definition of these jobs to the pipeline in which they belong. 14 March 2024, 16:09:21 UTC
9db69c4 CI: remove redundant optional dependency on [job_trigger] This removes the optional dependency on [job_trigger] for jobs that are not in the [before_merging] pipeline. The trigger job is not defined in those pipeline. 14 March 2024, 16:09:21 UTC
f071817 CI: split the [build_arm64] jobs Before, the generated external job had a rule set that combined rules intended for the scheduled pipeline and rules intended for the before_merging pipeline. This commits splits the job into one external file set per pipeline. Furthermore, it inlines the definition of these jobs to the pipeline in which they belong. 14 March 2024, 16:09:21 UTC
7f9c526 CI: Inline [job_docker_rust_toolchain] and rev dependencies 14 March 2024, 16:09:21 UTC
44fe13d CI: Make scheduled job [job_docker_rust_toolchain] run [Always] 14 March 2024, 16:09:21 UTC
22e00ec CI: Delete unused [oc.build:static-arm64-linux-binaries] We still do static arm builds in master_branch and release_tag pipelines, but those pipelines are fully generated. This external version of the jobs is not included by any other file so can be removed. 14 March 2024, 16:09:21 UTC
560b031 Merge tezos/tezos!12198: CI: optimize linkcheck job Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.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/12198 14 March 2024, 16:08:25 UTC
c675f22 doc: sync conditions for doc build and linkcheck 14 March 2024, 15:47:35 UTC
d7168f0 doc: make linkcheck depend on build doc jobs 14 March 2024, 15:47:35 UTC
9822206 Merge tezos/tezos!12363: EVM/Kernel: split stage one inbox content into modes Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12363 14 March 2024, 15:46:42 UTC
1260dcf EVM/Kernel: stage_one: sequencer write inputs in store Also remove SequencerInboxContent, as it is no logner relevant 14 March 2024, 15:28:54 UTC
590a0d5 EVM/Kernel: split inbox modes between sequencer and proxy 14 March 2024, 15:28:54 UTC
ec65bf2 Merge tezos/tezos!12475: Pull docker images from GCP registry instead of AWS or Gitlab Co-authored-by: Neo <11726174-neo.nomadic@users.noreply.gitlab.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/12475 14 March 2024, 15:27:59 UTC
ff0e93b Pull docker images from GCP registry instead of AWS or Gitlab 14 March 2024, 15:27:59 UTC
fd6fdb7 Merge tezos/tezos!12468: Tezt/DAL: print all parameters in Dal_common.make Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12468 14 March 2024, 14:54:46 UTC
fc75a1a Tezt/DAL: print all parameters in Dal_common.make DAL parameters are only valid when some relations between them are satisfied, these are checked in src/lib_crypto_dal/parameters_check.ml. For instance, dividing the default redundancy_factor by some factor F requires to either divide by F page_size or number_of_shards or to multiply by F the slot_size. This commit extends the error message thrown when DAL parameter check fails to display the value of all the parameters so that it is easier to choose which one to change to satisfy the relation. 14 March 2024, 14:33:34 UTC
a4d0238 Merge tezos/tezos!12476: EVM/Kernel: remove a left over log from debugging Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12476 14 March 2024, 14:32:43 UTC
d6fa202 EVM/Kernel: remove a left over log from debugging To please @vch9 14 March 2024, 14:11:37 UTC
6cd69a9 Merge tezos/tezos!12470: DAL/KV store: avoid calling Lwt_bytes.get twice on key_exists Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12470 14 March 2024, 14:10:48 UTC
a17d16d DAL/KV store: avoid calling Lwt_bytes.get twice on key_exists 14 March 2024, 13:50:19 UTC
4b70839 Merge tezos/tezos!12461: Benchmarks/DAL: use Mainnet consensus committee size Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12461 14 March 2024, 13:49:25 UTC
94c8fae Benchmarks/DAL: use Mainnet consensus committee size The DAL committee must be smaller or equal to the consensus committee. In this commit, we force the context used for benchmarking to use the mainnet value of the consensus_committee_size parameter so that benchmarks can be run on the mainnet values of the DAL parameters. 14 March 2024, 13:31:32 UTC
9415560 Merge tezos/tezos!12323: Rollup node: configurable and secure default ACL Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@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/12323 14 March 2024, 13:30:38 UTC
613f02f Rollup node: argument --acl-override <secure|allow-all> 14 March 2024, 13:06:58 UTC
16e14c2 Clic: merge args to avoid args9999 14 March 2024, 13:06:58 UTC
6465c07 Docs: changelog 14 March 2024, 13:06:58 UTC
b269a4d Rollup node: secure default ACL 14 March 2024, 13:06:58 UTC
86a2191 Rollup node: ACL policy in configuration file 14 March 2024, 13:06:58 UTC
7ef18af Merge tezos/tezos!12474: EVM/Exec: split precompile contracts Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Arnaud Bihan <arnaud.bihan@functori.com> Approved-by: Antoine Lanco <antoine.lanco@functori.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Steve Sanches <steve.sanches@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12474 14 March 2024, 13:06:09 UTC
6d86094 EVM/Exec: split precompile tests and introduce a test helper module 14 March 2024, 12:47:33 UTC
1d4b112 EVM/Exec: cleanup precompiles::mod 14 March 2024, 12:47:33 UTC
d4a779f EVM/Exec: move withdrawal precompile contract to its own file 14 March 2024, 12:47:33 UTC
47d8d8a EVM/Exec: move identity precompile contract to its own file 14 March 2024, 12:47:33 UTC
b52eeec EVM/Exec: move ecdsa recover precompile contract to its own file 14 March 2024, 12:47:32 UTC
7bdf3f1 EVM/Exec: move hash precompiled contract into its own dedicated file 14 March 2024, 12:47:32 UTC
1899be3 EVM/Exec: move blake2 related functions into its own crate 14 March 2024, 12:47:32 UTC
3bb943a EVM/Exec: rename zk precompiled ro zero knowledge 14 March 2024, 12:47:32 UTC
854cc95 EVM/Exec: move already splitted precompiled contract into own directory 14 March 2024, 12:47:32 UTC
9794a3e Merge tezos/tezos!12318: EVM: Bench: fix scenarios Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev> 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/12318 14 March 2024, 12:46:40 UTC
0bd87aa EVM/Bench: log exit reason and fix reboot counting 14 March 2024, 12:25:51 UTC
357bdda EVM/Bench: exclude bench calldataload 14 March 2024, 12:25:51 UTC
156dc0f EVM/Bench: fix bench erc1155 gas limit 14 March 2024, 12:25:51 UTC
266437b Merge tezos/tezos!12426: Baker: remove legacy nonce cleaning message Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12426 14 March 2024, 12:25:04 UTC
45f7a99 Baker: remove legacy nonce cleaning message 14 March 2024, 12:03:42 UTC
88c7659 Merge tezos/tezos!12407: External validator: message handling outside of main loop Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12407 14 March 2024, 12:02:55 UTC
91be82b External validator: message handling outside of main loop Fixes #5177 14 March 2024, 11:43:29 UTC
bb16fd4 External validator: GADT for requests 14 March 2024, 11:43:28 UTC
e5306be Merge tezos/tezos!11690: fix: add -fPIC to build libblst Co-authored-by: Richard Ayotte <rich@ayottesoftware.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.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/11690 14 March 2024, 11:42:43 UTC
75844a7 fix: add -fPIC to build libblst 14 March 2024, 11:21:25 UTC
70fc335 Merge tezos/tezos!12385: RISC-V: Handle requested exceptions Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12385 14 March 2024, 11:20:33 UTC
6abd82e RISC-V: Handle requested exceptions 14 March 2024, 11:01:35 UTC
aedad13 Merge tezos/tezos!12403: Version: Introduce product Etherlink Co-authored-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12403 14 March 2024, 11:00:42 UTC
c2afba3 Version: Introduce octez-version.print 14 March 2024, 10:25:39 UTC
0a3497e Version: Add version_string function 14 March 2024, 10:25:39 UTC
87e8b0c Test: Fix Octez release tests 14 March 2024, 10:25:39 UTC
1ebfe74 Version, Tests: Remove Alcotezt 14 March 2024, 10:25:39 UTC
99f2230 Tests: Add parser test for Etherlink product 14 March 2024, 10:25:39 UTC
68a449e Version: Add Etherlink_print_version.ml 14 March 2024, 10:25:39 UTC
6a5c4e6 Version: Move to_json to version.ml 14 March 2024, 10:25:39 UTC
af412fd Etherlink: Use etherlink_version 14 March 2024, 10:25:39 UTC
f842ef1 Version: Introduce etherlink version values 14 March 2024, 10:25:39 UTC
fb2d9e2 Version: Add Etherlink product 14 March 2024, 10:25:39 UTC
b38b90f Merge tezos/tezos!12435: Proto/parameters: set consensus_rights_delay to 2 in tests too Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12435 14 March 2024, 10:24:19 UTC
c26dce6 Proto/test/unit: revert to old value in test_consensus_key 14 March 2024, 10:03:27 UTC
3e21ec2 Proto/parameters: set consensus_rights_delay to 2 in tests too This matches its value on mainnet 14 March 2024, 10:03:27 UTC
2af6a4a Merge tezos/tezos!12356: EVM/Kernel: split stage one parsing in two modes Co-authored-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12356 14 March 2024, 10:02:35 UTC
572a80c EVM/Kernel: add tests for stage one 14 March 2024, 09:39:20 UTC
2fd0f21 EVM/Kernel: stage one: streamline the usage of sequencer or not 14 March 2024, 09:39:20 UTC
3ff862b EVM/Kernel: split Sequencer inputs in their own enum 14 March 2024, 09:39:20 UTC
2546314 EVM/Kernel: move ProxyInput into their own enum 14 March 2024, 09:39:20 UTC
9fd7c6c EVM/Kernel: introduce InputHandler 14 March 2024, 09:39:20 UTC
0d3d786 EVM/Kernel: introduce `Parsable` trait 14 March 2024, 09:39:20 UTC
b1f4942 EVM/Kernel: split inbox reading into sequencer and proxy mode 14 March 2024, 09:39:20 UTC
cdd6612 Merge tezos/tezos!12433: RISC-V: Add test rv64si-p-csr Co-authored-by: Felix Puscasu <felix.puscasu@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12433 14 March 2024, 09:38:34 UTC
9c66cb7 RISC-V: Add test rv64-si-p-csr 14 March 2024, 09:19:27 UTC
04723ed Merge tezos/tezos!12455: Baker: ensure orphaned nonces do not fail missing fields fill Co-authored-by: Ryan Tan <ryan.tan@trili.tech> Approved-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12455 14 March 2024, 09:18:36 UTC
ea4f1ce baker: handle orphan case in outdated 14 March 2024, 08:58:01 UTC
ee8f11d baker: ensure orphaned nonces do not fail missing fields fill 14 March 2024, 08:58:01 UTC
eb72b4e Merge tezos/tezos!12421: EVM Node: Rework [Store] to take advantage of SQL transactions Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12421 14 March 2024, 08:56:35 UTC
86d0b82 EVM Node: Rework [Store] to take advantage of SQL transactions 13 March 2024, 18:11:16 UTC
67ad028 Merge tezos/tezos!12156: Baking_nonces: Add metadata to nonces file Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12156 13 March 2024, 17:34:19 UTC
03cc212 Proto: Remove monad from get_outdated_nonces 13 March 2024, 17:11:19 UTC
f3b3e46 Proto: Change representation of nonces events to contain Raw_level 13 March 2024, 17:11:19 UTC
73865b1 Alpha/Paris: backport 13 March 2024, 17:11:19 UTC
a894728 Alpha/Oxford: backport 13 March 2024, 17:11:19 UTC
aab2407 Baking_nonces: Add round field to nonces map 13 March 2024, 17:11:19 UTC
00f34e5 Baking_nonces: Remove use of get_block_level_opt 13 March 2024, 17:11:19 UTC
c3e06cc Baking_nonces: Remove use of is_older_than_consensus_rights_delay 13 March 2024, 17:11:19 UTC
45bfe8b Baking_nonces: Propagate current_cycle to get_outdated_nonces 13 March 2024, 17:11:19 UTC
df717c4 Baking_nonces: Move computation of current_cycle outside unrevealed function 13 March 2024, 17:11:19 UTC
d756721 Baking_nonces: Add level field to nonces map 13 March 2024, 17:11:19 UTC
24741a6 Merge tezos/tezos!12434: pre-commit hook: ignore cram-test files (significant trailspace) Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12434 13 March 2024, 17:07:16 UTC
back to top