Skip to content

The Amsterdammertje Holiday [Skycoin v0.25.1]

Compare
Choose a tag to compare
@thomasmodeneis thomasmodeneis released this 13 Mar 11:47
· 19 commits to master since this release
36da1db

Added

  • Add CLI addressTransactions command
  • Add /api/v2/wallet/seed/verify to verify if seed is a valid bip39 mnemonic seed
  • Filter transactions in the History view in the UI

Fixed

  • /api/v1/health will return correct build info when running Docker containers based on skycoin/skycoin mainnet image.
  • #2083, Windows desktop wallet sometimes shows "Error#1" on start

Changed

  • Extend URI specification to allow plain addresses (i.e. without a skycoin: prefix)
  • Switch skycoin-cli from urfave/cli to spf13/cobra.
  • Now all options of a cli command must only use -- prefix instead of a mix of -- and - prefixes.
    • prefix is only allowed when using shorthand notation.
  • Use an optimized base58 library for faster address decoding and encoding.

Removed

For complete release notes, please check: https://github.com/skycoin/skycoin/releases/tag/v0.25.1