sort by:
Revision Author Date Message Commit Date
aecb273 Merge tezos/tezos!12100: Use the lock file instead of tezos/opam-repository Co-authored-by: Romain Bardou <romain@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/12100 06 March 2024, 17:26:50 UTC
725688a Scripts: improve comment about opam version 06 March 2024, 17:02:33 UTC
4d90ed4 Doc: update how to modify dependencies 06 March 2024, 17:02:33 UTC
de54295 Scripts: make build-deps uses the public opam repository 06 March 2024, 17:02:33 UTC
c27249c Scripts: use the lock file 06 March 2024, 17:02:33 UTC
f3ba279 Scripts: fix typos in comments 06 March 2024, 17:02:33 UTC
eacaa47 Scripts: inline install_build_deps.raw.sh 06 March 2024, 17:02:33 UTC
2f6d322 Merge tezos/tezos!12213: EVM: benchmark modexp precompile Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Steve Sanches <steve.sanches@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12213 06 March 2024, 17:00:43 UTC
fb7af84 EVM: benchmark modexp precompile 06 March 2024, 16:42:05 UTC
484f1bf Merge tezos/tezos!12341: Proto_plugin/RPC: Add is_forbidden RPC for delegates Co-authored-by: Mathias Bourgoin <mathias.bourgoin@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/12341 06 March 2024, 16:41:12 UTC
5fddc2b changes: add new is_forbidden RPC 06 March 2024, 16:17:48 UTC
7d9599c test/adaptive_issuance: check double baker is forbidden right after denunciation 06 March 2024, 16:17:48 UTC
73045e8 Proto_plugin/RPC: Add is_forbidden RPC for delegates 06 March 2024, 16:17:47 UTC
ab781a9 Merge tezos/tezos!12235: DAL: simplify recording of attested slots Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12235 06 March 2024, 16:16:54 UTC
00dfabc Alpha/Tezt: add test for attestation_threshold 06 March 2024, 15:27:26 UTC
15ff2a2 Alpha/DAL: issue #3109 can be closed 06 March 2024, 15:27:26 UTC
7ea009b Alpha/DAL: use map instead of list to record attestations 06 March 2024, 15:27:26 UTC
62b962d Alpha/DAL: record only number of attested shards instead of the exact shards 06 March 2024, 15:27:26 UTC
44d5d96 Merge tezos/tezos!12296: Proto: Add cycle_from_raw to avoid unnecessary computation of level Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12296 06 March 2024, 15:26:37 UTC
aae2313 Alpha/Protocol: Add test for cycle_from_raw 06 March 2024, 15:02:18 UTC
678015d Alpha/Protocol: Use cycle_from_raw to avoid unnecessary computation 06 March 2024, 15:02:18 UTC
6de3da9 Alpha/Level_repr: Add cycle_from_raw function and refactor 06 March 2024, 15:02:18 UTC
6cac7da Merge tezos/tezos!12050: doc: increase visibility of links in documentation Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12050 06 March 2024, 15:01:25 UTC
8ab4347 doc: color links more distinctively 06 March 2024, 14:49:06 UTC
224ea75 Merge tezos/tezos!12311: Kaitai: Remove redundant `.ksy` files Co-authored-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12311 06 March 2024, 14:48:12 UTC
8e2b7e5 Kaitai: Remove redundant `.ksy` files `.ksy` files are now stored inside `contrib/kaitai-struct-files/files`. The files very accidentally commited due to overlapp of !11206 and !11208. 06 March 2024, 14:26:03 UTC
79dfe34 Kaitai: Fix `kaitai_checks` needs dependency list 'kaitai_checks' no longer needs 'oc.build_x86_64-released' dependency. This can be done because the kaitai job compiles the internal fork of codec ('contrib/bin_codec_kaitai'), that also builds octez code. This means that if octez code changes (e.g. modified encodings) this will affect this job and fail if applicable. Meaning there is no need to depend on 'oc.build_x86_64-released' See this thread for motivation: https://gitlab.com/tezos/tezos/-/merge_requests/12311#note_1801677990 06 March 2024, 14:26:03 UTC
91c338a Merge tezos/tezos!12186: baker: move errors to baking_errors Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12186 06 March 2024, 14:25:12 UTC
60c7d9e tezt/tests: fix per_block_votes test 06 March 2024, 14:03:56 UTC
5d0d832 baker/oxford: backport baking_errors changes 06 March 2024, 14:03:56 UTC
6248ad0 baker/parisa: backport baking_errors changes 06 March 2024, 14:03:56 UTC
a273c7e alpha/baker: move per_block_vote_file errors to baking_errors 06 March 2024, 14:03:55 UTC
bfd06cc alpha/baker: move client_baking_blocks error to baking_errors 06 March 2024, 14:03:55 UTC
05c034f alpha/baker: move baking_simulator errors to baking_errors 06 March 2024, 14:03:55 UTC
6f2067d alpha/baker: move baking_state error to baking_errors 06 March 2024, 14:03:55 UTC
7497181 alpha/baker: clean baking_errors 06 March 2024, 14:03:55 UTC
a7234c2 alpha/baker: shadow register_error_kind to add the protocol name in the error id 06 March 2024, 14:03:55 UTC
9401e3e Merge tezos/tezos!12275: EVM/Kernel: move failsafe storage at block production Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12275 06 March 2024, 14:03:05 UTC
08cac8a EVM/Kernel: reboot in case of invalid block The mark for reboot is done at the block caller level. It was previously at the level of block in progress, but we need to trigger a reboot outside of block in progress. 06 March 2024, 13:43:37 UTC
ebe14ea EVM/Kernel: move failsafe storage at block production 06 March 2024, 13:43:36 UTC
03b370e EVM/Kernel: use ticketer from configuration 06 March 2024, 13:43:36 UTC
3ac9f33 Merge tezos/tezos!11706: packages: octez-node - multi distribution / multi arch support Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com> Approved-by: Neo <11726174-neo.nl@users.noreply.gitlab.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11706 06 March 2024, 13:42:45 UTC
c12c954 packages: add arm64 debian packages 06 March 2024, 13:17:26 UTC
50700e8 Merge tezos/tezos!12280: evm/node: add case helper for evm event encoding Co-authored-by: Sylvain Ribstein <sylvain.ribstein@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/12280 06 March 2024, 13:12:04 UTC
1bcc521 evm/node: add case helper for evm event encoding 06 March 2024, 12:54:14 UTC
cd09a6b Merge tezos/tezos!12232: Proto/tests: refactor wait functions Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12232 06 March 2024, 12:53:23 UTC
aca2cfe Proto/tests: improve log scenario 06 March 2024, 12:34:23 UTC
690c1a5 Proto/tests: rename wait_cycle 06 March 2024, 12:34:23 UTC
3b56b42 Proto/tests: remove default constants 06 March 2024, 12:34:23 UTC
ac00a38 Proto/tests: use wait_n_cycles_f Note: some cases couldn't be immediately replaced, because they are more complex, or use loop 06 March 2024, 12:34:23 UTC
a836bc4 Proto/tests: add wait_n_cycles variants 06 March 2024, 12:34:23 UTC
9b9eabd Proto/tests: refactor wait_cycle function 06 March 2024, 12:34:23 UTC
83d289c Merge tezos/tezos!12234: EVM/Eval: [disable-file-logs] feature flag to remove impure side-effects Co-authored-by: Rodi-Can Bozman <rodi.bozman@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: Thomas Pecseli <thomas.pecseli@trili.tech> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12234 06 March 2024, 12:33:39 UTC
0fd3f87 EVM/CI: make the job more efficient by removing impure side effects 06 March 2024, 12:14:09 UTC
07117ea EVM/Eval: prevent file from being created when it's unecessary 06 March 2024, 12:14:09 UTC
95cfb86 EVM/Eval: make logs conditional based on feature flag activation 06 March 2024, 12:14:09 UTC
ad60164 EVM/Eval: introduce and use write_out macro 06 March 2024, 12:14:09 UTC
ec9cad3 Merge tezos/tezos!12331: Stdlib/KVS: provide the number of keys per file via the layout Co-authored-by: iguerNL@Functori <iguer@functori.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/12331 06 March 2024, 11:34:42 UTC
167fb70 Stdlib/KVS: provide the number of keys per file via the layout 06 March 2024, 11:11:12 UTC
99dbf8e Merge tezos/tezos!12161: EVM/CI: Run the Ethereum test-suite in the CI Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Arnaud Bihan <arnaud.bihan@functori.com> Approved-by: Hantang Sun <hantang.sun@trili.tech> 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/12161 06 March 2024, 10:36:36 UTC
6c90e36 EVM/CI: create a job for evm compatibility tests 06 March 2024, 10:13:31 UTC
0a6d7c4 EVM/Eval: update README 06 March 2024, 10:13:30 UTC
2b59134 EVM/Eval: add a CI mode so the tool can also act as a non-regression job 06 March 2024, 10:10:10 UTC
c1669fe Merge tezos/tezos!12233: CI-in-OCaml: add make target for regenerating the config through Docker 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: Romain <romain@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12233 06 March 2024, 06:58:58 UTC
f33fde2 CI-in-OCaml: add make target [docker-all] to regenerate with Docker 06 March 2024, 06:57:00 UTC
9a5763e Merge tezos/tezos!12307: Proto/DAL: always save the list of slots waiting attestation, even empty Co-authored-by: iguerNL@Functori <iguer@functori.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/12307 06 March 2024, 06:56:19 UTC
69da86f Proto/DAL: always save the list of slots waiting attestation, even empty 06 March 2024, 06:34:12 UTC
c23fc41 Merge tezos/tezos!12220: EVM: tick and gas cost of withdrawal Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Steve Sanches <steve.sanches@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12220 05 March 2024, 23:37:12 UTC
b320179 EVM: tick and gas cost of withdrawal 05 March 2024, 23:18:42 UTC
ddd3a74 Merge tezos/tezos!12209: EVM: Update benchmark script for withdrawals Co-authored-by: Thomas Pécseli <thomas.pecseli@trili.tech> Approved-by: Hantang Sun <hantang.sun@trili.tech> Approved-by: Steve Sanches <steve.sanches@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12209 05 March 2024, 22:46:36 UTC
29dc09c EVM: Update benchmark script for withdrawals 05 March 2024, 22:01:51 UTC
6374f4b Merge tezos/tezos!12159: Key value store: adds lwt lockfile Co-authored-by: Guillaume B. <guillaume.bau@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/12159 05 March 2024, 20:27:55 UTC
b5e1fcc Stdlib/Key_value_store: add lockfile 05 March 2024, 19:57:05 UTC
04a255a Lwt_utils_unix: adds `Lock and `Unlink Io_error 's 05 March 2024, 19:57:05 UTC
0cf2440 Merge tezos/tezos!12291: EVM/Bench: Adjust data collection 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/12291 05 March 2024, 19:42:30 UTC
3a4e8b9 EVM/Bench: document/forbid inlining of fct used to count ticks 05 March 2024, 19:19:12 UTC
4d30f98 EVM/bench: even transfer have sputnik ticks 05 March 2024, 19:19:12 UTC
5eed00b EVM: Bench: log tx type 05 March 2024, 19:19:12 UTC
157eb77 EVM: bench: remove fetch 05 March 2024, 19:19:12 UTC
4230f71 EVM: bench: log nb of blueprint chunks 05 March 2024, 19:19:12 UTC
7d4238a Merge tezos/tezos!12208: Proto/tests: Refactor begin_test and init_constants Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Diane Gallois-Wong <diane.galloiswong@gmail.com> Approved-by: Marina Polubelova <marina.polubelova@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12208 05 March 2024, 19:18:26 UTC
f7761b4 Proto/tests: rename any_flag -> branch_flag 05 March 2024, 18:50:44 UTC
c4f54ab Proto/tests/scenario: move init_constants to helpers 05 March 2024, 18:50:44 UTC
9b9a928 Proto/tests: remove autostaking flag from init_constants 05 March 2024, 18:50:44 UTC
b230306 Proto/tests: refactor init_constants 05 March 2024, 18:50:44 UTC
bf6a206 Proto/tests: all the constants (almost) 05 March 2024, 18:50:44 UTC
a70bc77 Proto/tests: make begin_test a (constants, t) scenarios 05 March 2024, 18:50:44 UTC
afb5137 Proto/tests: add helpers for constants setting 05 March 2024, 18:50:44 UTC
bba3437 Proto/tests: separate protocol start and constants definition 05 March 2024, 18:50:44 UTC
3d6d0f2 Proto/tests: create Scenario module For convenience: tests only need ot include one module 05 March 2024, 18:50:44 UTC
1f3c1b6 Proto/tests: move begin_test in a dedicated file 05 March 2024, 18:50:44 UTC
c9bb8e7 Merge tezos/tezos!12230: DAL/node: add the `PATCH /p2p/peers/by-id/<peer_id>` RPC 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> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12230 05 March 2024, 18:50:00 UTC
1c9c23a DAL/Node: Clarify `None` case as input of the PATCH RPC 05 March 2024, 18:27:44 UTC
f1a8efc DAL/Node: rename peer_id into peer For consistency with the rest of the file. 05 March 2024, 18:27:44 UTC
795ac37 DAL/Node: make `PATCH` RPC fail when P2P layer is disabled For consistency with other functions of the module. 05 March 2024, 18:27:44 UTC
37fbde1 DAL/node: add the `PATCH /p2p/peers/by-id/<peer_id>` RPC This is a copy of the implementation of the corresponding RPC of the L1 node patch_peer RPC from P2p_directory (`PATCH /network/peers/<peer_id>`) to Gossipsub. 05 March 2024, 18:27:44 UTC
50dd86d Merge tezos/tezos!12135: RISC-V: Load ELF programs 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: Emma Turner <1623821-emturner@users.noreply.gitlab.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12135 05 March 2024, 18:04:11 UTC
9c9cac9 RISC-V: Load ELF programs 05 March 2024, 17:24:12 UTC
17c18fd Merge tezos/tezos!12314: evm/script: add world_state in init.sh Co-authored-by: Sylvain Ribstein <sylvain.ribstein@nomadic-labs.com> Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/12314 05 March 2024, 17:23:20 UTC
c1113e0 evm/scripts: fix kernel path 05 March 2024, 17:03:41 UTC
back to top