Skip to content

Releases: k-nuth/kth

0.3.1

22 May 02:13
Compare
Choose a tag to compare

You can install Knuth node version 0.3.1 using these instructions.

This release includes the following features and fixes:

  • Fix a runtime error when parsing config file in testnet mode.
  • Fix BCH seeders.
  • Fix algorithm package version.

0.3.0

20 May 20:11
Compare
Choose a tag to compare

You can install Knuth node version 0.3.0 using these instructions.

This release includes the following features and fixes:

  • Post HF stability changes.
  • DB performance improvements.
  • Use std::filesystem instead of boost::filesystem.
  • Use std::optional instead of boost::optional.
  • Usage of TaoCpp algorithms library (as a dependency).
  • Optional and experimental usage of a new logging library.
  • Several improvements in the build system and continuous integration.

0.2.0

01 May 19:50
Compare
Choose a tag to compare

Network upgrade

At the MTP time of 1589544000 (May 15, 2020 12:00:00 UTC) the following behaviors will change:

  • OP_REVERSEBYTES support in script.

  • New SigOps counting method (SigChecks) as standardness and consensus rules.

  • Regarding IFP: For exchanges and users, this client will follow the longest chain whether it includes IFP soft forks or not. For miners, running this client ensures the getblocktemplate RPC call will not automatically insert IFP white-list addresses into the coinbase transaction.

Other changes

  • New DB mode: Read-only.
  • DB performance improvements.
  • Binary Logging (Experimental and optional feature).
  • New DB module (Experimental and optional feature).
  • New command line UI (Work in progress, experimental and optional feature).
  • Implement xversion message (Work in progress, experimental).
  • Removal of external Conan repositories.
  • Usage of new formater library.
  • Various bug fixes and stability improvements.
  • Code style improvements.

0.1.0

11 Feb 00:52
Compare
Choose a tag to compare
  • First release
  • Bitcoin Cash (BCH) 2019-Nov-15 hard fork support (Multisig Schnorr Signatures).