0.25.13-alpha
Please report bugs using the issue tracker at GitHub:
https://github.com/flokiorg/go-flokicoin/issues
This release introduces MuSig2 improvements and critical network parameter corrections for TestNet4.
Highlights
-
MuSig2 (Aggregated Nonce Signing)
- Added support for aggregated nonce signing flow in the MuSig2 implementation.
- Included comprehensive test coverage for the new signing flow.
-
Network Parameters
- TestNet4 P2P Port: Corrected the TestNet4 default P2P port from the Bitcoin value (
48333) to the Flokicoin value (65212). - Comment Cleanup: Updated inline comments in
chaincfg/params.goto reference Flokicoin rather than Bitcoin for the relevant network port entries.
- TestNet4 P2P Port: Corrected the TestNet4 default P2P port from the Bitcoin value (
-
Dependency Updates
- Go SDK: Updated minimum Go version requirement to
1.26.1. - Routine
go mod tidycleanup.
- Go SDK: Updated minimum Go version requirement to
Assets
Additional builds (ppc64, mips, *BSD, illumos/solaris) are available on the GitHub release page.