Skip to content

v4.43.0

Latest
Compare
Choose a tag to compare
@benma benma released this 09 Jul 11:09
· 134 commits to master since this release
v4.43.0
be68613

Release notes

  • Bundle BitBox02 firmware version v9.19.0
  • Add support for exporting and importing transaction notes and account names
  • Android: enable transactions export feature
  • Use mempool.space as preferred fee estimation source for BTC
  • Add DMG installer for macOS
  • Format amounts using localized decimal and group separator
  • Support pasting different localized number formats, i.e. dot and comma separated amounts
  • Add Satoshi as an option in active currencies
  • Show address re-use warning and group UTXOs with the same address together in coin control.
  • Fix encoding of transaction notes on Windows
  • Add red dot in sidebar and on device settings tab to indicate that there is a firmware upgrade
  • Add specific titles to guides replacing the generic "Guide" previously used on all pages
  • New feature in advanced settings: Export logs

Verifying the release

Get a public key of security@shiftcrypto.ch with fingerprint DD09 E413 0975 0EBF AE0D EF63 5092 49B0 68D2 15AE:

curl https://bitbox.swiss/download/shiftcryptosec-509249B068D215AE.gpg.asc | 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.43.0-macOS.dmg.asc

You should see the following output:

gpg --verify BitBox-4.43.0-macOS.dmg.asc
gpg: assuming signed data in 'BitBox-4.43.0-macOS.dmg'
gpg: Signature made <DATE AND TIME>
gpg:                using RSA key DD09E41309750EBFAE0DEF63509249B068D215AE
gpg: Good signature from "ShiftCrypto Security <security@shiftcrypto.ch>" [ultimate]

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