Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@ message Features {
// MIXED dice derivation are implemented. Hosts MUST check this before
// offering either dice mode: older firmware skips the unknown
// dice_only field and derives a different wallet without complaint.
optional bool supports_solana_lut_attestation =
29; // Firmware authenticates and presents host-resolved Solana address
// lookup-table accounts. False/absent means LUT data remains opaque
// and must follow the ordinary AdvancedMode blind-signing review.
}

/**
Expand Down Expand Up @@ -1073,6 +1077,11 @@ message DebugLinkState {
optional bytes dice_digest =
15; // SHA-256 of the ASCII dice-roll string collected during a
// dice_entropy ResetDevice workflow
optional string confirm_title =
16; // title of the most recent confirmation screen, as formatted
optional string confirm_body =
17; // body of the most recent confirmation screen, as formatted and
// before pagination; lets tests assert exact displayed text
}

/**
Expand Down
Loading