-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Update LCD keys endpoint for crypto/keybase API updates #1442
Comments
@cwgoes are you talking about the Lines 240 to 261 in 6b55093
|
Is this issue still accurate? Do we need to do any additional work in this area cc @fedekunze |
I'm not sure what the current state is - also there's a PR in progress: #2090. We should definitely evaluate the endpoints to ensure DRY and minimize the likelihood that a caller will do something they didn't intend, especially around key derivation. |
There's a bug in the current design:
This confused a contract test I wrote and I had to add extra code to work around the bug. |
closing as we don't have keys exposed to the REST API anymore |
Do we need separate endpoints to return a seed and derive a key from that seed?
Ref 3533fc5
(we definitely want the ability to derive new keys from an existing seed;
Derive
will do that with an HD path)The text was updated successfully, but these errors were encountered: