- Fixed invalid TL-B constructor prefix for transactions with text (also known as Commentary/Memo) (#117)
- Added
WalletV4R2Contract
toton-kotlin-contract
(#109) - Added support for
MsgAddressExt
for wallet contracts
- Fixed LibraryReference Cell creation (#101)
ton-kotlin-boc
moved intoton-kotlin-tvm
ton-kotlin-cell
moved intoton-kotlin-tvm
ton-kotlin-mnemonic
module merged intoton-kotlin-crypto
ton-kotlin-block
renamed toton-kotlin-block-tlb
ton-kotlin-hashmap
renamed toton-kotlin-hashmap-tlb
ton-kotlin-api
renamed toton-kotlin-tonapi-tl
ton-kotlin-liteapi
renamed toton-kotlin-liteapi-tl
ton-kotlin-fift
removed due to lack of interestton-kotlin-logger
removed due uselessness
- VarUInteger
arithmetic operators will be removed in the next release due separation of serialization objects
and actual arithmetics, use
BigInt
instead. (#102)