Releases: haskoin/haskoin-wallet
Releases · haskoin/haskoin-wallet
Version 0.9.2
Version 0.9.1
- Add a
deleteacc
command for deleting an account - The next valid account index is now the smallest unused index
- Add a --minconf option for specifying the minimum number of confirmations to spend a coin
- Improvements to the database versioning
Version 0.9.0
- Add backup and restore commands to backup the wallet state (accounts and address labels).
- Address labels are now displayed in transaction commands
- Add database version migration capabilities
Version 0.8.3
- Sweep transactions no longer need addresses. They can sweep the private keys directly.
- Sweep transaction output amounts are no longer randomized.
- Improve the output of the command-line pretty printer
Version 0.8.2
- Add a "database-file" option to the configuration file to specify a custom location. If set to "null", the default location will be used.
- Display transaction fees for all transaction types
Version 0.8.1
- Nice default command-line output
- JSON output is available with the --json option
- Fix a bug with the account discovery command
Version 0.8.0
- Use an SQlite3 database to store accounts, addresses, transactions, coins and pending transactions locally
- The database is synced with the blockchain using the syncacc command
- Add a configuration file to specify a different API host, the gap value and batching values
- Account and transaction import/export are in separate commands
- Pending transactions now properly lock the coins they spend
- Improved internal address management
Version 0.7.2
- Add a testacc command to verify the mnemonic and passphrase
- Limit the --split option to the range [2-12]
Version 0.7.1
Fixed a bug from version 0.7.0 with the mnemonic splitting.
Version 0.7.0
- Porting the codebase to work with haskoin-core version 1.0.0
- Fix base-6 (dice) conversion functions
- Add a rolldice command
- Add the possibility to split a mnemonic into arbitrary amount of parts using xor. All parts are required for signing.
- Basic support for address labels
- Add more documentation to the command-line --help
- Ported most tests from the old codebase
- Bump version to 0.7.0
Note: Do not use this release. It has a bug with mnemonic splitting (--split)