feat: device-protocol 7.14.0 — BIP-85, EVM metadata, Solana, TRON, TON, Zcash#100
Merged
BitHighlander merged 1 commit intomasterfrom Mar 25, 2026
Merged
feat: device-protocol 7.14.0 — BIP-85, EVM metadata, Solana, TRON, TON, Zcash#100BitHighlander merged 1 commit intomasterfrom
BitHighlander merged 1 commit intomasterfrom
Conversation
Combined device-protocol update for firmware 7.14.0: BIP-85: display-only contract update (Success response, not Bip85Mnemonic) EVM: EthereumTxMetadata + EthereumMetadataAck (wire IDs 115-116) Solana: SolanaTokenInfo for SPL token display TRON: structured TransferContract/TriggerSmartContract for clear-signing TON: clear-signing fields (to_address, amount, memo) + v4r2 hash verification Zcash: full Orchard PCZT streaming protocol (wire IDs 1300-1307) All changes additive, all string/bytes fields have nanopb options, package.json build scripts updated to include new proto files.
This was referenced Mar 23, 2026
BitHighlander
added a commit
to keepkey/python-keepkey
that referenced
this pull request
Mar 23, 2026
Points to keepkey/device-protocol#100 combined branch which contains all 7.14.0 proto additions. This commit exists on upstream — no fork-only pin. Note: build_pb.sh proto regen is fully reproducible from this pin.
3 tasks
pastaghost
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Combined device-protocol update for firmware 7.14.0.
12 files, +319/-17. All changes additive, backward compatible.
Changes by feature
Wire ID allocation
nanopb options
All new string/bytes fields have size limits in
.optionsfiles.package.jsonbuild scripts updated to include all new proto files.Test plan
protoccompiles all proto files cleanlynpm run buildsucceeds with new proto files