Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@andreypfau andreypfau released this 12 Dec 08:56
· 14 commits to main since this release
0752e26

New features

  • Added WalletV4R2Contract to ton-kotlin-contract (#109)
  • Added support for MsgAddressExt for wallet contracts

Fixes

  • Fixed LibraryReference Cell creation (#101)

Module structure refactoring

  • ton-kotlin-boc moved into ton-kotlin-tvm
  • ton-kotlin-cell moved into ton-kotlin-tvm
  • ton-kotlin-mnemonic module merged into ton-kotlin-crypto
  • ton-kotlin-block renamed to ton-kotlin-block-tlb
  • ton-kotlin-hashmap renamed to ton-kotlin-hashmap-tlb
  • ton-kotlin-api renamed to ton-kotlin-tonapi-tl
  • ton-kotlin-liteapi renamed to ton-kotlin-liteapi-tl

Removed

  • ton-kotlin-fift removed due to lack of interest
  • ton-kotlin-logger removed due uselessness

Deprecated

  • VarUInteger
    arithmetic operators will be removed in the next release due separation of serialization objects
    and actual arithmetics, use BigInt instead. (#102)