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

Populate the `LogsBloom` field, even for blocks without any transactions #372

Closed m-Peter closed 2 months ago

m-Peter commented 2 months ago

One such example is the genesis block, which does not have any transactions, but even so, the LogsBloom field should be the 256-byte empty bloom, instead of 0x. This breaks the serialization for many tools.