Skip to content

Bob Wallet 0.7.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chikeichan chikeichan released this 18 Feb 17:40
· 212 commits to master since this release

0.7.0-rc.1 is removed due to #307

Release Note

Special thanks to @RichardLitt @rithvikvibhu @Falci @mansaj @pinheadmz for contribution and code review!

Users experiencing the rescan loop bug should manually delete the wallet directory and re-import wallets.

To delete wallet directory without having to resync hsd:

  • Back up all seed phrases and unrevealed bids
  • MacOS Remove /Users/USER/Library/Application Support/Bob/hsd_data/wallet/ directory
  • Windows Remove /Users/USER/Library/Application Support/Bob/hsd_data/wallet/, or ~/Library/Application Support/Bob/hsd_data/wallet/
  • Linux Remove $HOME\AppData\Roaming\Bob\hsd_data\wallet
  • if still unfound, do a global search for hsd_data or Bob

Importing wallets with 200+ transactions

When importing wallet, set account depth to the number of transactions in your wallets, and round up to the nearest hundreds. For example, if you wallet has 1199 transactions, set the initial account depth to 1200. Otherwise, your wallet will require multiple rescan in order to find all missing transactions. If multiple rescan doesn't fix your wallet's problem, you might need to delete your wallet directory (instruction above) and re-import your wallet with a higher initial depth.

Upgrade from v0.6.0-rc.2 or below

Users from v0.6.0-rc.2 or below are strongly encouraged to completely uninstall Bob, delete their Electron directory (if applicable) and do a full resync for this release.

Instructions (Gist/sdtsui)

Change Log

  • 07afb44 - wallet: add ability to set account depth on first import; remove hsd soft fork (#301)
  • 5711bea - wallet: add back logging for wallet node (#302)
  • 9a5f455 - Slight style changes and spelling fixes
  • 75915ab - feature: add deeplink capability to bob (#274)
  • d8e2181 - my-domain: show next tree update under Records (#289)
  • a613ddf - my-domain: only show possible actions (#288)
  • 1d88811 - ui: display long names properly (#287)
  • 158ecab - auction: close bidding 1 block early (#286)
  • d28f875 - Explorer selection (#285)
  • 16f5135 - Show records for any domain (#283)
  • 3df8830 - ui: fix ZapTxModal typo