You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
rollback rollback CometBFT state by one height
The only missing command in
v2
is the rollback command.We should add it in the cometbft server, as it is cometbft specific.
Currently in v1 it is
<appd> rollback
, when we add it in the cometbft server it will be<appd> comet rollback
.The text was updated successfully, but these errors were encountered: