Releases: k-nuth/kth
0.7.0
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
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
You can install Knuth node version 0.5.3 using these instructions.
This release includes the following features and fixes:
- Workaround to fix an error in the crawlers cashnodes.bitcoinunlimited.info and cash.coin.dance/nodes.
Now Knuth nodes are counted by this tool.
0.5.2
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
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
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
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
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
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
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.