Consensys/ethql

Block type edges: Parent (Block) and Miner (Account)

raulk opened this issue · 0 comments

raulk commented

The Block->parent and Block->miner fields are modelled, but they are not being populated at the current time.

  • The first one should call web3.eth.getBlock with the parent's hash and would return an EthqlBlock.
  • The second should return an EthqlAccount initialised with the miner's address.