-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Enable DON2DON flow for Vault service's GetSecrets() method #18514
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
… into vault-don2don
… into vault-don2don
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌3 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
Flakeguard SummaryRan new or updated tests between View Flaky Detector Details | Compare Changes Found Flaky Tests ❌3 Results
ArtifactsFor detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json. |
|
Please link dependent PRs to one another from their descriptions: This was hard to find, and the breaking signature change is blocking others from bumping common. |
19305e9
|
* SecretsFetcher support for fetching public keys of all Nodes in a DON * Logic update for DON members * add new mock file * fix unittest * Changeset and lint * Integration Test support * Lint Errors * nit var rename and formatting * mockery fix * Add a tag to changeset * review feedback * chore(multi): bumps chainlink-common * fix(capabilities/fakes): updates use of consensus capability * fix: re-bump common * Refactor to get all nodes in a don from capability registry * test fixes * test fix * chore: re-bump common * fix(capabilities/fakes): modify report request * lint * fix: make generate * get latest chainlink-common change * Pull breaking change fix from another PR(18558) to unblock test failures * chore: bump cre-sdk-go * chore: bump sdk * bump chainlink-common to latest commit on branch --------- Co-authored-by: Michael Street <5597260+MStreet3@users.noreply.github.com>




This change enables Vault Don2DON flow, by making sure all Vault GetSecrets() requests from Workflow Nodes are exactly same.
This is done by:
https://smartcontract-it.atlassian.net/browse/PRIV-92