Skip to main content

0.25.10-beta

Please report bugs using the issue tracker at GitHub:

https://github.com/flokiorg/go-flokicoin/issues

This release tightens RPC correctness, improves sync heuristics, refreshes checkpoints, and renames the daemon/CLI binaries. Upgrade to stay aligned with the network and to adopt the new lokid/lokid-cli names.

Upgrade notes

  • Daemon and CLI renamed to lokid and lokid-cli (previously flokicoind/flokicoind-cli). Update service files, scripts, and container entrypoints accordingly.

Highlights

  • Consensus and checkpoints
    • Refreshed mainnet checkpoints through height 209,771 to speed up initial sync.
  • Networking and sync
    • Improved outbound peer group tracking and ensured peers answer getblocks, reducing stalls near tip.
    • Tightened download scheduling when already current to avoid redundant fetches.
    • Refined block header/message serialization for sturdier I/O paths.
  • RPC
    • getblockchaininfo now derives verification progress from best peer headers; getblock exposes richer block details.
    • getrawtransaction response types and help text now match payloads; createrawtransaction enforces stricter amount validation.
    • Added block statistics aggregation powering getblockstats (fee/size percentiles, UTXO deltas).
    • getinfo reports the correct P2P protocol version and fills missing fields.
  • Mempool and validation
    • Switched value bounds to full int64 range and guarded dust checks against overflow when computing MaxLoki/fee policy.
    • Validation errors now emit properly cast MaxLoki values to avoid misleading messages.
  • Tooling and tests
    • Added deterministic block dataset generator (make testexport) and refreshed fixtures for CI stability.
    • Strengthened difficulty/statistics and outbound group accounting test coverage.

Notable commits (chronological)

Assets

OS/ArchAsset
macOS (Apple Silicon)https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-darwin-arm64-v0.25.10-beta.tar.gz
macOS (Intel)https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-darwin-amd64-v0.25.10-beta.tar.gz
Linux x86_64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-linux-amd64-v0.25.10-beta.tar.gz
Linux arm64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-linux-arm64-v0.25.10-beta.tar.gz
Windows x86_64https://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-windows-amd64-v0.25.10-beta.zip
Windows 32-bithttps://github.com/flokiorg/go-flokicoin/releases/download/v0.25.10-beta/lokid-windows-386-v0.25.10-beta.zip

Additional builds (ppc64, mips, *BSD, illumos/solaris) are available on the GitHub release page.