From 06e0f78876b68ff8d2a92cbe6c7838deed5269dc Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 1 Oct 2024 21:07:05 +0100 Subject: [PATCH 1/2] sketch out keystone wallet support --- CIP-0021/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CIP-0021/README.md b/CIP-0021/README.md index b250493225..e0952bbef3 100644 --- a/CIP-0021/README.md +++ b/CIP-0021/README.md @@ -146,6 +146,10 @@ In this exceptional case, auxiliary data must be encoded in their "tuple" format The `auxiliary_scripts` must be an array of length 0. +### Versioning + +This proposal will be updated alongside new versions of HW wallet firmware and tooling. + ## Rationale: how does this CIP achieve its goals? ### Canonical CBOR serialization format @@ -207,9 +211,16 @@ We think that votes and DRep certificates are rare and substantially distinguish The following list of features with missing support on particular hardware devices is subject to occasional changes. Some features might be added, but some could also be removed (e.g. if they take too much space needed for other features). +#### Keystone + +Keystone supports everything described here. + +Additionally KeyStone devices support: +- + #### Ledger: Nano S Plus, Nano X, Stax -Everything described here as allowed should (eventually) work on these devices. +Everything described here as allowed should work on these devices. #### Ledger: Nano S From a738fddf7b72f02e855f5db15703f9d34d6e4498 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 1 Oct 2024 21:07:52 +0100 Subject: [PATCH 2/2] add extra supported items --- CIP-0021/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CIP-0021/README.md b/CIP-0021/README.md index e0952bbef3..832786f512 100644 --- a/CIP-0021/README.md +++ b/CIP-0021/README.md @@ -216,7 +216,11 @@ The following list of features with missing support on particular hardware devic Keystone supports everything described here. Additionally KeyStone devices support: -- +- `proposal procedures` +- `stake_vote_deleg_cert` +- `stake_reg_deleg_cert` +- `vote_reg_deleg_cert` +- `stake_vote_reg_deleg_cert` #### Ledger: Nano S Plus, Nano X, Stax