- add BlockNotFoundError to ignored errors for try call rpc block
9.1.0
- Fix TON monitoring - stop trying to pull not existing blocks
9.0.0
- Added shard sequence tracking for TON monitoring - Now processing all intermediate shard blocks between masterchain references - Improved transaction completeness by filling shard block gaps - Added error handling for failed shard block fetches - Remove tests for python3.9 (it's recommended to stop using python 3.9 from now)
8.1.0
- cover _get_network_params by retry as well
8.0.0
- Added retry logic to TRON and TON block monitoring's - In TON during monitoring shards now pulled in gather (parallel) mode to be able to keep up with network
7.0.0
- Added connection lifecycle management with new connect() and disconnect() methods - Implemented async context manager support for cleaner resource management - Improved RPC call performance by ~40-50% through session reuse