onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 10 forks source link

Add missing transaction context #458

Closed sideninja closed 2 months ago

sideninja commented 2 months ago

In order to re-execute the state we need all block context information that was used during execution.

Currently, we are missing:

These needs to be indexed.

j1010001 commented 2 months ago

done