Octez version 25.0 has just been released!
Octez v25.0 includes the following changes:
- Protocol support for Ushuaia. Version 25 is compatible with all protocols that depend on a protocol environment version up to V16. That includes the Ushuaia protocol proposal, which is currently undergoing the Adoption period of the on-chain governance mechanism.
As a reminder, the Ushuaia protocol upgrade will activate on Tezos mainnet at the end of cycle 1277, expected on June 29th.
-
Deprecation of Octez Ubuntu/Debian distribution packages. Starting with v25, installing Octez Debian/Ubuntu binary distribution packages will display a deprecation warning. Linux distribution packages will be removed in v26.
The experimentaloctez-managertool (see https://octez-manager.tezos.com) handles installation, configuration, and deployment of static binaries in a more user-friendly way. This tool is in early development and should be used for testnets only for now. -
Baker: removal of the adaptive issuance vote. Octez v25 removes the
--adaptive-issuance-voteCLI option and theadaptive_issuance_votefield fromper_block_votes.json. Both were deprecated in v24 and have no effect since Paris activated Adaptive Issuance. If yourper_block_votes.jsonstill containsadaptive_issuance_vote, the v25.0 baker will reject it at startup. Please remove that field before upgrading.
Additionally, v25.0 includes the following changes compared to v25.0~rc1:
-
RPC client bugfix. Fixed a file descriptor leak: connections opened for HTTP redirects were never released, affecting all Octez executables issuing RPC calls through an endpoint with redirects (e.g., behind a reverse proxy).
-
DAL node. Added a
--skip-shardsflag to thesnapshot exportandsnapshot importcommands. When set, shards are neither exported nor imported, producing smaller snapshots for nodes that only need slot data.
Distribution details
- Full changelog and update instructions: Version 25.0 — Octez & Protocol products documentation
- Assets are available on the releases page: Octez releases
- Git tag:
octez-v25.0 - Commit hash:
187a915b