Skip to content

Commit b306a73

Browse files
authored
0.4.2 (#129)
1 parent 9378974 commit b306a73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+932
-817
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010

1111
### Core components
1212

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
1616

1717
### API Interfaces
1818

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
2121

2222
### TL-B (TL-Binary)
2323

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)
2727

2828
## Documentation
2929

3030
https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
3131

3232
<!-- Badges -->
3333

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
3535

3636
[license]: LICENSE
3737

block-tlb/src/Account.kt

Lines changed: 0 additions & 86 deletions
This file was deleted.

block-tlb/src/AccountBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import org.ton.cell.CellBuilder
66
import org.ton.cell.CellSlice
77
import org.ton.cell.invoke
88
import org.ton.hashmap.HashmapAug
9+
import org.ton.kotlin.transaction.Transaction
910
import org.ton.tlb.*
1011
import org.ton.tlb.TlbConstructor
1112
import org.ton.tlb.providers.TlbCombinatorProvider
1213

13-
1414
@SerialName("acc_trans")
1515
public data class AccountBlock(
1616
@SerialName("account_addr") val accountAddr: BitString,

block-tlb/src/ActionPhase.kt

Lines changed: 0 additions & 129 deletions
This file was deleted.

block-tlb/src/ComputePhase.kt

Lines changed: 0 additions & 20 deletions
This file was deleted.

block-tlb/src/ComputeSkipReason.kt

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)