swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
1968ec8 SCORU/Node: fix bug in exponential back-off for reconnection This fixes an issue occurring in the scenario: - The L1 node is down for 1 hour - The L1 node is back up for a bit - The L1 node is down for a few seconds The second time, the rollup node would have waited ~1h to reconnect. 04 July 2023, 13:20:44 UTC
0eaebb7 Merge tezos/tezos!9326: p2p: Set cloexec to true for incoming connections Co-authored-by: Vivien <vivien.pelletier@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9326 04 July 2023, 06:41:58 UTC
56b0023 p2p/test: use P2p_fd in tests 04 July 2023, 06:09:37 UTC
0ccfd7f p2p: factorize fd code and set cloexec to true 04 July 2023, 06:09:36 UTC
0d224c7 Merge tezos/tezos!9358: DAL/Node: Support multiple profiles from CLI Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9358 04 July 2023, 01:51:18 UTC
db234e7 DAL/Node: Support multiple profiles from CLI 04 July 2023, 01:19:14 UTC
2eb0371 Merge tezos/tezos!9365: Proto: improve safety checks for set_delegate_parameters Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9365 04 July 2023, 01:18:32 UTC
a78a9ca Proto: improve safety checks for set_delegate_parameters 04 July 2023, 00:40:49 UTC
f7c6858 Merge tezos/tezos!9355: Rename endorsement kind types Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9355 04 July 2023, 00:39:59 UTC
1ce5869 alpha: rename double_preendorsement_evidence kind type 03 July 2023, 23:35:13 UTC
2b38065 alpha: rename double_endorsement_evidence kind type 03 July 2023, 23:35:13 UTC
acb327e alpha: rename endorsement kind type 03 July 2023, 23:35:13 UTC
5cf102a alpha: rename Endorsement_kind 03 July 2023, 23:35:13 UTC
e296272 alpha: rename Endorsement_consensus_kind 03 July 2023, 23:35:12 UTC
d4a7749 alpha: rename preendorsement kind type 03 July 2023, 23:35:12 UTC
edc07be alpha: rename Preendorsement_kind 03 July 2023, 23:35:12 UTC
e09495b alpha: rename Preendorsement_consensus_kind 03 July 2023, 23:35:12 UTC
01e6c9e Merge tezos/tezos!9350: Proto/Staking: add RPCs for baking power Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9350 03 July 2023, 23:33:11 UTC
b601975 Docs/Changelog: mention !9350 03 July 2023, 23:04:18 UTC
e7a66ec Tests/Proto/Helpers: add wrappers for new RPCs 03 July 2023, 23:04:17 UTC
e1d10e1 Proto/Staking: add the current_baking_power RPC 03 July 2023, 23:04:17 UTC
60d9542 Proto/Staking: compute current baking power This adds a function to compute the baking power of a delegate based on its current balance (instead of fetching it from a snapshot). 03 July 2023, 23:04:17 UTC
f0705dd Proto/Staking: add the baking_power RPC 03 July 2023, 23:04:17 UTC
d6d86b6 Proto/Staking: add delegate_baking_power_for_cycle This adds a function to computing the baking power of a delegate in a given cycle based on the snapshot selected for that cycle. 03 July 2023, 23:04:17 UTC
32145ed Proto/staking: refactor computation of stakes from snapshot To set the distribution of delegates, we need to iterate over all active delegates in the selected snapshot and compute for each of them their stake. In this commit, we extract the computation of the stake of each delegate from the iteration because we want to expose this computation in some RPCs. 03 July 2023, 23:04:17 UTC
050ce69 Merge tezos/tezos!9212: Doc/Michelson: redirect sapling operations to interactive reference Co-authored-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9212 03 July 2023, 23:03:30 UTC
0c6fdff Doc/Michelson: redirect sapling operations to interactive reference. 03 July 2023, 22:29:35 UTC
9014d60 Doc/Michelson: small fixes for consistency. 03 July 2023, 22:29:34 UTC
e45113c Merge tezos/tezos!8937: Protocol: refactoring: "toggle" vote -> "per block" vote Co-authored-by: Philippe Wang <philippe.wang@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/8937 03 July 2023, 21:42:33 UTC
1c003e5 Protocol/AI: fix/update doc for Per_block_vote_file.load_per_block_votes_config 03 July 2023, 20:31:19 UTC
a744100 Protocol/AI: mv adaptive_inflation_{toggle,vote}_ema 03 July 2023, 20:31:18 UTC
44f5667 Protocol/Tests: rename toggle vote to per-block vote 03 July 2023, 20:31:18 UTC
be3f550 Protocol: continued: rename toggle vote to per-block vote 03 July 2023, 20:31:18 UTC
a6785ce Proto: rename Toggle_EMA to Votes_EMA 03 July 2023, 20:31:18 UTC
b0bcb9d Proto: rename Toggle_votes_repr to Per_block_votes_repr 03 July 2023, 20:31:18 UTC
86b001f Merge tezos/tezos!9312: Proto/AI: refactor reward parameters as protocol parameters Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9312 03 July 2023, 20:30:37 UTC
b532962 Proto/tests: regressions 03 July 2023, 19:57:15 UTC
8351b93 Proto/ai: use constants in reward functions 03 July 2023, 19:57:15 UTC
4274f06 Proto/ai: add reward parameters to constants 03 July 2023, 19:57:15 UTC
5aac7c9 Merge tezos/tezos!9336: Proto/Tests: bring back some tests re. baking rights Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9336 03 July 2023, 19:56:29 UTC
c6ed9fe Proto/Tests: bring back some tests, revert part of d7cc560bd3f6fa90ce35626dd83b16c91af37ccd 03 July 2023, 19:18:47 UTC
ed123bf Merge tezos/tezos!9321: Proto/ai: add contract balance RPC calls for ai Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9321 03 July 2023, 19:18:02 UTC
086136d Proto/ai: add contract balance RPC calls for ai 03 July 2023, 18:45:06 UTC
07fc97b Merge tezos/tezos!8036: Proto-compiler: adapt to unsafe-string changes in ocaml5 Co-authored-by: Raphaël Proust <code@bnwr.net> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Hugo Heuzard <hugo.heuzard@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8036 03 July 2023, 18:44:18 UTC
9bf6a52 Manifest: avoid code duplication 03 July 2023, 18:09:30 UTC
76bdbbc proto-compiler: use .ml extension for compatibility files 03 July 2023, 18:09:30 UTC
df91260 proto-compiler: env is part of the base lib 03 July 2023, 18:09:30 UTC
1c25a71 proto-compiler: simplify 4.14 compat unsafe-string flag 03 July 2023, 18:09:30 UTC
69601b3 Protocol-compiler: dune choses between ocaml-4 or -5 compiler libs env 03 July 2023, 18:09:30 UTC
9722c23 Proto-compiler: adapt to unsafe-string changes in ocaml5 03 July 2023, 18:09:30 UTC
d7db6bd Merge tezos/tezos!9144: EVM: Testnet scenario for the rollup kernel upgrade Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9144 03 July 2023, 18:08:05 UTC
f8a909c EVM/Testnet: kernel upgrade scenario 03 July 2023, 17:29:49 UTC
4265753 Tezt/SORU: expose helper prepare_installer_kernel_gen 03 July 2023, 17:29:49 UTC
22deb42 Tezt/SORU: call_rpc helper function 03 July 2023, 17:29:49 UTC
a496501 EVM/Testnet: evm rollup deployment test refactorisation This refactorisation will allow code sharing between the new upgrade test and the deployment one. 03 July 2023, 17:29:49 UTC
f144b63 Merge tezos/tezos!9361: EVM/Kernel: fix kernel upgrade by sending a default upgrade nonce (on specific error) Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Alain Mebsout <alain.mebsout@functori.com> 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/9361 03 July 2023, 17:28:56 UTC
7ed178b EVM/Kernel: fix kernel upgrade by sending a default upgrade nonce on Runtime error PathNotFound 03 July 2023, 16:58:34 UTC
5f37790 Merge tezos/tezos!9327: Proto/ai/tests: add helpers file Co-authored-by: Lucas Randazzo <lucas@nomadic-labs.com> Approved-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Zay Dargaye <zaynah.dargaye@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9327 03 July 2023, 15:24:47 UTC
fb146af Proto/ai/tests: add helpers file 03 July 2023, 14:54:08 UTC
42b36a9 Merge tezos/tezos!9299: Protocol/AI: double baking slashing should be 10% rather than 11% Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9299 03 July 2023, 14:53:21 UTC
0703b5e Protocol/AI/Tests: update outputs 03 July 2023, 14:25:30 UTC
0787f7f Protocol/AI: double baking slashing should be 10% rather than 11% Fix https://gitlab.com/tezos/tezos/-/issues/5957 03 July 2023, 14:25:30 UTC
b423fd8 Merge tezos/tezos!9318: WASM: Add to Octez command Co-authored-by: Gabriel Moise <gabriel.moise@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9318 03 July 2023, 13:46:43 UTC
731b9c7 WASM: Add --help to Octez command 03 July 2023, 12:42:56 UTC
060dfe8 Merge tezos/tezos!9334: Tezt/DAL: some refactoring Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.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/9334 30 June 2023, 14:58:42 UTC
b56dfc9 Tezt/DAL: do not call patch commitment in publish_and_store_slot 30 June 2023, 14:16:40 UTC
aa1af7e Tezt/DAL: refactor publish_and_store_slot 30 June 2023, 14:16:40 UTC
58f03fb Tezt/DAL: refactor publish_slot_header 30 June 2023, 14:16:40 UTC
4eebb7d Tezt/DAL: rename split_slot to store_slot 30 June 2023, 14:16:40 UTC
55cf3f7 Tezt/DAL: name slot index argument of publish function and do not return the index argument 30 June 2023, 14:16:40 UTC
89fdea9 Tezt/DAL: fix typo in function name 30 June 2023, 14:16:40 UTC
ccc89cf Tezt/DAL: add bootstrap accounts only when needed 30 June 2023, 14:16:40 UTC
a3c600e Merge tezos/tezos!9196: accuser: rename endorsement into attestation in errors and events 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/9196 30 June 2023, 14:15:58 UTC
f68dae9 changelog: add entry for attestation renaming in accuser events and errors 30 June 2023, 13:47:10 UTC
04b7dd9 tezt/tests: fix double consensus tests 30 June 2023, 13:47:10 UTC
67d411a proto_oxford/lib_delegate: rename attestation in accuser events 30 June 2023, 13:47:10 UTC
1a82423 proto_alpha/lib_delegate: rename attestation in accuser events 30 June 2023, 13:47:10 UTC
b50c20c Merge tezos/tezos!9322: opam: bump tag to smaller images Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Raphaël Proust <code@bnwr.net> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9322 30 June 2023, 13:46:27 UTC
3dcfdee opam: bump tag 30 June 2023, 13:02:20 UTC
7af2f39 Merge tezos/tezos!9329: Proto/Vote: add the current_voting_power RPC Co-authored-by: Raphaël Cauderlier <raphael.cauderlier@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Philippe Wang <philippe.wang@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9329 30 June 2023, 13:01:35 UTC
4c098bd Doc/Changelog: mention !9329 30 June 2023, 12:28:29 UTC
b89eb66 Tests/Proto/Helpers: add a wrapper for the RPC 30 June 2023, 12:28:29 UTC
0ddb020 Proto/RPC: add the current_voting_power RPC 30 June 2023, 12:28:29 UTC
477ca44 Proto/Vote: extract get_current_voting_power_free This extracts from the update_listing folding over active delegates the computation of their current voting power. 30 June 2023, 12:28:29 UTC
b59e180 Proto/staking: move a call to get_staking_balance 30 June 2023, 12:28:29 UTC
26ff30f Merge tezos/tezos!9096: Sequencer: Add sequencer kernel encodings Co-authored-by: Ilya Peresadin <ilya.peresadin@trili.tech> Approved-by: Alain Mebsout <alain.mebsout@functori.com> Approved-by: Pierre-Louis Dubois <pierrelouis.dubois@tutanota.com> Approved-by: Ole Krüger <ole.kruger@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9096 30 June 2023, 12:27:45 UTC
d8a836d Sequencer: Implement sequencer kernel encodings and add tests 30 June 2023, 11:51:52 UTC
ba4ae4c Merge tezos/tezos!9338: Docker: remove copy of previously removed file Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9338 30 June 2023, 11:11:57 UTC
dd08362 Docker: remove copy of previously removed file 30 June 2023, 10:42:56 UTC
e86dc48 Merge tezos/tezos!9282: EVM/Tezt: extract helpers for durable storage path Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9282 30 June 2023, 10:42:12 UTC
ebe9760 EVM/Tezt: helper file with durable storage path 30 June 2023, 10:12:31 UTC
c4e53ef EVM/Tezt: extract [normalize] helper 30 June 2023, 10:12:31 UTC
383d3c0 Merge tezos/tezos!9274: EVM/Kernel: removes genesis block and accounts Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9274 30 June 2023, 10:11:39 UTC
e45bccb EVM/Tezt: remove genesis transactions 30 June 2023, 09:35:03 UTC
dc0cd5b EVM/Kernel: remove genesis block 30 June 2023, 09:35:03 UTC
c895779 EVM/Build: dev config includes bootstrap accounts 30 June 2023, 09:35:03 UTC
2c30b6c EVM/Tezt: setup kernel with bootstrap accounts 30 June 2023, 09:35:03 UTC
34a3c58 Merge tezos/tezos!9035: Yes-Wallet externalise alias creation, remove minimal option Co-authored-by: Germán Andrés Delbianco <german@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> Approved-by: Julien <julien.tesson@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/9035 30 June 2023, 09:34:16 UTC
404cd92 yes-wallet: remove minimal option and manual migration tezt - Minimal option is no longer relevant post Tenderbake to ensure that yes-wallet can advance the chain, and forces the bad practice of using hard-coded adresses. Using `--active-bakers` is sufficient to ensure the chain moves, regardless of the protocol. - It also removes the `manual/migration.ml` tezt as it is broken on master, requires unrelated work to fix, and it is not clear if it is interesting at the moment. 30 June 2023, 09:00:46 UTC
c608e78 yes-wallet: add --aliases option to import aliases from file Fix #5831 Add option to yes-wallet to take aliases from a .json input file (spec for the file added to README.md). 30 June 2023, 09:00:46 UTC
back to top