if do next steps:
- sync
--chain chiado --prune.mode=full
- run
seg rm-state --latest
- start erigon (without removing chaindata)
Then erigon will produce removed .kv files - but likely they broken? (no data for them in chaindata).
Need somehow protect ourselves from this scenario.
if do next steps:
--chain chiado --prune.mode=fullseg rm-state --latestThen erigon will produce removed .kv files - but likely they broken? (no data for them in chaindata).
Need somehow protect ourselves from this scenario.