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

go: Various requested gRPC API additions. #2750

Merged
merged 2 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. go/staking: Add a Delegations call, and expose over gRPC

    This adds a Delegations call in the spirt of DebondingDelegations that
    returns a map of delegations for a given delegator.
    Yawning committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d5c2d8e View commit details
    Browse the repository at this point in the history
  2. go/scheduler: Validators now returns validators by node ID

    The consensus ID isn't all that useful for most external callers, so
    querying it should just return the validators by node ID instead.
    Yawning committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4ef4106 View commit details
    Browse the repository at this point in the history