-
Notifications
You must be signed in to change notification settings - Fork 308
Injective deployment code #465
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
Conversation
jayantk
left a comment
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.
generally this looks good to me. I left a couple minor suggestions for how to tidy up the code a little more, but overall nicely done. I'm going to approve this, but please do implement the code cleanup suggestions before merging.
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 very good to me 🎉 . Please also fix Tilt CI before merging. deploy.ts is used for tilt which is our local development enviornment; it would be great if that can also use your great work!
You need to update the deploy.sh file in the tools directory that tilt runs in its service (look at tilt-devnet/k8s/terra-devnet.yaml)
The PR add to the work done in this #455 by @jayantk
Q. do we still need deploy.ts? what purpose does it serve?