This is a hotfix release fixing some JSON-RPC API issues and a configuration issue.
Huge thanks to @lambda-0x for reporting and fixing the starknet_getEvents
inconsistencies.
Fixed
- Pathfinder sometimes returns an INVALID_CONTINUATION_TOKEN error when requesting events from the pending block and providing a continuation token.
starknet_getEvents
incorrectly returns pending events iffrom_block
is greater than latest_block_number + 1.starknet_getEvents
incorrectly does not return pending events iffrom_block
ispending
andto_block
is missing.
Added
--sync.l1-poll-interval
CLI option has been added to set the poll interval for L1 state. Defaults to 30s.- Support for Starknet 0.13.2.1.