Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: keepkey/device-protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: keepkey/device-protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-715
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jun 30, 2026

  1. feat: protocol additions for the firmware 7.x release

    Adds the device-protocol messages required by the upcoming firmware release:
    
    - thorchain: ThorchainMsgSend.denom (field 11) — non-RUNE assets (TCY, RUJI, IBC)
    - ripple:    RippleSignTx.memo (field 7) — XRP->THORChain swap routing
    - hive:      full Hive support — HiveGetPublicKey(s), HiveSignTx,
                 HiveSignAccountCreate/Update (MessageType 1600-1609)
    - zcash:     clear-signing + Orchard shielded protocol (transparent in/out/ack,
                 PCZT, FVK, display-address)
    
    All additions are new optional fields / new message types — additive and
    backward-compatible. lib/ bindings are gitignored build artifacts; package.json
    build:js/json updated to include messages-hive.proto.
    BitHighlander committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    f9e6081 View commit details
    Browse the repository at this point in the history
Loading