Skip to content

v0.2

Compare
Choose a tag to compare
@iam047801 iam047801 released this 05 May 14:45
· 479 commits to main since this release
  1. 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.
  2. TL-B parsing refactoring: Updates TL-B description, introduces shared TL-B constructors.
  3. Get-methods emulation: Intergrates the tongo library for faster contract data parsing.
  4. 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:

  1. Fix Jetton mint message schema.
  2. Fix SBT contract interface description.
  3. Fix query timeout on message filtering by operation name.