Skip to content

feat(feedsmanager): add OCR2 onchain signing address pub key field#380

Merged
stackman27 merged 4 commits into
mainfrom
sish/onchain-signing-address-pub-key
May 28, 2026
Merged

feat(feedsmanager): add OCR2 onchain signing address pub key field#380
stackman27 merged 4 commits into
mainfrom
sish/onchain-signing-address-pub-key

Conversation

@stackman27
Copy link
Copy Markdown
Contributor

Expose the full uncompressed EVM secp256k1 public key on OCR2 key bundles for Job Distributor node config proposals.

Expose the full uncompressed EVM secp256k1 public key on OCR2 key bundles
for Job Distributor node config proposals.

Co-authored-by: Cursor <cursoragent@cursor.com>
@stackman27 stackman27 requested a review from a team as a code owner May 28, 2026 04:39
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 28, 2026

🦋 Changeset detected

Latest commit: 9b9fd44

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

This PR includes changesets to release 1 package
Name Type
@chainlink/orchestrator Patch

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

@github-actions
Copy link
Copy Markdown

👋 stackman27, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@stackman27 stackman27 requested a review from ChrisAmora May 28, 2026 04:39
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2026

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

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed⏩ skippedMay 28, 2026, 9:54 PM

ChrisAmora
ChrisAmora previously approved these changes May 28, 2026
string offchain_public_key = 3;
string onchain_signing_address = 4;
// Full uncompressed secp256k1 public key (65 bytes, hex-encoded) for EVM OCR2 bundles.
string onchain_signing_address_pub_key = 5;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
string onchain_signing_address_pub_key = 5;
string onchain_signing_pub_key = 5;

Rename onchain_signing_address_pub_key to onchain_signing_pub_key and add
changeset for @chainlink/orchestrator.
@stackman27 stackman27 merged commit 84746b7 into main May 28, 2026
21 checks passed
@stackman27 stackman27 deleted the sish/onchain-signing-address-pub-key branch May 28, 2026 22:14
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.

3 participants