Skip to content

Releases: Autarkysoft/Denovo

Bitcoin.Net version 0.7.0

09 Dec 04:41
Compare
Choose a tag to compare

This version starts the introduction of different client types (eventually there will be 3: FullClient, SpvClient, MinimalClient).
There is also addition of Blockchain, NodePool and IFileManager.
See ChangeLog for details.

Bitcoin.Net version 0.6.1

03 Nov 04:49
Compare
Choose a tag to compare

This release contains some more improvements in P2PNetwork focusing on initial communication.
See ChangeLog for details.

Bitcoin.Net version 0.6.0

15 Oct 04:12
Compare
Choose a tag to compare

Almost every part that doesn't involve the following interfaces is complete with this release: IBlockchain, IMemoryPool, IUtxoDatabase and of course the IStorage. Next versions will focus on improving these interfaces and the code using them while adding the implementation to Denovo, so Denovo 0.1.0 will also be released soon.
See ChangeLog for details.

Bitcoin.Net version 0.5.1

29 Sep 10:11
Compare
Choose a tag to compare

Minor release with some bug fixes and code improvements.
See ChangeLog for details.

Bitcoin.Net version 0.5.0

01 Sep 05:28
Compare
Choose a tag to compare

This release has major changes in how TransactionVerifier works that finishes that part of the code. There are some minor changes in P2PNetwork implementation and some bug fixes.
See ChangeLog for more details.

Bitcoin.Net version 0.4.2

06 Aug 04:16
Compare
Choose a tag to compare

This is another minor version focusing on improving P2PNetwork namespace. It also adds a new BIP with some bug fixes and minor improvements in TransactionVerifier.
See ChangeLog for more details.

Bitcoin.Net version 0.4.1

14 Jul 05:21
Compare
Choose a tag to compare

This minor version focuses on improving P2PNetwork namespace more and adds a new BIP with some bug fixes and minor optimizations.
See ChangeLog for more details.

Bitcoin.Net version 0.4.0

23 Jun 16:27
Compare
Choose a tag to compare

This release focuses on improving P2PNetwork namespace, adds a new miner, new hash algorithm and some useful changes in BIP39 and BIP32Path classes.
See ChangeLog for more details.

Bitcoin.Net version 0.3.0

27 May 04:54
Compare
Choose a tag to compare

This release focuses on improving Transaction class default signing method for SegWit outputs and Script classes and fixes some bugs while increasing their test coverage to nearly 100%.
See ChangeLog for details.

Bitcoin.Net version 0.2.0

16 May 04:12
Compare
Choose a tag to compare