Skip to content

Commit

Permalink
added initial balance to all transactions summary;
Browse files Browse the repository at this point in the history
adjusted print msg and tx tables (added block and comment columns);
added lite-client to Blockchain;
add parse shard into LiteClientParser;
add print txs and msgs to lite-client results;
  • Loading branch information
neodix42 committed Nov 19, 2024
1 parent 75bc146 commit 351f37e
Show file tree
Hide file tree
Showing 40 changed files with 9,724 additions and 8,300 deletions.
524 changes: 271 additions & 253 deletions address/src/main/java/org/ton/java/address/Address.java

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions blockchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>emulator</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>liteclient</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>utils</artifactId>
Expand Down
1,686 changes: 941 additions & 745 deletions blockchain/src/main/java/org/ton/java/Blockchain.java

Large diffs are not rendered by default.

888 changes: 500 additions & 388 deletions blockchain/src/test/java/org/ton/java/BlockchainTest.java

Large diffs are not rendered by default.

Loading

0 comments on commit 351f37e

Please sign in to comment.