reth
reth copied to clipboard
feat: drop ExEx WAL on `reth db drop`
trafficstars
Possible solutions:
- Since we are use
reth db dropprimary as a re-sync, so I think we can drop not only db & static files, but WAL also. - Another option is
reth exex-exexCLI subcommand to fully operate the WAL and future things around ExEx control.
This PR contains (1) approach.