Upgrade priority: Medium
This release fixes regression #89, which affected the eth_subscribe endpoint for newHeads (block head subscriptions, not event subscriptions). The issue caused the response to use the new header format—nesting standard fields under .inner and exposing hl-specific fields at the top level. The fix restores the previous format, which is the intended behavior.
Future releases will also adopt a new test suite to automatically cover all reported regressions, improving overall robustness and preventing similar issues.
What's Changed
- fix: Convert header type for eth_subscribe by @sprites0 in #89
- fix: Fix --debug-cutoff-height semantics by @sprites0 in #91
Full Changelog: nb-20251009-fix...nb-20251011
Current Rust LoC: 9608 lines