Skip to content

Commit

Permalink
0.4.2 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau authored Feb 13, 2025
1 parent 9378974 commit b306a73
Show file tree
Hide file tree
Showing 41 changed files with 932 additions and 817 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@

### Core components

* `org.ton.kotlin:ton-kotlin-tvm:0.4.1` - TVM Primitives (Cells, BOC, etc.)
* `org.ton.kotlin:ton-kotlin-crypto:0.4.1` - Crypto primitives for TON (ED25519, SHA, etc.)
* `org.ton.kotlin:ton-kotlin-adnl:0.4.1` - ADNL (Abstract Datagram Network Layer) TON Network implementation
* `org.ton.kotlin:ton-kotlin-tvm:0.4.2` - TVM Primitives (Cells, BOC, etc.)
* `org.ton.kotlin:ton-kotlin-crypto:0.4.2` - Crypto primitives for TON (ED25519, SHA, etc.)
* `org.ton.kotlin:ton-kotlin-adnl:0.4.2` - ADNL (Abstract Datagram Network Layer) TON Network implementation

### API Interfaces

* `org.ton.kotlin:ton-kotlin-contract:0.4.1` - Smart-contracts API interface
* `org.ton.kotlin:ton-kotlin-liteclient:0.4.1` - Lite-client API implementation
* `org.ton.kotlin:ton-kotlin-contract:0.4.2` - Smart-contracts API interface
* `org.ton.kotlin:ton-kotlin-liteclient:0.4.2` - Lite-client API implementation

### TL-B (TL-Binary)

* `org.ton.kotlin:ton-kotlin-tlb:0.4.1` - TON TL-B (TL-Binary) serialization/deserialization
* `org.ton.kotlin:ton-kotlin-block-tlb:0.4.1` - Pre-generated TL-B schemas for TON Blockchain
* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.4.1` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
* `org.ton.kotlin:ton-kotlin-tlb:0.4.2` - TON TL-B (TL-Binary) serialization/deserialization
* `org.ton.kotlin:ton-kotlin-block-tlb:0.4.2` - Pre-generated TL-B schemas for TON Blockchain
* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.4.2` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)

## Documentation

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

<!-- Badges -->

[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.4.1
[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.4.2

[license]: LICENSE

Expand Down
86 changes: 0 additions & 86 deletions block-tlb/src/Account.kt

This file was deleted.

2 changes: 1 addition & 1 deletion block-tlb/src/AccountBlock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import org.ton.cell.CellBuilder
import org.ton.cell.CellSlice
import org.ton.cell.invoke
import org.ton.hashmap.HashmapAug
import org.ton.kotlin.transaction.Transaction
import org.ton.tlb.*
import org.ton.tlb.TlbConstructor
import org.ton.tlb.providers.TlbCombinatorProvider


@SerialName("acc_trans")
public data class AccountBlock(
@SerialName("account_addr") val accountAddr: BitString,
Expand Down
129 changes: 0 additions & 129 deletions block-tlb/src/ActionPhase.kt

This file was deleted.

20 changes: 0 additions & 20 deletions block-tlb/src/ComputePhase.kt

This file was deleted.

82 changes: 0 additions & 82 deletions block-tlb/src/ComputeSkipReason.kt

This file was deleted.

Loading

0 comments on commit b306a73

Please sign in to comment.