erigontech / erigontech/erigon
prevent creation of empty `.kv` files
Open
ErigonDB
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.