Back to list
Skycoin v0.24.0 Released
Skycoin v0.24.0
Skycoin v0.24.0 has been released and is available from GitHub.
This release brings wallet encryption, API versioning, and the Fiber coin creator tool:
- Wallet encryption/decryption — new CLI commands
encryptWallet,decryptWallet, andshowSeedfor securing wallets with passwords - 12/24 word seed support — option to generate 12 or 24 word mnemonic seeds when creating new wallets
- API versioning — all endpoints now prefixed with
/api/v1/, beginning the/api/v2beta endpoints - Transaction verification — added “Send” page verification step and new
POST /api/v2/transaction/verifyendpoint - Advanced spend UI — new advanced spending interface in the wallet
- Coin creator tool —
cmd/newcoinfor quickly bootstrapping new Fiber coins - libskycoin 0.0.1 — initial release of C bindings for cipher operations
- Improved syncing — reduced connection disconnects for more reliable blockchain synchronization
- Unified RPC/REST interface — JSON 2.0 RPC now served on the same port (6420) as the REST API
Install
Downloads are available on the GitHub release page for Linux, Windows, and macOS.