Skip to content

Releases: Autarkysoft/Denovo

Bitcoin.Net version 0.17.0

16 Jan 03:18
Compare
Choose a tag to compare

Introduction of Minimal Client, a client that connects to bitcoin P2P network and can send messages to other nodes.
See ChangeLog for details.

Bitcoin.Net version 0.16.0

13 Dec 14:31
Compare
Choose a tag to compare

Implementation of Taproot (BIPs 340, 341 and 342) is finished and Bitcoin.Net library should now work for all cases correctly.
See ChangeLog for details.

Bitcoin.Net version 0.15.0

30 Oct 04:31
Compare
Choose a tag to compare

Various improvements in cryptography, blockchain and scripts classes.
See ChangeLog for details.

Bitcoin.Net version 0.14.0

11 Aug 03:35
Compare
Choose a tag to compare

In this release the Taproot implementation is improved focusing on adding new methods to Address and Script classes.
See ChangeLog for details.

Bitcoin.Net version 0.13.0

08 Jun 05:47
Compare
Choose a tag to compare

This version is introducing an initial implementation of Taproot (BIPs 340, 341 and 342) before it is locked-in. Not enough tests were found for Taproot so testing and bug fixes are postponed for next release and after signalling is over and it is locked-in (actual activation is in November regardless of current signalling).
This release also improves code involving initial synchronization.

See ChangeLog for details.

Bitcoin.Net version 0.12.0

23 Apr 05:49
Compare
Choose a tag to compare

This version is a small change focusing on improving BIP32 key derivation and IDeserializable object size computation.
See ChangeLog for details.

Bitcoin.Net version 0.11.0

03 Apr 03:17
Compare
Choose a tag to compare

This version focuses on general improvements in Encoders and Cryptography namespaces.
See ChangeLog for details.

Bitcoin.Net version 0.10.0

03 Mar 05:03
Compare
Choose a tag to compare

This version focuses on initial block download.
We are also getting rid of IHashFunction and the IsDouble property in hash functions.
See ChangeLog for details.

Bitcoin.Net version 0.9.0

26 Jan 08:29
Compare
Choose a tag to compare

This version comes with some improvements and major refactors.
We are also getting rid of IStorage, everything will be in IFileManager.
See ChangeLog for details.

Bitcoin.Net version 0.8.0

22 Dec 08:25
Compare
Choose a tag to compare

This version focuses on improving initial communication and syncing. It mainly focuses on ReplyManager and Blockchain.
See ChangeLog for details.