Skip to content
Merged
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
5 changes: 5 additions & 0 deletions messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ message Features {
optional bool wipe_code_protection = 25;
optional uint32 auto_lock_delay_ms =
26; // Current auto lock delay (in milliseconds)
optional bool supports_taproot =
27; // Firmware can derive and spend P2TR (BIP-86 / BIP-340 / BIP-341).
// Lets a host detect taproot support directly instead of inferring
// it from a firmware version, which breaks whenever the feature is
// retargeted to a different release.
}

/**
Expand Down
Loading