Skip to content
New issue

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

convert Chain Upgrade Tester to use JS instead of Bash #8137

Open
turadg opened this issue Aug 2, 2023 · 0 comments
Open

convert Chain Upgrade Tester to use JS instead of Bash #8137

turadg opened this issue Aug 2, 2023 · 0 comments
Labels
enhancement New feature or request tooling repo-wide infrastructure

Comments

@turadg
Copy link
Member

turadg commented Aug 2, 2023

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

@turadg turadg added enhancement New feature or request tooling repo-wide infrastructure labels Aug 2, 2023
@aj-agoric aj-agoric added this to the Upgrade 12 code complete milestone Aug 29, 2023
@iomekam iomekam removed their assignment Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tooling repo-wide infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants