KeepKey Firmware v7.14.0
Verification
Source commit: 810f0d3fbd430982c6cefe48a4486a772327a1e7
Merged to master as: 6b04006b75d9fd4226bd5051d680bab7baa7a4bb (#421)
To verify this release
git clone https://github.com/keepkey/keepkey-firmware
cd keepkey-firmware
git checkout v7.14.0
git submodule update --init --recursive
./scripts/build/docker/device/release.sh
tail -c +257 bin/firmware.keepkey.bin | shasum -a 256Expected hash: 8c1082eca6c6f79b14e84de6d0d21e15eff3c545982d97c9fc6e4b30365513c7
See https://keepkey.com/blog/verifying_keepkey_firmware for full verification workflow.
Note: The build embeds git describe output in the firmware binary, so verification must check out the tag (which points to 810f0d3) — not the merge commit on master.
What's new
- Solana support (GetAddress, SignTx, SignMessage) — #113
- Tron support — #114
- TON support — #115
- Zcash support — #116
- CircleCI → GitHub Actions migration
- Removed 8 dead ERC-20 tokens from legacy coin table
Full changelog: #421