0.26.1-alpha
Please report bugs using the issue tracker at GitHub:
https://github.com/flokiorg/go-flokicoin/issues
This release adds CI (build/vet/test on every push and PR) and fixes 13 go vet findings surfaced by the first real vet run under CI.
Highlights
CI
- Added
.github/workflows/ci.yaml: runsgo build,go vet, andgo teston push tomainand on pull requests.
Fixes
rpcclient: fixed bare IPv6 literal handling inParseAddressString.peer,mining/cpuminer: two call sites passed an already-formatted error string as the format string itself toErrorf— a real risk if the message ever contains a literal%. Switched to passing the string as an argument.mining: fixed a wrong format verb forfeePerKBin a log line.chainjson: fixed a non-constant format string in the help-text writer.server: switched a filter-type log call fromDebugtoDebugfso its arguments are actually interpolated.txscript: fixed the format verb used forScriptInfoin a test failure message.crypto/schnorr/musig2: stopped callingt.Fatalffrom worker goroutines (not safe outside the test's own goroutine).blockchain: removed unreachable code left after a disabled rule-activation warning path; switched two disabled tests from a barereturntot.Skipso they're reported as skipped rather than silently doing nothing.integration: switched a disabled invalidate/reconsider block test from a barereturntot.Skip.wire: removed a duplicatereturnstatement in an auxpow test helper.
All 13 are mechanical vet-driven fixes — no behavioral changes to consensus, signing, or networking logic.
Assets
Additional builds (ppc64, mips, *BSD, illumos/solaris) are available on the GitHub release page.