Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Releases: ton-community/ton

Release 13.3.0

05 Jan 11:02
Compare
Choose a tag to compare

Added

  • getTransaction to TonClient4 to get a single transaction by id

Release 13.2.0

31 Dec 15:21
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

Release 13.1.0

30 Dec 23:51
Compare
Choose a tag to compare

Changed

  • Upgraded ton-core and removed legacy usage of Message type

Release 13.0.0

29 Dec 17:35
Compare
Choose a tag to compare

Changed

  • Large refactoring, removing a lot of obsolete features and replacing low level classes like Cell with ton-core implementation
  • New way to work with contracts
  • Explicit work with wallet contracts
  • Unify stack operations in TonClient and TonClient4
  • Merged TupleSlice and TupleSlice4 into TupleReader from ton-core

Removed

  • Removed magical Wallet operations

Release 12.3.3

22 Dec 10:19
Compare
Choose a tag to compare

Changed

  • Improved BOC serialization