Skip to content

Releases: kyokan/bob-wallet

rc.1-v0.5.0

10 Aug 07:07
799f7f2
Compare
Choose a tag to compare
rc.1-v0.5.0 Pre-release
Pre-release

Edit - 08-15-2020
Please Note: pre-release software is generally considered to be unstable and intended to be tested by developers only.
The latest stable release is 0.4.0, available here.


This release adds support for custom-rpc, uplifts the settings UI.

It also adds punycode support, contributed by Fernando Falci. He is the developer behind parking.sinpaples, and has proposed a parking standard, both worth checking out. Thank you, @Falci!

Screen Shot 2020-08-09 at 11 50 11 PM

Thank you to the HNS community for QA, feedback, and suggestions.
In particular, Brandon Dees, Matthew Zipkin, and Matthew Slipper.

If you would like early alpha access to our hosted API (obviating the need for longer syncs when switching devices), please DM me on Telegram (@sdtsui) to be added to a waitlist. If you have commits on kyokan-bob as of 07-10-2020 and contact me before this candidate is officially released, you'll be granted lifetime access for free.

v0.4.0

05 Jul 21:23
Compare
Choose a tag to compare

Added

  • Added the ability to initiate transfers from the Bob UI

v0.3.0

08 Jun 20:56
Compare
Choose a tag to compare

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

v0.2.9-rc.3

06 Jun 00:20
Compare
Choose a tag to compare
v0.2.9-rc.3 Pre-release
Pre-release

Fixed a bug where lots of names would not appear

v0.2.9-rc.2

03 Jun 22:35
Compare
Choose a tag to compare
v0.2.9-rc.2 Pre-release
Pre-release

Fixes an issue in the previous RC on systems without libgmp installed.

v0.2.9-rc.1

26 May 15:55
Compare
Choose a tag to compare
v0.2.9-rc.1 Pre-release
Pre-release
Bump RC version

v0.2.8

17 Mar 22:14
Compare
Choose a tag to compare

Fixed

  • Fixed a crash when names transitioned from the bidding to revealing state

v0.2.7

16 Mar 20:57
Compare
Choose a tag to compare

Added

  • Added an additional warning to the reset screen to highlight how bids need to be re-imported after deleting a wallet
  • Added an HNScan link to the transaction confirmation dialog

Fixed

  • Fixed date calculations on auction screens
  • Fixed auction pages to show "Coming Soon" when auctions aren't available yet
  • Fixed copy on the "Get Coins" screen to accurately reflect when the hs-airdrop snapshot was taken

Changed

  • Leading and trailing whitespace is now removed before verifying seed phrases
  • Updated copy on the auctions screen to say "Your Bids," rather than "Bid History," which more accurately reflects the data being displayed

v0.2.6

16 Feb 06:55
Compare
Choose a tag to compare

Added

  • Added a feature to specify custom fee rates
  • Added links to HNScan on the transactions page

v0.2.5

15 Feb 00:18
Compare
Choose a tag to compare

Fixed

  • Fixed an error in which balances did not automatically update on the account screen

Changed

  • Changed fee estimation screen to properly account for how the fee is a rate, not a flat fee per transaction