Skip to content

Add vault don settings - #2357

Open
russell-stern wants to merge 4 commits into
mainfrom
add_vault_don_settings
Open

Add vault don settings#2357
russell-stern wants to merge 4 commits into
mainfrom
add_vault_don_settings

Conversation

@russell-stern

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

👋 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

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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

✅ Compatible Changes (5)

pkg/capabilities/actions/vault (2)
  • NodeSettings — ➕ Added

  • StoredDONSettings — ➕ Added

pkg/capabilities/actions/vault.(*Observations) (1)
  • GetNodeSettings — ➕ Added
pkg/capabilities/actions/vault.Observations (1)
  • NodeSettings — ➕ Added
pkg/settings/cresettings.Schema (1)
  • VaultNodeSettingsConsensusEnabled — ➕ Added

📄 View full apidiff report

Comment on lines +142 to +148
uint64 max_identifier_key_length_bytes = 1;
uint64 max_identifier_owner_length_bytes = 2;
uint64 max_identifier_namespace_length_bytes = 3;
uint64 max_share_length_bytes = 4;
uint64 max_blob_payload_bytes = 5;
uint64 max_pending_queue_write_size = 6;
uint64 max_request_batch_size = 7;

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.

nit/ sometimes moving qualifiers like max towards the end of names makes things sort/group more naturally.

On the other hand, is this always just a collections of limits/maxes? If so, could we drop the qualifier from each field by communicating it another way? Might be confusing though

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