INTcoin Core v1.0.5 released

INTcoin Core v1.0.5 is out

Quality + tooling release. No consensus changes, no datadir migration, no wallet format change. Drop-in replacement for v1.0.4.

Downloads

Verify against SHA256SUMS on the release page:

Highlights

  • intcoin-cli -regtest works out of the box (port + cookie-auth fixes)
  • MAX_STANDARD_SCRIPTSIG_SIZE test refresh after the 6000 β†’ 8000 bump in v1.0.4
  • 82 Boost test suites added to ctest coverage that were declared but never invoked β€” significant tightening of CI regression detection
  • Functional test framework: OS-assigned ports (no more parallel-runner port collisions), auto-create-default-wallet on node start
  • CI tooling: pre-baked Docker toolchain images per distro replace per-job apt/dnf resolver flakes

Other platforms

macOS, ARM64, RISC-V, s390x β€” build from source per the README support matrix. Source is reproducible via the bundled depends/ system; no host-package version skew.

Full changelog

docs/user/CHANGELOG.md

Credits

Thanks to everyone who waited through today’s CI plumbing. The release pipeline went through several iterations to land cleanly across both Tier 1 platforms; future releases land cleaner from this baseline. As always: report bugs in the #issues channel with OS + intcoind --version output.