Release Highlights
- Fix for
getEvents
query no longer returning correct result after Sepolia reorg. Includes DB migration that will repair any database instances affected by the bug. - ⚠️ Breaking:
starknet_getClassAt
now returnsDEPRECATED_CAIRO_ENTRY_POINT.offset
as a hex string instead of an integer. This change aligns the response format with the specification, which expectsNUM_AS_HEX
for this field.
Changed
blockifier
has been upgraded to version 0.15.0-rc.3.
Fixed
- JSON-RPC response reflects an inconsistent state after receiving a notification over a Websocket subscription.
starknet_getClassAt
now returnsDEPRECATED_CAIRO_ENTRY_POINT.offset
as a hex string instead of an integer. This change aligns the response format with the specification, which expectsNUM_AS_HEX
for this field.