Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Add Endpoint to Retrieve Info About Keystore #4696

@joepetrowski

Description

@joepetrowski

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.

Metadata

Metadata

Assignees

Labels

J0-enhancementAn additional feature request.U3-nice_to_haveIssue is worth doing eventually.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions