Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@plaprade plaprade released this 31 Oct 13:49
· 7 commits to master since this release
v0.8.0
36e6f5f
  • 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