Skip to content

Update SecretsRequestParams CallbackID type to int32 - #2348

Merged
cedric-cordenier merged 2 commits into
mainfrom
callbackid-update-type
Aug 28, 2026
Merged

Update SecretsRequestParams CallbackID type to int32#2348
cedric-cordenier merged 2 commits into
mainfrom
callbackid-update-type

Conversation

@vreff

@vreff vreff commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 28, 2026 12:59
@vreff
vreff requested a review from a team as a code owner August 28, 2026 12:59
@github-actions

Copy link
Copy Markdown
Contributor

👋 vreff, 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!

Copilot AI left a comment

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.

Pull request overview

This PR updates the SecretsRequestParams API type used by the confidential relay capability by changing the CallbackID field from int to int32, aligning the request schema with a fixed-width integer type.

Changes:

  • Change SecretsRequestParams.CallbackID type from int to int32.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

ExecutionID string `json:"execution_id"` // 32 bytes, hex-encoded
OrgID string `json:"org_id,omitempty"` // Organization identifier for org-based secret ownership
CallbackID int `json:"callback_id,omitempty"`
CallbackID int32 `json:"callback_id,omitempty"`
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ API Diff Results - github.com/smartcontractkit/chainlink-common

⚠️ Breaking Changes (1)

pkg/capabilities/v2/actions/confidentialrelay.SecretsRequestParams (1)
  • CallbackID — Type changed:
  - int
  + int32
)

📄 View full apidiff report

@cedric-cordenier
cedric-cordenier added this pull request to the merge queue Aug 28, 2026
Merged via the queue into main with commit eb996f0 Aug 28, 2026
31 of 33 checks passed
@cedric-cordenier
cedric-cordenier deleted the callbackid-update-type branch August 28, 2026 14:59
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