optimism-java / hildr

Hildr is an OP Stack rollup client written in latest Java.
https://optimism-java.github.io/hildr-docs
MIT License
39 stars 13 forks source link

Extract DataSource Interface to make the process of retrieving L1 block data from the L1 chain clearer #131

Open thinkAfCod opened 6 months ago

thinkAfCod commented 6 months ago

The process of handling depositTx differs between the Bedrock hard fork and the Ecotone hard fork, and when supporting the new Plasma DA, a new type of DataSource is needed.