0.25.5-beta
Please report bugs using the issue tracker at GitHub:
https://github.com/flokiorg/go-flokicoin/issues
Notable changes
- Added new blockchain checkpoints, including at block 0 and later heights.
- Enhanced PSBT handling: support for extended public keys (XPubs) and path validation.
- Added PSBT test coverage for BIP32 path serialization/deserialization.
- Improved validation of PSBT path minimum length.
- Improved block header timestamp validation.
- Updated mempool, txscript, and wallet to use
maps.Copy
for safer and cleaner map handling. - Fixed typo: corrected PSBT constant from
XpubType
toXPubType
. - Fixed minor issues in PSBT encoding/decoding and comments.
- Renamed
flokicoin-cli
toflokicoind-cli
across all binaries, config paths, and documentation.