Changelog
[0.60.1] - 2025-02-20
Notes: if you want to parse dictionary value without checking for remaining data, you can implement your custom DictionaryValue
Changelog
[0.60.0] - 2025-01-31
Changelog
[0.59.1] - 2024-12-20
BitBuilder.writeVarInt
bytes size calculation (thx @Gusarich)Changelog
[0.59.0] - 2024-10-09
TupleReader
: always pop current element in readStringOpt
and readBufferOpt
(thx @anton-trunov)ContractProvider
: get
now accept numbers as method IDs (thx @anton-trunov)Cell.fromHex
method (thx @krigga)Changelog
[0.58.1] - 2024-09-13
Changelog
[0.58.0] - 2024-09-13
Changelog
[0.57.0] - 2024-08-16
Changelog
[0.56.3] - 2024-03-25
typescript
to 5.4.3
and fixed compilation errorsChangelog
[0.56.2] - 2024-03-19
getRepr
and getRefsDescriptor
now using level mask instead of levelChangelog
[0.56.1] - 2024-02-27
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.