Releases: ton-blockchain/ton-kotlin
Releases · ton-blockchain/ton-kotlin
0.5.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
storeBytesin #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
WalletV4R2Contracttoton-kotlin-contract(#109) - Added support for
MsgAddressExtfor wallet contracts
Fixes
- Fixed LibraryReference Cell creation (#101)
Module structure refactoring
ton-kotlin-bocmoved intoton-kotlin-tvmton-kotlin-cellmoved intoton-kotlin-tvmton-kotlin-mnemonicmodule merged intoton-kotlin-cryptoton-kotlin-blockrenamed toton-kotlin-block-tlbton-kotlin-hashmaprenamed toton-kotlin-hashmap-tlbton-kotlin-apirenamed toton-kotlin-tonapi-tlton-kotlin-liteapirenamed toton-kotlin-liteapi-tl
Removed
ton-kotlin-fiftremoved due to lack of interestton-kotlin-loggerremoved due uselessness
Deprecated
- VarUInteger
arithmetic operators will be removed in the next release due separation of serialization objects
and actual arithmetics, useBigIntinstead. (#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