You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Problem: Validators often run multiple clients of which only one is their actual validator. For example, they may have several sentries for each validator, and multiple validators may share sentries.
Validators want a way to query their node's keystore to see if it contains certain keys. This will probably take the form of an author RPC endpoint.
Input: The session keys for a given validator. (Can be obtained with nextKeys(stash: AccountId))
Output:true iff the node contains the private keys associated with the public session keys. false otherwise.
Problem: Validators often run multiple clients of which only one is their actual validator. For example, they may have several sentries for each validator, and multiple validators may share sentries.
Validators want a way to query their node's keystore to see if it contains certain keys. This will probably take the form of an
authorRPC endpoint.Input: The session keys for a given validator. (Can be obtained with
nextKeys(stash: AccountId))Output:
trueiff the node contains the private keys associated with the public session keys.falseotherwise.