Skip to content

Releases: Autarkysoft/Denovo

Bitcoin.Net 0.26.0

15 Jan 04:37
Compare
Choose a tag to compare

Lots of improvements in ECC code.
See ChangeLog for details.

Bitcoin.Net 0.25.0

15 Oct 04:18
Compare
Choose a tag to compare

New Scalar Inverse method + cleanup.
See ChangeLog for details.

Bitcoin.Net 0.24.0

20 Feb 03:27
Compare
Choose a tag to compare

Some cleanup.
See ChangeLog for details.

Bitcoin.Net 0.23.0

21 Dec 06:11
Compare
Choose a tag to compare

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

04 Dec 06:27
Compare
Choose a tag to compare

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

06 Aug 03:54
Compare
Choose a tag to compare

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

02 Jun 06:07
Compare
Choose a tag to compare

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

05 Apr 08:50
Compare
Choose a tag to compare

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

01 Mar 14:27
Compare
Choose a tag to compare

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

20 Jan 05:36
Compare
Choose a tag to compare

This is the first published binaries. Denovo is still in beta and has a handful of tools as follows:

  1. Main window is used to test the full client where it downloads the whole blockchain. This part may have bugs.
  2. TestNet miner to mine TestNet blocks
  3. ECIES encryption and decryption of messages with private/public keys
  4. Transaction verifier to verify any bitcoin transaction as long as UTXOs are manually provided
  5. WIF helper to convert a WIF to a set of human readable words using BIP39 scheme
  6. Push tx to broadcast bitcoin transactions to other nodes on MainNet and TestNet