iotex-analytics icon indicating copy to clipboard operation
iotex-analytics copied to clipboard

Add Index field for BucketInfo

Open ququzone opened this issue 4 years ago • 1 comments

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.

ququzone avatar Jul 28 '20 06:07 ququzone

cannot be solved w/o rpc api support

newyear6565 avatar Aug 03 '20 08:08 newyear6565