feat: TRON, TON, Zcash Orchard, and BIP-85 support (device-protocol 7.14.0)#31
Merged
BitHighlander merged 8 commits intomasterfrom Mar 20, 2026
Merged
feat: TRON, TON, Zcash Orchard, and BIP-85 support (device-protocol 7.14.0)#31BitHighlander merged 8 commits intomasterfrom
BitHighlander merged 8 commits intomasterfrom
Conversation
Wire IDs (device-protocol 7.14.0):
- TRON: 1400-1403 (GetAddress, Address, SignTx, SignedTx)
- TON: 1500-1503 (GetAddress, Address, SignTx, SignedTx)
SLIP-44: Tron=195 (secp256k1, m/44'/195'/0'/0/0)
Ton=607 (Ed25519, m/44'/607'/account')
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Device-protocol 7.14.0 wire IDs:
- TRON: 1400-1403 (GetAddress, Address, SignTx, SignedTx)
- TON: 1500-1503 (GetAddress, Address, SignTx, SignedTx)
- Zcash: uses messages-zcash_pb (GetOrchardFVK, SignPCZT)
SLIP-44: Tron=195 (secp256k1, m/44'/195'/0'/0/0)
Ton=607 (Ed25519, m/44'/607'/account')
Zcash=133 (ZIP-32, m/32'/133'/account')
Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- hdwallet-core: Bip85Wallet interface, Bip85GetMnemonicMsg type, supportsBip85() guard - hdwallet-keepkey: bip85GetMnemonic() using firmware msg types 120/121 Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
- keepkey.ts: fix import sort order (Ton/Tron/Zcash alphabetical) - ton.ts: add eslint-disable for protobuf namespace pattern, fix prettier - tron.ts: add eslint-disable for protobuf namespace pattern, fix prettier Co-Authored-By: Claude Opus 4.6 <[email protected]>
…ress encoding - BIP-85: return Bip85DisplayResult (displayed: boolean) instead of Bip85Mnemonic, firmware no longer sends mnemonic over USB - TON: add bounce, memo, isDeploy fields to TonSignTx proto bindings (fields 9-11) - TRON: use getWrapperField for transfer sub-message serialization (was silently dropping transfer data), use Base58 toAddress instead of hex (firmware rejects hex)
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
Wire ID Allocation (device-protocol 7.14.0)
BIP-85 Details
hdwallet-core:Bip85Walletinterface,Bip85GetMnemonicMsgtype,supportsBip85()type guardhdwallet-keepkey:bip85GetMnemonic({ wordCount: 12|18|24, index })via firmware msg 120/121LONG_TIMEOUT(5 min) for device interactionTest plan