8000 Block->ommers: resolve into EthqlBlocks · Issue #101 · Consensys/ethql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Block->ommers: resolve into EthqlBlocks #101
Open
@raulk

Description

@raulk

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0