Skip to content
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

Add validator list RPC calls (RIPD-1541) #2242

Closed
wants to merge 3 commits into from

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    d81f1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a9a5e View commit details
    Browse the repository at this point in the history
  3. Add validator list RPC commands (RIPD-1541):

    In support of dynamic validator list, this changeset:
    
    1. Adds a new `validator_list_expires` field to `server_info` that
    indicates when the current validator list will become stale.
    2. Adds a new admin only `validator_lists` RPC that returns the
    current list of known validators and the most recent published validator
    lists.
    3. Adds a new admin only `validator_sites` RPC that returns the list of
    configured validator publisher sites and when they were most recently
    queried.
    bachase committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    9b6ce34 View commit details
    Browse the repository at this point in the history