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
I’m working on a rollup and want to restart the sequencer from a clean state but don’t want to lose my env changes. astria-go dev clean alone does not work because you lose the cometbft configs. I have to run astria-go dev init to get them back
We could add more granular clean commands to solve this issue.
clean config
clean state
clean env
clean binaries
clean all
This would let the developer just clear state without losing any manual env changes or cometbft genesis changes
The text was updated successfully, but these errors were encountered:
We could add more granular clean commands to solve this issue.
This would let the developer just clear state without losing any manual env changes or cometbft genesis changes
The text was updated successfully, but these errors were encountered: