-
Notifications
You must be signed in to change notification settings - Fork 71
NUT-01: return keyset metadata #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Expose `active` and `input_fee_ppk` on keysets returned from `/v1/keys` and align the `/v1/keys/{keyset_id}` example accordingly.
This lets wallets derive the keyset ID and associated keyset metadata from the `/keys` payload without an extra round-trip to `/keysets`.
|
We probably need the |
yes, that would have to wait for or be merged into the keyset v2 PR |
thesimplekid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b48eeb8
|
Will resolve issue: #289 |
robwoodgate
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK @ b48eeb8
Expose
activeandinput_fee_ppkfields on keysets returned from/v1/keysendpoint and align the/v1/keys/{keyset_id}example accordingly.This allows wallets to compute the keyset ID and access associated keyset metadata directly from the
/keysresponse without requiring an additional round-trip to the/keysetsendpoint.closes #289