-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add workflow key to standardcapabilities keystore #18917
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d61bee9
Add workflow key to standardcapabilities keystore, and update other k…
vreff bd3b5ce
bump chainlink-common & chainlink-evm
vreff 538c8a4
add changeset
vreff 82cd084
Merge remote-tracking branch 'origin' into PRIV-126-workflow-key
vreff 649adf6
Merge remote-tracking branch 'origin' into PRIV-126-workflow-key
vreff c1012f8
fix merge conflict
vreff 6c4d7a6
bump chainlink-solana
vreff 5be22ee
fix changeset tag
vreff 2ba7eb6
fix changeset 2
vreff e892fa6
undo change to wrong changeset
vreff f89a922
bump chainlink-deployments-framework
vreff 9fecb7e
fix lint
vreff 8014faf
chore: bump chainlink-tron/relayer
vreff c5c173e
Update capabilities test framework to provide workflow key
vreff 0d043d9
Merge branch 'develop' into PRIV-126-workflow-key
vreff f3ea83a
fix merge conflicts
vreff 7580df8
remove unused decrypts
vreff 13f6dcf
remove cosmos decrypt
vreff f40060d
fix use of workflow key in testing framework
vreff b0160ee
temp fix for workflow key use
vreff b174796
Revert "temp fix for workflow key use"
vreff 47e78c9
Revert "fix use of workflow key in testing framework"
vreff d617e7a
Revert "Update capabilities test framework to provide workflow key"
vreff 9b0e4a7
Expose workflow public keys
vreff d5324d5
refactor NewSignerDecrypter in standardcapabilities delegate
vreff fc4ec74
Merge remote-tracking branch 'origin' into PRIV-126-workflow-key
vreff c5e8c7e
bump chainlink-common
vreff ed8399a
fix lint
vreff 16713d4
Merge remote-tracking branch 'origin' into PRIV-126-workflow-key
vreff 83ef402
remove unnecessary decrypt calls
vreff e7001bb
fix comment typo
vreff 66fd626
Merge remote-tracking branch 'origin' into PRIV-126-workflow-key
vreff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "chainlink": minor | ||
| --- | ||
|
|
||
| #changed: add workflowKey to StandardCapabilities keystore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should we log a warning if the number of keys is more than 1?
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.
This is handled by the keystore itself: https://github.com/smartcontractkit/chainlink/blob/PRIV-126-workflow-key/core/services/keystore/workflow.go#L67