This release improves handling of outdated or missing pending state during validation.
Fixed
- Resolved an issue where accessing
PendingState
could fail withPendingBlockNotFound
if the pending data became outdated mid-request. Juno now falls back to the latest state in such cases to avoid validation failures.
Full Changelog: v0.15.0-rc.3...v0.15.0-rc.4