Releases: ton-org/ton-core
Releases · ton-org/ton-core
Release 0.60.0
Added
- Extracurrencies support (thx @Trinketer22)
Release 0.59.1
Fixed
BitBuilder.writeVarInt
bytes size calculation (thx @Gusarich)
Release 0.59.0
Fixed
TupleReader
: always pop current element inreadStringOpt
andreadBufferOpt
(thx @anton-trunov)
Added
ContractProvider
:get
now accept numbers as method IDs (thx @anton-trunov)Cell.fromHex
method (thx @krigga)
Release 0.58.1
Fixed
- Contract proxy method discovery
Release 0.58.0
Added
- Methods, prefixed with "is" in the contract classes are now wrapped like "send"/"get"
Release 0.57.0
Added
- More flexible merkle proof generation (thx @akifoq)
- reserve_currecy, change_library actions for OutList (thx @1IxI1)
Fixed
- Number type safety check in BitReader (thx @Trinketer22)
Release 0.56.3
Fixed
- Updated
typescript
to5.4.3
and fixed compilation errors
Release 0.56.2
Fixed
getRepr
andgetRefsDescriptor
now using level mask instead of level- Cells with prunned branches hash and serialization fixes
Release 0.56.1
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
Added
ContractProvider.getTransactions
methodContractProvider.open
method
Removed
ReopenableContractProvider
,isReopenableContractProvider
due to inconvenience