Cosmos-SDK apps have rollback command. Currently it is not working with rollkit at all.
- Cosmos-SDK calls cometbft command directly to rollback comet's state.
- Similar logic is not implemented in rollkit.
In my opinion it makes sense resolve both mentioned issues by implementing rollback logic, adding rollkit rollback command and modifying Cosmos-SDK rollback command accordingly for better UX.
Cosmos-SDK apps have
rollbackcommand. Currently it is not working with rollkit at all.In my opinion it makes sense resolve both mentioned issues by implementing rollback logic, adding
rollkit rollbackcommand and modifying Cosmos-SDKrollbackcommand accordingly for better UX.