Skip to content

Releases: tokenized/bitcoin_reader

Update dependencies.

12 Apr 15:03
Compare
Choose a tag to compare
v0.2.5

Update dependencies.

Historical header merkle proof validation.

17 Jan 20:21
Compare
Choose a tag to compare

Update merkle proof verification to be able to pull any header from history.
Improve header branch handling.
Reduce node scanning.
Improve thread handling.
Logging improvements.

Fix node manager next node panic

29 Jul 16:26
Compare
Choose a tag to compare

Occasionally there was a panic when trying to find a node to send a request to if the last was removed.

Fix block, tx, and orphan pruning issues.

22 Jun 14:14
Compare
Choose a tag to compare

Fix issue with broadcasting transactions.
Fix issue with aborting processing of an orphaned block.
Update block header hash map to contain all headers.
Fix pruning of old orphaned block headers.

Block processing fixes

12 Apr 15:54
Compare
Choose a tag to compare
v0.2.1

Lower log level of headers handling message.

Integration Updates

15 Mar 16:05
Compare
Choose a tag to compare

Update for issues found during integration.

Fix reorg handling

08 Mar 23:44
Compare
Choose a tag to compare
v0.1.1

Fix reorg processing.

Initial Release

08 Mar 14:24
Compare
Choose a tag to compare
v0.1.0

Initial commit.