mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
7e3c6ea2f8
Adds `clear_bad_blocks` command to integration tool. This command allows to re-process blocks that were erroneously marked as bad. Command just clears `BadHeaderNumber` table. It can be safer in some cases than ``` ./integration state_stages —unwind=<some_number> ./integration stage_headers —unwind=<some_number> ``` and can be used in the cases like this one https://github.com/ledgerwatch/erigon/issues/7892%20 Command syntax: ``` ./integration clear_bad_blocks --datadir=<datadir> ``` |
||
---|---|---|
.. | ||
flags.go | ||
refetence_db.go | ||
reset_state.go | ||
root.go | ||
stages.go | ||
state_domains.go | ||
state_stages.go |