-
Notifications
You must be signed in to change notification settings - Fork 15
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
SIP-30: Entropy Source Identifiers #156
base: main
Are you sure you want to change the base?
Conversation
ba75faa
to
9571b7a
Compare
9571b7a
to
3d7bdaf
Compare
Why does this have to be a new API? If it involves a new optional parameter, it can be backwards compatible. If the Snap does not include the parameter in the request, default to the legacy behavior. If the parameter is included, then use that parameter to identify the entropy source. |
That's the general idea. We retain all the |
@Montoya I've added a section describing the behaviour if the parameter is not included |
// } | ||
``` | ||
|
||
#### `snap_getBip32PublicKeyFromSource` |
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.
#### `snap_getBip32PublicKeyFromSource` | |
#### `snap_getBip32PublicKey` |
|
||
### New RPC Methods | ||
|
||
#### `snap_listAvailableEntropySources` |
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.
#### `snap_listAvailableEntropySources` | |
#### `snap_listEntropySources` |
No description provided.