Consensys/ethql

Block->ommers: resolve into EthqlBlocks

raulk opened this issue · 1 comments

raulk commented

Support the following:

{
  block(number: 5000000) {
    ommers {
      hash
      transactionCount
      transactions {
        hash
      }
    } 
  }
}

Make sure that the transactionFilter and the block fetch hints (log and transactions) work properly.

Ommers won't have transactions, correct? See example ommer.