Skip to content

Add vault optimizations flag#2083

Merged
prashantkumar1982 merged 8 commits into
mainfrom
add_vault_optimizations
May 26, 2026
Merged

Add vault optimizations flag#2083
prashantkumar1982 merged 8 commits into
mainfrom
add_vault_optimizations

Conversation

@russell-stern
Copy link
Copy Markdown
Contributor

No description provided.

@russell-stern russell-stern requested a review from a team as a code owner May 22, 2026 17:30
@github-actions
Copy link
Copy Markdown

👋 russell-stern, 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!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 22, 2026

✅ API Diff Results - github.com/smartcontractkit/chainlink-common

✅ Compatible Changes (4)

pkg/capabilities/actions/vault (1)
  • PendingQueueBlobItems — ➕ Added
pkg/capabilities/actions/vault.(*EncryptedShares) (1)
  • GetBinaryShares — ➕ Added
pkg/capabilities/actions/vault.EncryptedShares (1)
  • BinaryShares — ➕ Added
pkg/settings/cresettings.Schema (1)
  • VaultOptimizationsEnabled — ➕ Added

📄 View full apidiff report

message EncryptedShares {
repeated string shares = 1;
string encryption_key = 2;
repeated bytes binary_shares = 3;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

added an optional comment on chainlink repo changes reading this field.
add a util library in this namespace to read the binary share from the EncryptedShares proto. This way it can be reused across different places.

@prashantkumar1982 prashantkumar1982 added this pull request to the merge queue May 26, 2026
Merged via the queue into main with commit 7d3019c May 26, 2026
33 checks passed
@prashantkumar1982 prashantkumar1982 deleted the add_vault_optimizations branch May 26, 2026 16:22
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.

4 participants