Skip to content
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

feat: node public key retrieval #45

Merged
merged 3 commits into from
Dec 10, 2024
Merged

feat: node public key retrieval #45

merged 3 commits into from
Dec 10, 2024

Conversation

ChrisAmora
Copy link
Contributor

@ChrisAmora ChrisAmora commented Dec 10, 2024

Add public key to ListNodesRequest Filter and GetNodeRequest

@ChrisAmora ChrisAmora requested a review from a team as a code owner December 10, 2024 11:33
Copy link

changeset-bot bot commented Dec 10, 2024

🦋 Changeset detected

Latest commit: 055231b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@chainlink/job-distributor Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

github-actions bot commented Dec 10, 2024

The latest Buf updates on your PR. Results from workflow Regenerate Protobuf Files / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 10, 2024, 2:03 PM

@@ -172,6 +173,7 @@ message ListNodesRequest {
repeated string ids = 1;
EnableState enabled = 2;
repeated api.label.Selector selectors = 3;
repeated string public_keys = 4;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the comment for ListNodesRequest?

@@ -143,6 +143,7 @@ message RegisterNodeResponse {
// GetNodeRequest is the request to retrieve a single node by its ID.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to update the comment here too

@ChrisAmora ChrisAmora merged commit 462bf63 into main Dec 10, 2024
2 checks passed
@ChrisAmora ChrisAmora deleted the feat/node-public-key branch December 10, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants