github BitBoxSwiss/bitbox-wallet-app v4.29.0

latest releases: v4.44.0, v4.44.0-rc1, v4.43.0...
3 years ago

Release notes

  • Add support for the Address Ownership Proof Protocol (AOPP), i.e.: handle 'aopp:?...' URIs. See https://aopp.group/.
  • Add fee options for Ethereum based on priority, and the ability to set a custom gas price
  • Updated to Qt 5.15 from Qt 5.12 for Linux, macOS and Windows
  • Add a guide entry: How to import my transactions into CoinTracking?
  • Revamped account-info view to show account keypath, scriptType etc.
  • Allow disabling accounts in 'Manage accounts'
  • Prevent screen from turning off while the app is in foreground on Android
  • Allow entering the BitBox02 startup settings in 'Manage device' to toggle showing the firmware hash at any time
  • More user-friendly messages for first BitBox02 firmware install
  • Use hardware accelerated rendering in Qt if available

Verifying the release

Get benma's public key:

curl 'https://keybase.io/benma/pgp_keys.asc?fingerprint=2260e48288882c76afaa319d67a2b160f74db275' | gpg --import
# or via Tor hidden service, using the Tor daemon proxy:
curl --socks5-hostname localhost:9050 'http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/benma/pgp_keys.asc?fingerprint=2260e48288882c76afaa319d67a2b160f74db275' | gpg --import
# or via Tor hidden service, using the Tor browser proxy:
curl --socks5-hostname localhost:9150 'http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/benma/pgp_keys.asc?fingerprint=2260e48288882c76afaa319d67a2b160f74db275' | gpg --import

Download the app for your platform and the corresponding .asc file and place them in the same folder.

We will verify the signature of the macOS release as an example. The other files are verified in the same way by replacing the filename.

To verify the signature, execute:

gpg --verify BitBox-4.29.0-macOS.zip.asc

You should see the following output:

gpg --verify BitBox-4.29.0-macOS.zip.asc
gpg: assuming signed data in 'BitBox-4.29.0-macOS.zip'
gpg: Signature made <DATE AND TIME>
gpg:                using RSA key 2D8876810AB092E451DCA894804538928C37EAE8
gpg: Good signature from "Marko Bencun <marko@shiftcrypto.ch>" [ultimate]
gpg:                 aka "Marko Bencun <mbencun+pgp@gmail.com>" [ultimate]

(The [ultimate] could say [unknown] or something else depending on your trust level.)

Note: For Android, this commit was used to build the release.

Note: For Windows, this commit was used to build the release.

Don't miss a new bitbox-wallet-app release

NewReleases is sending notifications on new releases.