-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bump Chainlink-relay for grpc proxy #317
Conversation
URL: nodeUrl[0], | ||
Email: nodeUrl[1], | ||
Password: nodeUrl[2], | ||
InternalIP: u.Host, | ||
}) | ||
}, "", "") |
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.
@smickovskid is this ok to leave empty?
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.
Yes, I will perhaps even delete this in the future, this was a workaround so we can deploy on an already deployed cluster. It can be like this for now
@aalu1418 helped to figure out the issues with dependencies. It was mostly dependencies bumping, but there are also fixes to e2e tests. Right now its pending @smickovskid to approve of Aarons changes to the e2e tests. @archseer also mentioned how the contract/gauntlet tests fail because hardhat-starknet-plugin doesn't support latest cairo versions yet |
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.
approving - @smickovskid approved the changes 😄
Bump other go.mod files for grpc proxy dependency bump necessary deps integration test updates
Based off smartcontractkit/chainlink#9996
smartcontract-it.atlassian.net/browse/BCF-2364
Requires:
smartcontractkit/chainlink-common#144