-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Good First IssueGreat issue for a new contributorGreat issue for a new contributor
Description
We need rippled to improve its manifest support:
- A
rippledinstance configured as a validator should offer an admin-only RPC command that can report the master public key, the ephemeral public key, the manifest sequence number and, if present, the domain associated with the manifest that the server is using. The command can bevalidator_info. If the server is not configured as a validator, the command should report an error. - Any
rippledinstance should offer an RPC command that, given a master or ephemeral public key, should report the master public key, the ephemeral public key, the manifest sequence number the domain associated with the given manifest (if present), and the manifest in base64-encoded format. The command can bemanifest. If the server does not have the given manifest, the command should report an error.
Optionally, for (1) a --validator-info command line should parse the config file, load the validator_token if one is present, and report the master and ephemeral public keys, the manifest sequence number and, if present, the domain associated with the manifest. Additionally, the command should report the base64 encoded manifest. Once completed, the program would terminate (similar to, e.g. --version)
Metadata
Metadata
Assignees
Labels
Good First IssueGreat issue for a new contributorGreat issue for a new contributor