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

Include the `transactionsRoot` hash in block response #389

Closed m-Peter closed 3 months ago

m-Peter commented 3 months ago

This value is now part of the EVM.BlockExecuted event and it is non-zero, so we should return the proper value.