monad (execution) v0.16.2 Changelog
Tag: v0.16.2
Commit: c67c9f22e
RPC/SDK changes
- Run RPC methods inside the
Resultmonad, so error handling can be chained with the?operator.
Adopted on the consensus side by monad-bft PR #3214.
Robustness fixes
- Runloop fix for when the node resets to the start block number.
Internal changes
- Seed
Address,bytes32andStorageKeyhashing per process, so worst-case colliding keys cannot
be precomputed against node-local maps. - Replace silkpre's ECRECOVER precompile with a vendored
monad_recover_addresson system
libsecp256k1. Adds alibsecp256k1-devbuild dependency for builds outside the published Docker
images.
See the monad-bft v0.16.2 release for the full changelog across both layers.
Full Changelog: v0.16.1...v0.16.2