coderbradlee

Results 7 issues of coderbradlee

hi: when I start two geth in the same vm,there's error : Failed to delete bloom bits err="leveldb: closed" I already split the datadir and dagdir to diffrent dir,any idea...

``` query { action{ byType(type: "execution"){ exist actions(pagination: {skip: 0,first:2}){ actHash blkHash timeStamp actType sender recipient amount gasFee } count } } } ``` need to optimize this sql probably:...

``` query { voting(startEpoch: 11000, epochCount: 10) { candidateInfo{ epochNumber candidates{ name address totalWeightedVotes selfStakingTokens operatorAddress rewardAddress } } } } ``` ![image](https://user-images.githubusercontent.com/5837417/89860591-6740b680-dbd6-11ea-9873-00e25e66bbef.png) The result should order by epochNumber

1、need to add topics index for xrc_history related api: ``` query { xrc20{ byAddress(address:"io163l2vyqhmvwfa70lfjucenrp8ctac0sfevg59y", numPerPage:10,page:0) { exist count xrc20{ contract hash timestamp from to quantity } } } } query...