Skip to content

Bright Boson 2.1.4910

Compare
Choose a tag to compare
@gingervik gingervik released this 14 May 15:05
· 9163 commits to mainnet since this release

Features:

  • [desktop wallet] If user forgot his wallet password he can restore his funds using the seed phrase (no need to manually delete the wallet database anymore) #165
  • [cli wallet] Transactions can be deleted #604
  • [desktop wallet] Optionally, submitting a password will be required to approve every outgoing transaction. Again, this optional behaviour can be switched on/off in Settings #146

Improvements:

  • [desktop wallet] Transaction ID is shown in extended transaction details #596
  • [desktop wallet] QR code format is more robust and allows to embed data pieces beyond the receiver’s address: an amount to transfer is the first step, more parameters will be added later #617
  • [desktop wallet] Ground work was done to enable the app to speak many languages in the near future. #544
  • [desktop wallet] User can change address expiration from never to 24h #560

Fixes:

  • [desktop wallet, cli wallet] Wallet was receiving transactions, while being in sync. These transactions were received on the wrong height, hence they were quickly becoming expired. Not anymore. #602
  • [desktop wallet] Displaying a friendly error when timezone settings on user's machine are out of sync #578

Known limitations

  • Inconsistent transaction statuses when running two or more wallets that use the same wallet.db file, cloned manually
  • If multiple wallets are restored from the same seed phrase, transaction history and addresses will not be shared among the wallets

Points to mention:

  • In case a mobile wallet is connected to a random node and the user has both mobile and a desktop wallets which are using the same seed phrase, the funds sent to the desktop wallet won’t appear on the mobile wallet. If the desktop wallet is running a local node, it will see funds sent to both wallets. The reason is that the local node (integrated into desktop wallet) always monitors the blockchain for UTXOs related to the seed of the wallet. The mobile wallet does not run a local node and thus can only monitor transactions sent to its specific SBBS addresses. Of course, no funds will be lost in any event.

For a more comprehensive list of the tasks accomplished please read here: https://github.com/BeamMW/beam/projects/12

Verifying release binaries
PGP key: "A6C6 2C9F 5593 1860 AFF8 3BBB 997E AB9F 3DF7 F375"

  1. Go to https://keybase.io/beammw and get the Public PGP key.
  2. Download the signed binary file (with extension .asc) you want to verify.
  3. Verify signature using PGP Suite or any other PGP verification tools

Misc

  • The work on Atomic Swap is well in the process