Releases: Autarkysoft/Denovo
Bitcoin.Net version 0.17.0
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
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
Various improvements in cryptography, blockchain and scripts classes.
See ChangeLog for details.
Bitcoin.Net version 0.14.0
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
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
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
This version focuses on general improvements in Encoders and Cryptography namespaces.
See ChangeLog for details.
Bitcoin.Net version 0.10.0
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
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
This version focuses on improving initial communication and syncing. It mainly focuses on ReplyManager
and Blockchain
.
See ChangeLog for details.