Changelog
[0.53.0] - 2023-10-24
Dictionary
BitString
keys and values (thanks @Trinketer22)BitString.isBitString
method (thanks @Trinketer22)paddedBufferToBits
helper (thanks @Trinketer22)Dictionary.generateMerkeProof
and Dictionary.generateMerkleUpdate
(thanks @Gusarich)OutAction
and OutList
(de)serializers (thanks @siandreev)Address.parse
regexp for raw addressesBitString.substring
now accepts offset
== str.length
Changelog
[0.52.0] - 2023-08-24
Transaction.raw
field contains raw transaction cellTransaction.hash
function computes hash of raw transaction cellChangelog
[0.51.0] - 2023-08-17
TupleReader.readLispList
/TupleReader.readLispListDirect
toNano
now accepts fractional numbersChangelog
[0.50.0] - 2023-07-26
Address.parse
/Address.parseRaw
/Address.parseFriendly
now checks validity of address before parsingloadStringTail
crashed if the slice was partially readChangelog
[0.49.1] - 2023-05-10
Cell.fromBoc
exotic cell parsingCell.hash
calculation if there is merkle proof in the cell treeBitString.substring
correct shortcut for empty substringChangelog
[0.49.0] - 2023-03-24
Slice.clone(true)
to clone slice and reset it to the beginingSlice.offsetBits
and Slice.offsetRefs
to get current offset in bits and refsBitReader.offset
to get current offset in readerChangelog
[0.47.1] - 2023-02-06
storeMessage
and storeMessageRelaxed
Changelog
[0.47.0] - 2023-02-02
address
helper function for easier address parsingContractGetMethodResult
and added optional gasUsed
and logs
to itChangelog
[0.46.0] - 2023-01-23
OpenedContract
type