Release Highlights
This is a hotfix release fixing multiple issues after the Starknet 0.14.0 upgrade on Starknet Mainnet. Please upgrade urgently to avoid stability issues.
Added
- reorg notifications for
starknet_subscribeNewTransactions
andstarknet_subscribeNewTransactionReceipts
Changed
blockifier
has been upgraded to version 0.15.0-rc.4.
Fixed
starknet_subscribeNewTransactions
doesn't accept theRECEIVED
finality status filter.- Pathfinder gets stuck in a loop and prints "State root mismatch" errors after starting up from a database with current state that has been re-orged.
starknet_traceTransaction
andstarknet_traceBlockTransactions
falls back to fetching transaction traces for Starknet mainnet block range 1943704-1952704 (inclusive). Local re-execution would lead to a different result due to a sequencer issue that was present when these blocks were produced.- Pathfinder gets stuck syncing and stops responding to JSON-RPC requests.