Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/add-ocr2-onchain-pubkey-field.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/orchestrator": patch
---

feat(feedsmanager): add OCR2 onchain signing pub key field
20 changes: 15 additions & 5 deletions orchestrator/feedsmanager/feedsmanager.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions orchestrator/feedsmanager/feedsmanager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ message OCR2Config {
string config_public_key = 2;
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_pub_key = 5;
}

message Plugins {
Expand Down
Loading