Skip to content

Releases: ton-org/ton-core

Release 0.60.0

31 Jan 16:19
Compare
Choose a tag to compare

Added

Release 0.59.1

20 Dec 14:12
Compare
Choose a tag to compare

Fixed

  • BitBuilder.writeVarInt bytes size calculation (thx @Gusarich)

Release 0.59.0

09 Oct 09:23
Compare
Choose a tag to compare

Fixed

  • TupleReader: always pop current element in readStringOpt and readBufferOpt (thx @anton-trunov)

Added

  • ContractProvider: get now accept numbers as method IDs (thx @anton-trunov)
  • Cell.fromHex method (thx @krigga)

Release 0.58.1

13 Sep 07:43
Compare
Choose a tag to compare

Fixed

  • Contract proxy method discovery

Release 0.58.0

13 Sep 07:38
Compare
Choose a tag to compare

Added

  • Methods, prefixed with "is" in the contract classes are now wrapped like "send"/"get"

Release 0.57.0

16 Aug 17:53
Compare
Choose a tag to compare

Added

  • More flexible merkle proof generation (thx @akifoq)
  • reserve_currecy, change_library actions for OutList (thx @1IxI1)

Fixed

Release 0.56.3

25 Mar 11:05
Compare
Choose a tag to compare

Fixed

  • Updated typescript to 5.4.3 and fixed compilation errors

Release 0.56.2

19 Mar 12:39
Compare
Choose a tag to compare

Fixed

  • getRepr and getRefsDescriptor now using level mask instead of level
  • Cells with prunned branches hash and serialization fixes

Release 0.56.1

27 Feb 10:43
Compare
Choose a tag to compare

Fixed

  • Fixed BoC serialization with indicies
  • Improve BoC serialization perfomance (thanks @krigga)

Notes: BoC topological sort now is more like C++ impl, however there are still some differences. Tests in your project may fail after this update if you rely on serialized BoC.

Release 0.56.0

23 Feb 12:54
Compare
Choose a tag to compare

Added

  • ContractProvider.getTransactions method
  • ContractProvider.open method

Removed

  • ReopenableContractProvider, isReopenableContractProvider due to inconvenience