-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add deployment script #103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, but let's try to have less repeated logic so we can make changes only in a few places rather than many.
refactor: match query name with randomness module's
8a1e400
to
4c4fa64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor rust thing I missed the first time. But the shell scripts look much cleaner!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but can you change the branch to merge into feat/add-rand-seed
instead of testnet-2
? That way it makes it easier to see how this PR is different from the previous one. Then once feat/add-rand-seed
is merged and the branch is deleted, GitHub will automatically change the branch on this PR back to testnet-2
5b87b85
to
7c5c581
Compare
02c9b58
to
9fcad9e
Compare
Puts all deployment commands in one script
Related PRs and Issues
Closes #102