Closed emhane closed 3 days ago
would you like to continue with this @lean-apple ? it's possible to implement it using the BlockFileCodec
, and then in a separate pr replace the codec when https://github.com/paradigmxyz/reth/issues/12475 is solved
Yeah sure ! :)
sorry @lean-apple , I saw this already exists
Describe the feature
Copy
ImportCommand
command into a newreth-optimism-cli
commandImportBedrockCommand
. This is needed so a different codec can be used. Possibly makes sense to decompose the code inreth_cli_commands::import
into smaller functions that can be imported intoreth-optimism-cli
to minimise redundancy - but not a requirement sinceImportBedrockCommand
is intended for importing the ovm chain (in the past hence and won't be effected by new eips).blocked by https://github.com/paradigmxyz/reth/issues/12475
Additional context
No response