|
10 | 10 |
|
11 | 11 | ### Core components |
12 | 12 |
|
13 | | -* `org.ton.kotlin:ton-kotlin-tvm:0.4.1` - TVM Primitives (Cells, BOC, etc.) |
14 | | -* `org.ton.kotlin:ton-kotlin-crypto:0.4.1` - Crypto primitives for TON (ED25519, SHA, etc.) |
15 | | -* `org.ton.kotlin:ton-kotlin-adnl:0.4.1` - ADNL (Abstract Datagram Network Layer) TON Network implementation |
| 13 | +* `org.ton.kotlin:ton-kotlin-tvm:0.4.2` - TVM Primitives (Cells, BOC, etc.) |
| 14 | +* `org.ton.kotlin:ton-kotlin-crypto:0.4.2` - Crypto primitives for TON (ED25519, SHA, etc.) |
| 15 | +* `org.ton.kotlin:ton-kotlin-adnl:0.4.2` - ADNL (Abstract Datagram Network Layer) TON Network implementation |
16 | 16 |
|
17 | 17 | ### API Interfaces |
18 | 18 |
|
19 | | -* `org.ton.kotlin:ton-kotlin-contract:0.4.1` - Smart-contracts API interface |
20 | | -* `org.ton.kotlin:ton-kotlin-liteclient:0.4.1` - Lite-client API implementation |
| 19 | +* `org.ton.kotlin:ton-kotlin-contract:0.4.2` - Smart-contracts API interface |
| 20 | +* `org.ton.kotlin:ton-kotlin-liteclient:0.4.2` - Lite-client API implementation |
21 | 21 |
|
22 | 22 | ### TL-B (TL-Binary) |
23 | 23 |
|
24 | | -* `org.ton.kotlin:ton-kotlin-tlb:0.4.1` - TON TL-B (TL-Binary) serialization/deserialization |
25 | | -* `org.ton.kotlin:ton-kotlin-block-tlb:0.4.1` - Pre-generated TL-B schemas for TON Blockchain |
26 | | -* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.4.1` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary) |
| 24 | +* `org.ton.kotlin:ton-kotlin-tlb:0.4.2` - TON TL-B (TL-Binary) serialization/deserialization |
| 25 | +* `org.ton.kotlin:ton-kotlin-block-tlb:0.4.2` - Pre-generated TL-B schemas for TON Blockchain |
| 26 | +* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.4.2` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary) |
27 | 27 |
|
28 | 28 | ## Documentation |
29 | 29 |
|
30 | 30 | https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation |
31 | 31 |
|
32 | 32 | <!-- Badges --> |
33 | 33 |
|
34 | | -[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.4.1 |
| 34 | +[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.4.2 |
35 | 35 |
|
36 | 36 | [license]: LICENSE |
37 | 37 |
|
|
0 commit comments