Skip to content

Releases: k-nuth/kth-mono

v0.70.0

31 Jul 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.69.0...v0.70.0

v0.69.0

29 Jul 16:32
Compare
Choose a tag to compare

What's Changed

  • refactor: replace deprecated create_old function with byte_reader pat… by @fpelliccioni in #35
  • feat: add GLOBAL_BUILD option to CMake configuration by @fpelliccioni in #38
  • feat: update secp256k1 configuration by @fpelliccioni in #39
  • feat: reorganize build scripts into scripts/ directory by @fpelliccioni in #36
  • feat: add Emscripten (WebAssembly) support by @fpelliccioni in #37
  • refactor: Conan package to expose multiple CMake targets by @fpelliccioni in #40
  • fix: C-API operation mutable by @fpelliccioni in #41
  • cleanup: secp256k1 cmake quiet by @fpelliccioni in #42
  • feat(build): enable tests by default in CMake and Conan for all major… by @fpelliccioni in #47
  • doc: update README and add BUILD_WITH_TESTS documentation by @fpelliccioni in #43
  • feat(ci): enable and run tests by default in all CI workflows by @fpelliccioni in #44
  • chore(scripts): update build scripts, add test runner, remove obsolet… by @fpelliccioni in #45
  • feat(tests): update and refactor test files for new test-enabled buil… by @fpelliccioni in #46
  • chore: remove doctest add catch2 lock by @fpelliccioni in #48
  • chore: update copyright year to 2025 by @fpelliccioni in #49
  • feat: Update secp256k1 from Bitcoin Cash Node with enhanced cryptographic modules by @fpelliccioni in #50
  • chore: general cleanup and code organization by @fpelliccioni in #51
  • feat: refactor transaction verification logic and utxo selection by @fpelliccioni in #53
  • chore: temporary adjustments in validation flow by @fpelliccioni in #54
  • fix: add gmp dependency reference to consensus component in conanfile by @fpelliccioni in #56
  • fix: integrate unit tests into build workflows and remove duplicate test job by @fpelliccioni in #58
  • feat: add clang-format static checks to CI workflow by @fpelliccioni in #59
  • fix: add missing conan profiles to unit test steps by @fpelliccioni in #60
  • ci: add SKIP_CLANG_FORMAT flag to temporarily disable formatting checks by @fpelliccioni in #62
  • feat: add cppcheck static analysis to CI workflow by @fpelliccioni in #64
  • feat: add IWYU (Include What You Use) analysis to CI workflow by @fpelliccioni in #65
  • feat: add local sanitizer testing script by @fpelliccioni in #66
  • fix: resolve GitHub Actions env context error in workflow calls by @fpelliccioni in #67
  • fix: resolve sanitizer conflicts between AddressSanitizer and ThreadS… by @fpelliccioni in #68
  • feat: add local sanitizer build script based on build.sh by @fpelliccioni in #69

Full Changelog: v0.68.1...v0.69.0

v0.68.1

30 Jun 14:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.68.0...v0.68.1

v0.68.0

29 Jun 22:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/k-nuth/kth-mono/commits/v0.68.0