-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bring KMS client and multiclient over to chainlink #14484
Bring KMS client and multiclient over to chainlink #14484
Conversation
8e3dcdc
to
ce17604
Compare
31e2aa6
to
2381add
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.
You will need to run go mod tidy in integration-tests
…ithub.com:smartcontractkit/chainlink into chore/move-multiclient-and-kmsclient-to-chainlink
@@ -406,7 +406,6 @@ func (h *homeChain) AddNodes( | |||
p2pIDs [][32]byte, | |||
capabilityIDs [][32]byte, | |||
) { | |||
// Need to sort, otherwise _checkIsValidUniqueSubset onChain will fail | |||
sortP2PIDS(p2pIDs) |
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.
Pretty sure this and the associated function def'n can be deleted, sorting is no longer a requirement
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.
Anyway, not required to do in this PR ;-)
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.
I think this whole directory could probably deleted no? Thats what I had in mind with CCIP-3049
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.
If these helpers aren't used anywhere and these tests are not needed, yes.
…ithub.com:smartcontractkit/chainlink into chore/move-multiclient-and-kmsclient-to-chainlink
…ithub.com:smartcontractkit/chainlink into chore/move-multiclient-and-kmsclient-to-chainlink
Quality Gate passedIssues Measures |
…tractkit/chainlink into re-2964/goreleaser-ccip * 're-2964/goreleaser-ccip' of https://github.com/smartcontractkit/chainlink: Fix data race in TestLogPoller_Replay (#14431) Fix CCIP Load Test Faulty Fund Return (#14499) use tx in insertLogsWithinTx (#14361) Bring KMS client and multiclient over to chainlink (#14484) CCIP-3420: Fix IsRequestTriggeredWithinTimeframe (#1445) (#14498) [TT-1345] option to use predeployed contracts in OCR tests (#13758) CCIP-3428 Enabling ccip smoke test for testnet (#14452)
Requires
Resolves