Skip to content

v0.3.0

Compare
Choose a tag to compare
@mslipper mslipper released this 08 Jun 20:56
· 334 commits to master since this release

Fixed

  • Fixed total amount received by a transaction with multiple outputs to the wallet
  • Fixed sluggish UI from mass of redundant rpc calls on "Your Bids" view
  • Fixed a bug where lots of names would not appear

Added

  • Added warning for missing bid values and functionality to repair missing bids
  • Added wallet action in Settings page to delete unconfirmed transactions
  • Added "Rescan Auction" button to import name into wallet and discover existing bids
  • Automatically rescan auction if a user bids on a name that is not already in the wallet
  • Introduce "Wallet Sync" modal that blocks UI and displays wallet rescan progress

Changed

  • Switch bcrypto backend to native for remarkable performance improvements
  • Total Balance is now the "unconfirmed" balance from hsd. Unlocked balance is replaced
    with "spendable" balance which is total unconfirmed minus total locked coins
  • Covenants in portfolio view now display their value as it affects spendable balance
  • Improvements to maxSend based on spendable balance and cleaner fee estimation
  • Bob will ask user for passphrase whenever private key is needed (e.g. send TX)
  • Bob will no longer "logout" when underlying hsd wallet is locked, however
    Bob will still lock the hsd wallet on logout or idle timeout