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

Add Index field for BucketInfo #273

Open
ququzone opened this issue Jul 28, 2020 · 1 comment
Open

Add Index field for BucketInfo #273

ququzone opened this issue Jul 28, 2020 · 1 comment
Assignees

Comments

@ququzone
Copy link
Collaborator

ququzone commented Jul 28, 2020

Query

query{
  delegate(startEpoch: 10928, epochCount: 1, delegateName: "longz"){
    bucketInfo{
      exist
      bucketInfoList{
        epochNumber
        bucketInfo{
          isNative
          voterEthAddress
          votes
          remainingDuration
          decay
        }
        count
      }
    }
  }
}

Scheme:
截屏2020-07-28 下午2 42 43

Index field stored in buckets tables.

@newyear6565
Copy link
Contributor

newyear6565 commented Aug 3, 2020

cannot be solved w/o rpc api support

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants