Bob Wallet 0.7.1
Release Note
This minor release include a critical fix for shakedex
where users were not able get past the Ready to Finalize
stage when a name is finalized outside of the exchange view.
It also includes a few goodies:
- ability to change
hsd
home directory - ability to persist and update API keys
- support all records types via deeplinking
- many fixes for auction status display issues
Many many thanks to @rithvikvibhu , @Falci , and @kurumiimari for contributions.
Please follow upgrade instruction below to upgrade your Bob to latest version.
Upgrading from previous version
Users upgrading from previous version are no longer required to remove wallet directory and re-import.
User affected by rescan issue
If your wallets were affected by this issue, you would see your wallet get stuck during rescan from previous versions of Bob. To fix this problem, you may follow the following steps:
- Go to Settings -> Wallet.
- Click Backup WalletDB to back up your wallet db to somewhere safe.
- Once you have backed up your wallet db, click Deep Clean + Rescan.
- Check the box
I have backed up my Wallet DB
- Click Deep Clean and Rescan
- Once rescan completes, your wallet should be back to working state!
User affected by large lookahead issue (uncommon)
Follow this guide to restore your wallet. You will need to be proficient in CLI, and have hs-client
and hsd
installed globally via npm
. If your wallet is affected by large lookahead and are non-technical, please at-mention chikeichan
or bobwallet_support
in our Telegram support channel for help.
Change Log
- 2c2eac2 - shakedex: query finalize tx when cancelling listing (#337)
- 004c2d7 - deeplink: fix fulfillaction missing import (#336)
- 6fd50ce - shakedex: use node api key in context (#335)
- 222c075 - setting: add ability to update and persist api key
- c176f74 - node: add setting for changing hsd home directory
- 42fd4e9 - Add ShakeDex fee support (#327)
- fb3935f - Deeplink: support to more record types (#321)
- ec974ad - domain-manager: fix expiry value in table (#326)
- 9a684c7 - Deeplink: refactor (#319)
- 8723c0b - Updated atomic swap values in tx list (#296)
- 61a11c5 - Updated terminology for mask and disguise
- cacc9a8 - Show bids and records when appropriate (#160)
- 1b67476 - Fixed red warning when reveal has just started
- 5b72726 - Fixed Highest Lockup amount
- c1158d1 - Fixed Reveal Ends time
- 2a6f9b5 - Update auction page along with current block
- 953478d - Scrollable bid list in auctions page (#119)
- 24a39ff - shakedex: query finalize tx when not found in db (#333)