coderbradlee
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 } } } } ```  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...