Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Block->ommers: resolve into EthqlBlocks #101

Open
raulk opened this issue Aug 7, 2018 · 1 comment
Open

Block->ommers: resolve into EthqlBlocks #101

raulk opened this issue Aug 7, 2018 · 1 comment

Comments

@raulk
Copy link
Contributor

raulk commented Aug 7, 2018

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.

@raulk raulk added this to To do in Ongoing planning via automation Aug 7, 2018
@akhila-raju
Copy link
Contributor

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

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

No branches or pull requests

2 participants