Skip to content

v0.3.7

Compare
Choose a tag to compare
@nessshon nessshon released this 29 Aug 14:07
· 28 commits to main since this release

What's Changed

  • Refactored code structure and fixed type errors.
  • Updated Pydantic model schemas from v1 to the latest version.
  • Refactored /v2/status and /v2/address/{account_id}/parse methods into a separate utilities category.
  • Renamed functions: amount_to_nano to to_nano and nano_to_amount to to_amount. Added decimals parameter for token conversion (e.g., USDT).

What's Added

  • Added /v2/gasless/* methods.
  • Added /v2/rates/markets method.
  • Added debug option for debugging in AsyncTonapi and Tonapi.
  • Added a new field admin to the JettonInfo schema. #23
  • Added an example for gasless transactions on Wallet V5.

Full Changelog: v0.3.6...v0.3.7