Skip to content

Investigate missing EVM block with height 32808661 on testnet #766

Closed
@m-Peter

Description

@m-Peter

For some strange reason, this block is missing for the testnet EVM GW:

curl -s -XPOST 'https://testnet.evm.nodes.onflow.org' --header 'Content-Type: application/json' --data-raw '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1F49ED5",false],"id":7}' | jq

{
  "jsonrpc": "2.0",
  "id": 7,
  "result": null
}

while the previous and next blocks do exist.

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions