ethereum-etl
ethereum-etl copied to clipboard
Add support for ABI parsing
Proposed design to implement ABI parsing as part of Ethereum ETL. This allows us to extract more meaningful structured data from topics and events.

The design introduces a dependency on an ABI repository. How we will assemble these is TBD, probably we need a new repo with third-party PRs.
See related issue #215 from @franckc which can use emitted events to trigger downstream processing (IPFS URI resolution and additional data retrieval).