Skip to content

live data for network and cores #7

Description

@clearloop

on importing blocks, we need to record the author (validator) and cores used to our database, the data will be used in

  1. the core dashboard in /
  2. and the validators map in /network
query Live {
    slot 
    authors
    cores
}

for supporting the /network dashboard, we need a common query for validators state on epochs

query Validators(epoch) {
     validators # a list of validators' bandersnatch pub key via the order of authoring blocks, safrole / fallback
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions