Skip to content

Releases: ton-org/ton

Release 15.0.0

16 Aug 17:46
Compare
Choose a tag to compare
  • Make spelling consistent for wallets

Release 14.0.0

16 Jul 09:37
Compare
Choose a tag to compare

Added

  • Added V5 wallet support (thx Tonkeeper Team)
  • Fixed stack serialization for TonCenter v2 client (thx @aSpite)

Fixed

  • Types for different wallet versions

Release 13.11.2

31 May 13:20
Compare
Choose a tag to compare

Added

  • Ability to pass interceptor for TonClientV4 API calls

Fixed

  • TonClient minor type issues

Release 13.11.1

26 Feb 09:43
Compare
Choose a tag to compare

Fixed

  • Added xports for HttpApiParameters/TonClientParameters
  • Added TonClient.getTransactions missing archival parameter
  • Updated packages

Release 13.11.0

23 Feb 12:54
Compare
Choose a tag to compare

This update requires @ton/core >0.56.0

Fixed

Release 13.10.0

06 Feb 09:17
Compare
Choose a tag to compare

Added

  • Locate tx methods in TonClient (thx @krigga)

Fixed

  • Vue.js compilation (thx @d0rich)
  • Allow to use HttpApi property in TonClient inheritants (thx @ernieyang09)

Release 13.9.0

25 Oct 09:59
Compare
Choose a tag to compare

Removed

  • WalletV5 contract due to the unreadiness

Release 13.8.0

24 Oct 12:03
Compare
Choose a tag to compare

Added

  • TonClient4.getAccountTransactionsParsed method (thanks @vzhovnitsky)
  • WalletV5 contract (thanks @siandreev)
  • blockchain fees estimation via computeStorageFees/computeExternalMessageFees/computeGasPrices/computeMessageForwardFees (thanks @vzhovnitsky)

Fixed

  • Uri encode get method name for TonClient4 (thanks @krigga)
  • Improved parseStackItem due to toncenter.com bug

Release 13.7.0

18 Sep 16:47
Compare
Choose a tag to compare

Added

  • sendOrderWithoutSecretKey method to MultisigWallet

Fixed

  • Uri encode get method name for TonClient4