Releases: ton-blockchain/ton-kotlin
Releases · ton-blockchain/ton-kotlin
5.0.0
What's Changed
- Crypto refactoring in #168
- New TL, migrate from old Private/Public keys to new
org.ton.kotlin.crypto
, closes #148 in #169 - Fix #142, bitLength in storeBytes, deprecate
storeBytes
in #170 - Update ktor to 3.3.0 in #172
- Change group ID to 'org.ton.kotlin' in #187
Full Changelog: v0.4.3...v5.0.0
0.4.3
v0.4.3 0.4.3 (#130)
0.4.2
v0.4.2 0.4.2 (#129)
0.4.1
v0.4.1 0.4.1 (#128)
0.4.0
- New dictionary API
- Complete extra-currency support
- CellBuilder/CellSlice optimizations
- CellContext API
- MessageLayout API
0.3.0
New features
- Added
WalletV4R2Contract
toton-kotlin-contract
(#109) - Added support for
MsgAddressExt
for wallet contracts
Fixes
- Fixed LibraryReference Cell creation (#101)
Module structure refactoring
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
Removed
ton-kotlin-fift
removed due to lack of interestton-kotlin-logger
removed due uselessness
Deprecated
- VarUInteger
arithmetic operators will be removed in the next release due separation of serialization objects
and actual arithmetics, useBigInt
instead. (#102)
0.2.16
v0.2.16 0.2.16
0.2.15
v0.2.15 try to fix publication
0.2.14
v0.2.14 0.2.14 Release
0.2.13
v0.2.13 Update README.md