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 support for custom live tracers #387

Open franklywatson opened 3 months ago

franklywatson commented 3 months ago

Geth v1.14.0 introduces a new optional feature, allowing users to stream (a subset of) all observable blockchain data in real-time. Partners who index EVM on Flow have indicated that this is more powerful and useful for their purposes than the standard tracing available currently.

More details: https://geth.ethereum.org/docs/developers/evm-tracing/live-tracing

Acceptance Crtieria