v0.2
- Contract interface schema: Easily parse new contracts through a single JSON schema, which defines both messages and get-methods. Refer to abi/README.md for more details on its functionality.
- TL-B parsing refactoring: Updates TL-B description, introduces shared TL-B constructors.
- Get-methods emulation: Intergrates the tongo library for faster contract data parsing.
- Known contracts: Migrates known contracts to the new JSON schema format, adds tests for various contracts, and includes SBT and DNS contract interfaces.
Bug fixes:
- Fix Jetton mint message schema.
- Fix SBT contract interface description.
- Fix query timeout on message filtering by operation name.