Skip to content

Releases: haskoin/haskoin-wallet

Version 0.9.2

10 Nov 13:23
v0.9.2
578f9cf
Compare
Choose a tag to compare

Fix a typo in the deleteacc command

Version 0.9.1

10 Nov 12:49
v0.9.1
dcd6070
Compare
Choose a tag to compare
  • 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

09 Nov 12:08
v0.9.0
a66ebd7
Compare
Choose a tag to compare
  • 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

04 Nov 18:59
v0.8.3
a5b2bf9
Compare
Choose a tag to compare
  • 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

04 Nov 09:54
v0.8.2
9eea249
Compare
Choose a tag to compare
  • 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

01 Nov 19:31
v0.8.1
ae7827d
Compare
Choose a tag to compare
  • 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

31 Oct 13:49
v0.8.0
36e6f5f
Compare
Choose a tag to compare
  • 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

10 Oct 09:37
v0.7.2
ef7aaaa
Compare
Choose a tag to compare
  • Add a testacc command to verify the mnemonic and passphrase
  • Limit the --split option to the range [2-12]

Version 0.7.1

08 Oct 16:41
v0.7.1
52161d0
Compare
Choose a tag to compare

Fixed a bug from version 0.7.0 with the mnemonic splitting.

Version 0.7.0

08 Oct 17:33
v0.7.0
24b16bc
Compare
Choose a tag to compare
  • 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)