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
https://github.com/Agoric/agoric-sdk/tree/master/packages/deployment/upgrade-test has become essential for testing pending chain upgrades. As the amount of code grows, we need to be able to refactor it. As the number of people using it grows, we need to be able to quickly explore dependencies and how it works.
JavaScript provides refactoring and navigation tools that Bash lacks. Convert the Bash scripts to use JavaScript.
Maybe TypeScript because the type soundness is irrelevant for testing scripts.
TBD what runner to use. Some options:
Testing tool. Requires some usability testing with developers before landing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the Problem Being Solved?
https://github.com/Agoric/agoric-sdk/tree/master/packages/deployment/upgrade-test has become essential for testing pending chain upgrades. As the amount of code grows, we need to be able to refactor it. As the number of people using it grows, we need to be able to quickly explore dependencies and how it works.
Description of the Design
JavaScript provides refactoring and navigation tools that Bash lacks. Convert the Bash scripts to use JavaScript.
Maybe TypeScript because the type soundness is irrelevant for testing scripts.
TBD what runner to use. Some options:
Security Considerations
Scaling Considerations
Test Plan
Testing tool. Requires some usability testing with developers before landing.
Upgrade Considerations
The text was updated successfully, but these errors were encountered: