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 9 forks source link

Simulate cadence arch with the replayer #578

Closed sideninja closed 5 days ago

sideninja commented 5 days ago

Add relayer for cadence arch calls to the block context during the re-execution of transactions, this will allow for transactions that makes cadence arch calls to receive a result from the functions, because the results will be mocked by the replayer. This however won't work for calls, since we don't have the EN events being produce which contain the mock data for the replayer.