reindex-event command is not available anymore #2802
Labels
bug
Something isn't working
P:tech-debt
Priority: Technical debt that needs to be paid off to enable us to move faster, reliably
rpc
Milestone
Problem
While working on a un-related issue, I've noticed that the
reindex-event
command is not hooked-up in the CLI. I found this PR in thetendermint/tendermint
repo where it was added to the CLI inv0.34.x
.Was this changed "lost" in CometBFT or did we disabled this command (I couldn't find any issue/PR for that in cometbft repo) ?
We need to decide if this is still a command that is useful (and if it actually works with all the storage changes made in cometbft).
If nobody complained so far, I'm wondering how important/needed this is.
The command doesn't show up in
cometbft
as an option:But in
tendermint
it was available:Decision:
If there's agreement that this command is not needed anymore (lack of usage) or the effort to make it work again is to high (because of storage changes), we should remove it from
cmd/cometbft/commands
.There is also the
internal/progressbar
dependency that is only there because this command and could also be removed.This can reduce some bloat in the code.
The text was updated successfully, but these errors were encountered: