Skip to content

Releases: milansismanovic/btc-wallet

added sorting of transactions through sorted sets

01 Mar 15:06
Compare
Choose a tag to compare
0.0.4

added sorting through sorted sets

memory store has now correct utxo and getTx(addresses) works

01 Mar 14:36
Compare
Choose a tag to compare
0.0.3

moved the unit tests to the test folder

getTransactions with DB

23 Feb 05:13
Compare
Choose a tag to compare

show all Tx with the user's address involvement.

2 issues for

  • missing input Tx
  • calculate balance, for which utxo handling is required

Migrated to BitcoindClient4j.milansismanovic library

10 Feb 20:59
Compare
Choose a tag to compare

getTransaction needs to be finished

0.0.0

10 Feb 17:11
Compare
Choose a tag to compare

abandoned ConsensusJ approach.

Errors can be seen in the BitcoinExtendedClientTest2 unit test, where getBlock fails to deserialize with two different issues.