Skip to content

Releases: k-nuth/kth

0.7.0

23 Nov 18:06
Compare
Choose a tag to compare

You can install Knuth node version 0.7.0 using these instructions.

This release includes the following features and fixes:

  • Bitcoin Cash 2020-Nov HF stability improvements.
  • ASERT anchor/reference block variables were hardcoded.
  • Scalenet fixes.
  • Other bugfixes.

0.6.0

27 Oct 21:01
Compare
Choose a tag to compare

You can install Knuth node version 0.6.0 using these instructions.

This release includes the following features and fixes:

  • Support the new network designed to test big/huge blocks: Scalenet (only for Bitcoin Cash).
  • Performance improvements.
  • Code style improvements.

0.5.3

20 Oct 01:47
Compare
Choose a tag to compare

You can install Knuth node version 0.5.3 using these instructions.

This release includes the following features and fixes:

0.5.2

19 Oct 15:44
Compare
Choose a tag to compare

You can install Knuth node version 0.5.2 using these instructions.

This release includes the following features and fixes:

  • Logging improved.
  • Code style improvements.

0.5.1

17 Oct 16:48
Compare
Choose a tag to compare

You can install Knuth node version 0.5.1 using these instructions.

This release includes the following features and fixes:

  • Fix for Visual Studio 2019 in Windows.
  • Code style improvements.

0.5.0

16 Oct 13:28
Compare
Choose a tag to compare

You can install Knuth node version 0.5.0 using these instructions.

This release includes the following features and fixes:

  • Use of spdlog as the default logging library.
  • Code style improvements.

0.4.5

12 Oct 19:37
Compare
Choose a tag to compare

You can install Knuth node version 0.4.5 using these instructions.

This release includes the following features and fixes:

  • Workaround to fix an issue in GCC 9.x (Linux) causing IBD to stop.

0.4.4

12 Oct 19:37
Compare
Choose a tag to compare

You can install Knuth node version 0.4.4 using these instructions.

This release includes the following features and fixes:

  • Some bug fixes.
  • Performance improvements.
  • Code modernization.
  • Improvements in CI/CD processes.

0.4.3

12 Oct 19:36
Compare
Choose a tag to compare

You can install Knuth node version 0.4.3 using these instructions.

This release includes the following features and fixes:

  • Support for XCode12 on macOS.
  • Refactoring so that the node reports the user-agent related to the version of the node lib instead of the version of the executable.
    In this way both the node executable and the node as a library (C++, C, C#, Javascript, etc ...) will now report the same version and the same user-agent.
  • Performance improvements.
  • Code modernization.
  • Improvements in CI/CD processes.

0.4.2

14 Sep 23:00
Compare
Choose a tag to compare

You can install Knuth node version 0.4.2 using these instructions.

This release includes the following features and fixes:

  • Support for the new testnet4 on Bitcoin Cash.
  • New setting for initialize the DB and then run the node (-r, --init_run).
  • New setting for specify the network: mainnet, testnet, regtest, testnet4 (-n, --network).
  • The internal names with which we define the Bitcoin Cash hardsforks have been renamed.
  • Other improvements in settings management.
  • Some bug fixes and code style improvements.