Skip to content

KeepKey Vault v1.4.11

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 15:04
ea309b7

KeepKey Vault v1.4.11

Hotfix release — a single fix, nothing else.

Bug Fixes

  • Fixed signing EIP-712 typed data for Hyperliquid (and any dApp using colon-namespaced type names). Signing would previously fail with a generic "Failed to sign typed ETH message" error whenever a dApp's primaryType contained a colon — e.g. Hyperliquid's HyperliquidTransaction:ApproveAgent. The underlying eip-712 struct-hashing library truncated type names at the first non-word character, silently mangling the lookup and crashing. This affects all ~12 of Hyperliquid's user-signed action types (ApproveAgent, UsdSend, Withdraw, SpotSend, TokenDelegate, ApproveBuilderFee, and others sharing the same naming convention) — all are fixed by this one change, verified with known-answer regression tests. (keepkey/hdwallet#51)

Verification

  • arm64 DMG: notarized, stapled, Gatekeeper-accepted, backend smoke-tested
  • x86_64 DMG: notarized, stapled, Gatekeeper-accepted, on-wire hash verified against signed local build
  • Linux artifacts built and published by CI

Downloads

File SHA-256
KeepKey-Vault-1.4.11-arm64.dmg caf4c98898efb6c964b10a1e69d35f2d4596293a9f4278d485d9fd75519ab7a9
KeepKey-Vault-1.4.11-x86_64.dmg 03712185626fb7df03ef0675a4ef6212899e88ae7e79c6a2523bf2ea09c80a55
KeepKey-Vault-x86_64.AppImage e18c763ba3202af585a19bb4a0db7516ffdbdf209f542714d558ffe25b15a047
stable-linux-x64-keepkey-vault-Setup.tar.gz 8147b927ed6a2caad580d25ad1a3f12be76b8e6ada11dd540dcb9c86a093b137
stable-linux-x64-keepkey-vault.tar.zst 047851eec2ae8747f347d36699b6bf0ab4662421d1bd568be25e45af222ca7af
stable-macos-arm64-keepkey-vault.app.tar.zst 0d5e1bf2d824a39501b2a83b7ccdb6cc39f64e0ce30da252337d3dd8a280d4f1
stable-macos-x64-keepkey-vault.app.tar.zst 694529faaa6358451027a68911f7944d968b683ffc8234ce64535423781efbe3

Windows installer is built and signed separately and will be added to this release shortly.

To verify: shasum -a 256 <filename>

What's Changed

Full Changelog: v1.4.10...v1.4.11