paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.21k forks source link

Plug ovm codec into ImportOpCommand #12759

Open lakshya-sky opened 7 hours ago

lakshya-sky commented 7 hours ago

Towards #12587

lakshya-sky commented 7 hours ago

this is incomplete and cuts too many corners. but the bigger issue is reth_providers::DatabaseProvider is tightly coupled with reth_primitives::BlockBody, which doesn't allow using reth_optimism_cli::ovm_file_codec::BlockBody.