Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:50
· 1089 commits to main since this release
v0.21.0
cdb47e9

Release Highlights

This release fixes some pre-confirmed block inconsistencies and adds support for the upcoming Starknet 0.14.1 version (including JSON-RPC 0.10.0-rc.1 support).

⚠️ Please note that this release involves a database migration step. Please make sure that you create a backup of your database before upgrading because otherwise rolling back to the previous release won't be possible.

Added

  • Support for Starknet 0.14.1 networks.
  • Support for JSON-RPC 0.10.0-rc.1.

Fixed

  • Inconsistent state updates when using "pre_confirmed" block identifier with starknet_call, starknet_estimateFee and starknet_simulateTransactions JSON-RPC methods.