Kth Versions Save

High performance Bitcoin development platform

v0.33.0

1 year ago

You can install Knuth node version v0.33.0 using these instructions.

This release includes the following features and fixes:

  • Use Conan Transitive Dependencies.
  • Fix Database in Full mode.
  • Improve CI/CD infrastructure.
  • Uses C++ API v0.33.0.

Full Changelog: https://github.com/k-nuth/node-exe/compare/v0.32.0...v0.33.0

v0.32.0

1 year ago

You can install Knuth node version v0.32.0 using these instructions.

This release includes the following features and fixes:

v0.31.0

1 year ago

You can install Knuth node version v0.31.0 using these instructions.

This release includes the following features and fixes:

v0.30.0

1 year ago

You can install Knuth node version v0.30.0 using these instructions.

This release includes the following features and fixes:

  • Updated external dependencies.
  • Several minor fixes.
  • Uses C++ API v0.30.0.

v0.29.0

1 year ago

You can install Knuth node version v0.29.0 using these instructions.

This release includes the following features and fixes:

v0.28.0

1 year ago

You can install Knuth node version v0.28.0 using these instructions.

This release includes the following features and fixes:

v0.27.0

1 year ago

You can install Knuth node version v0.27.0 using these instructions.

This release includes the following features and fixes:

  • secp256k1 performance improvements backported.
  • Some fixes to support for Visual Studio 2022 on Windows.
  • Uses C++ API v0.27.0.

v0.26.0

1 year ago

You can install Knuth node version v0.26.0 using these instructions.

This release includes the following features and fixes:

  • Fixed compatibility between different versions of the C++ standard library.
  • Support for Visual Studio (MSVC) was restored.
  • Uses C++ API v0.26.0.

v0.25.0

1 year ago

You can install Knuth node version v0.25.0 using these instructions.

This release includes the following features and fixes:

  • Knuth's build system (kthbuild) has been completely rewritten. For x86-64 systems (AMD, Intel, etc.) kthbuild now supports all five industry-defined microarchitecture levels: x86-64-v0, x86-64-v1, x86-64-v2, x86-64-v3, and x86-64-v4. This version of node has been compiled using kthbuild v1.0.37. We have chosen to distribute binaries compiled using the x86-64-v3 microarchitecture level. However, if your platform does not support the x86-64-v3 microarchitecture level, kthbuild will automatically compile from source using your platform's specifications. And if your platform is better than x86-64-v3, you can take advantage of your hardware by compiling node with -o march_strategy=optimize.
  • Uses C++ API v0.25.0
  • Support for Visual Studio (MSVC) has been temporarily discontinued.
  • Some external dependencies were updated.

v0.24.0

2 years ago

You can install Knuth node version v0.24.0 using these instructions.

This release includes the following features and fixes:

  • Support for Visual Studio 2022 on Windows.
  • Uses C++ API v0.24.0
  • Several external dependencies were updated.