Octez version 24.4 has just been released
Octez v24.4 fixes two bugs in the Octez node.
Notably, it addresses an issue where the node can become fully unresponsive, unable to process blocks, serve RPCs, or produce logs, for an extended period after a peer connects and immediately disconnects, requiring a manual restart to recover. It also fixes an RPC gas-limit computation error introduced in v24.3.
If you deploy Octez v24.3 (or earlier) infrastructure and notice your octez-node becoming unresponsive or falling behind the chain, we recommend upgrading to v24.4 at your earliest convenience.
Release details
- Full changelog and update instructions: Version 24.4 — Octez & Protocol products documentation
- Git tag: octez-v24.4
- Commit hash: 56bd3e33
The GPG public key signing Debian and Ubuntu packages has been updated.
If you deploy Octez using Debian/Ubuntu packages, we invite you to download the latest public key by running:
curl -s "https://packages.nomadic-labs.com/debian/octez.asc" | sudo gpg --dearmor -o /etc/apt/keyrings/octez.gpg
See the Packages install instructions doc entry for more details.