MetaInfo
Mandatory Update Required: No
Target Audience: all opBNB Mainnet/Testnet node operators
Procedure: binary replacement
Schedule(Timeline): no scheduled upgrade timeline
Description
This release makes path-based state recovery after an unclean shutdown reliable: the node buffer list is rebuilt from ancient history without dropping the start-of-interval block, and withdrawal proofs collected during recovery are preserved. It also upgrades the Go toolchain and security-related dependencies. No hardfork is involved, so nodes can upgrade at their convenience.
What's Changed
- #327 fix: make pathdb node buffer list recovery reliable and proof-preserving
- #326 fix: preserve boundary-aligned start block during nodebufferlist recovery
- #325 fix: upgrade Go toolchain and security dependencies
Docker Images
- ghcr.io/bnb-chain/op-geth:v0.5.11
Full Changelog: v0.5.10...v0.5.11