Summary
morph-reth v1.1.0 is an architecture-improvement release focused on closer alignment with upstream reth and improved runtime integration.
Highlights
- Migrated engine validation to reth’s main engine hooks, reducing locally maintained validation code and improving integration with the upstream engine tree.
- Replaced the ExEx-based reference index with the canonical cursor runtime.
- Fixed Hoodi network flag propagation in the local test tooling.
- Updated GitHub Actions dependencies and addressed the latest
ruintsecurity advisory by upgrading toruintv1.20.0.
Compatibility and Operations
The engine-validation and reference-index changes are internal architecture changes. Operators should verify payload processing, canonical reference-index state, restart behavior, and reindex or snapshot behavior before production rollout, especially when reusing existing reference-index databases or snapshots.
No intentional public transaction-format or RPC breaking change is included in this release. Downstream operators should nevertheless complete their normal synchronization and network smoke tests before upgrading.
All Changes
- chore: prepare v1.1.0 release (#150)
- fix(reference-index): keep transient sync failures retryable (#149)
- chore(ci): bump the actions-weekly group with 2 updates (#148)
- refactor(reference-index): replace ExEx with canonical cursor runtime (#141)
- refactor: migrate engine validation to reth main hooks (#140)
- fix(local-test): pass Hoodi network flag to morphnode (#139)
Binaries
| System | Architecture | Binary |
|---|---|---|
| x86_64 | morph-reth-1.1.0-x86_64-linux.tar.gz | |
| aarch64 | morph-reth-1.1.0-aarch64-linux.tar.gz | |
| Docker | ghcr.io/morph-l2/morph-reth:v1.1.0 |