We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there is an error or there needs to be debugging required, then we need a way to dump the whole state of the network.
Based on the config file, create a dump dir that fetches the:
We could make this part of starship cli, starship export command that can perform the export.
starship export
Should be callable from test cases itself. Incase of failure in a test case, an export should be performed so as to be able to debug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
When there is an error or there needs to be debugging required, then we need a way to dump the whole state of the network.
Proposal
Based on the config file, create a dump dir that fetches the:
Additional requirements
Should be callable from test cases itself. Incase of failure in a test case, an export should be performed so as to be able to debug.
The text was updated successfully, but these errors were encountered: