Releases: Autarkysoft/Denovo
Bitcoin.Net 0.26.0
Lots of improvements in ECC code.
See ChangeLog for details.
Bitcoin.Net 0.25.0
New Scalar Inverse method + cleanup.
See ChangeLog for details.
Bitcoin.Net 0.24.0
Some cleanup.
See ChangeLog for details.
Bitcoin.Net 0.23.0
This release replaces the old ECC implementation with the new one in Bitcoin.Net.
There is no Denovo release this time to keep it on the older ECC implementation until next release. You can compile master or use binaries in previous release (v. 0.7.0).
See ChangeLog for details.
Bitcoin.Net 0.22.0 & Denovo 0.7.0
This release improves the ECC implementation and introduces signature verification (untested). It also adds more flexibility to transaction verifier in Denovo to manually activate/deactivate consensus rules.
See ChangeLog for details.
Bitcoin.Net 0.21.0 & Denovo 0.6.0
This release fixes some issues with the mock database and introduces a new implementation of ECC.
See ChangeLog for details.
Bitcoin.Net 0.20.0 & Denovo 0.5.0
This release has some breaking changes involving BlockHeader and any class that deals with a 256-bit hash.
See ChangeLog for details.
Bitcoin.Net 0.19.0 & Denovo 0.4.0
This release fixes most of the issues involving the initial sync in FullClient.
See ChangeLog for details.
Bitcoin.Net 0.18.0 & Denovo 0.3.0
From this release both Bitcoin.Net
and Denovo
will be released with different versions while the tag only shows Bitcoin.Net
version.
See ChangeLog for details.
Denovo version 0.2.0
This is the first published binaries. Denovo is still in beta and has a handful of tools as follows:
- Main window is used to test the full client where it downloads the whole blockchain. This part may have bugs.
- TestNet miner to mine TestNet blocks
- ECIES encryption and decryption of messages with private/public keys
- Transaction verifier to verify any bitcoin transaction as long as UTXOs are manually provided
- WIF helper to convert a WIF to a set of human readable words using BIP39 scheme
- Push tx to broadcast bitcoin transactions to other nodes on MainNet and TestNet