Releases: Autarkysoft/Denovo
Bitcoin.Net version 0.7.0
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
This release contains some more improvements in P2PNetwork focusing on initial communication.
See ChangeLog for details.
Bitcoin.Net version 0.6.0
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
Minor release with some bug fixes and code improvements.
See ChangeLog for details.
Bitcoin.Net version 0.5.0
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
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
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
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
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
See ChangeLog for details.