v0.14.2
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_getEventsincorrectly returns pending events iffrom_blockis greater than latest_block_number + 1.starknet_getEventsincorrectly does not return pending events iffrom_blockispendingandto_blockis missing.
Added
--sync.l1-poll-intervalCLI option has been added to set the poll interval for L1 state. Defaults to 30s.- Support for Starknet 0.13.2.1.