Releases: ton-org/ton-core
Releases · ton-org/ton-core
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
Release 0.55.0
Added
ReopenableContractProvider
interface to allow reusing same provider for another contractisReopenableContractProvider
type guard to check if contract provider supports new API
Release 0.54.0
Added
- Added
exotic
flag toCell.endCell
args (thanks @Gusarich)
Fixed
- Exotic cells in
storeMessageRelaxed
- Extracurrency edgecase for
storeMessage
(thanks @aSpite) AccountStatusChange
status parsing (thanks @TrueCarry)- type definitions for
StateInit
(thanks @Gusarich)
Release 0.53.0
Added
Dictionary
BitString
keys and values (thanks @Trinketer22)BitString.isBitString
method (thanks @Trinketer22)paddedBufferToBits
helper (thanks @Trinketer22)Dictionary.generateMerkeProof
andDictionary.generateMerkleUpdate
(thanks @Gusarich)OutAction
andOutList
(de)serializers (thanks @siandreev)
Fixed
BitString.substring
now acceptsoffset
==str.length
Release 0.52.2
Fixed
Address.isRaw
invalid address regexp
Release 0.52.1
Fixed
- ton-crypto replaced with @ton/crypto in build