-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added initial balance to all transactions summary;
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
Showing
40 changed files
with
9,724 additions
and
8,300 deletions.
There are no files selected for viewing
524 changes: 271 additions & 253 deletions
524
address/src/main/java/org/ton/java/address/Address.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,686 changes: 941 additions & 745 deletions
1,686
blockchain/src/main/java/org/ton/java/Blockchain.java
Large diffs are not rendered by default.
Oops, something went wrong.
888 changes: 500 additions & 388 deletions
888
blockchain/src/test/java/org/ton/java/BlockchainTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.