v0.4.5
What's Changed
- Refactored code: Replaced
httpx
withaiohttp
to enhance performance. - Breaking change: Removed support for synchronous methods.
- Removed methods:
JettonsMethod.get_all_holders
AccountsMethod.get_all_nfts
NftMethod.get_all_items_by_collection_address
These methods were removed due to issues arising from inconsistent RPS in looping operations.
Full Changelog: v0.4.4...v0.4.5