Skip to content

v0.14.3-rc0

Pre-release
Pre-release

Choose a tag to compare

@wojciechos wojciechos released this 22 Mar 13:35
· 663 commits to main since this release

This release focuses on RPC stability improvements and bug fixes.

⚠️ Breaking Changes ⚠️

  • Modified custom versioned constants handling: If you use custom versioned constants, you'll need to update your configuration to match the new structure.

Changed

  • Enhanced versioned constants: CUSTOM_VERSIONED_CONSTANTS now stores a map of custom files, fetching from this map first before falling back to blockifier for versions not in the map.
  • Updated to Go 1.24
  • HTTP timeout defaults for better connection handling

Fixed

  • Event filtering now correctly handles processed events when starting from pending state
  • Storage proof generation properly returns BLOCK_NOT_FOUND in specific edge cases (RPC v8)
  • Empty storage keys in getStorageProof requests no longer cause errors (RPC v8)
  • Improved L1 interaction with more reliable finalized block retrieval

Full Changelog: v0.14.2...v0.14.3-rc0