Skip to content

Releases: ton-core/ton

Release 13.9.0

25 Oct 10:03
Compare
Choose a tag to compare

Removed

  • WalletV5 contract due to the unreadiness

Release 13.8.0

24 Oct 11:54
Compare
Choose a tag to compare

Fixed

  • exports for fees estimation utils

Release 13.7.0

24 Oct 11:50
Compare
Choose a tag to compare

Added

  • TonClient4.getAccountTransactionsParsed method (thanks @vzhovnitsky)
  • MultisigWallet contract (thanks @Gusarich)
  • 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.6.1

24 Aug 15:32
Compare
Choose a tag to compare

Fixed

  • TonClient.getAccountTransactions return type

Release 13.6.0

17 Aug 17:29
Compare
Choose a tag to compare

Added

  • ElectorContract
  • parseFullConfig and config params parsing methods

Release 13.5.0

10 May 10:52
Compare
Choose a tag to compare

Fixed

  • Replaced io-ts with zod to reduce web bundle size
  • Removed unimplemented method getOneTransaction from TonClient4

Release 13.4.1

02 Mar 10:15
Compare
Choose a tag to compare

Added

  • call get method aliases for TonClient (#7)
  • add isContractDeployed to TonClient4 (#6)

Fixed

  • Updated ton-core to depend from 0.48.0
  • Fixed typos in SendMode

Release 13.4.0

01 Mar 09:09
Compare
Choose a tag to compare

Added

  • MultisigWallet, MultisigOrder and MultisigOrderBuilder

Release 13.3.0

26 Jan 10:37
Compare
Choose a tag to compare

Added

  • getTransaction to TonClient4 to get a single transaction by id

Release 13.2.0

26 Jan 10:36
Compare
Choose a tag to compare

Changed

  • Updaded ton-core and renambed AccountState to ContractState
  • Replaced internal usafe of a openContract with ton-core one