Features
- Support StarkNet 0.8.2 changes
- Pathfinder release monitoring
- Pathfinder actively monitors github for new releases
- A warning level log will be emitted if a new release is detected
- Support data directory config item
- Set
user-agent
in L1 and L2 queries- the Ethereum
user-agent
config item is now deprecated
- the Ethereum
- Add block numbers to sync status API
- Improve readme documentation
- Support deploy and invoke transactions via RPC API
Fixes
- Fix transaction receipts not containing events
- Dramatically improve RPC performance for block-related queries
- Improve retry logic for L1 and L2 queries
- Drastically reduces how much pathfinder nodes spam during transient network events
- Remove a tight retry-loop for decoding
- Adhere to rate-limiting
- Change
reorg
events severity fromwarn
toinfo
Full Changelog: v0.1.8-alpha...v0.1.9-alpha