Skip to content

Conversation

@ettec
Copy link
Collaborator

@ettec ettec commented Jan 5, 2026

bump common to version with trigger capability changes to support capability errors and changes required to be compatible. NOTE, this does not include the changes to the logic to make use of the distinction between system and user errors - that will be a seperate PR.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

CORA - Pending Reviewers

All codeowners have approved! ✅

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@trunk-io
Copy link

trunk-io bot commented Jan 6, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@trunk-io
Copy link

trunk-io bot commented Jan 6, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

1 similar comment
@trunk-io
Copy link

trunk-io bot commented Jan 6, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@ettec ettec changed the title build test bump common to version with trigger capability changes to support capability errors and changes required to be compatible Jan 6, 2026
@ettec ettec marked this pull request as ready for review January 6, 2026 15:26
@ettec ettec requested a review from a team as a code owner January 6, 2026 15:26
Copilot AI review requested due to automatic review settings January 6, 2026 15:26
@ettec ettec requested review from a team as code owners January 6, 2026 15:26
Copy link
Contributor

Copilot AI left a comment

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 bumps chainlink-common and chainlink-protos/workflows/go to newer versions that introduce trigger capability changes to support capability errors. The changes update method signatures to use the new caperrors.Error type instead of standard Go error types.

Key Changes:

  • Updated chainlink-common dependency from v0.9.6-0.20251231135614-3fbd98cf3f98 to v0.9.6-0.20260106151437-f3ee1f290960
  • Updated chainlink-protos/workflows/go dependency from v0.0.0-20251025021331-aa7746850cc4 to v0.0.0-20260106052706-6dd937cb5ec6
  • Modified trigger registration/unregistration methods to return caperrors.Error instead of error

Reviewed changes

Copilot reviewed 10 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
system-tests/tests/go.mod Updated dependencies to new versions with trigger capability error support
system-tests/lib/go.mod Updated dependencies to new versions with trigger capability error support
integration-tests/load/go.mod Updated dependencies to new versions with trigger capability error support
integration-tests/go.mod Updated dependencies to new versions with trigger capability error support
go.mod Updated dependencies to new versions with trigger capability error support
deployment/go.mod Updated dependencies to new versions with trigger capability error support
core/scripts/go.mod Updated dependencies to new versions with trigger capability error support
core/capabilities/fakes/manual_http_trigger.go Updated trigger methods to use caperrors.Error return type and added import for capability errors
core/capabilities/fakes/manual_cron_trigger.go Updated trigger methods to use caperrors.Error return type and added import for capability errors
core/capabilities/fakes/evm_chain.go Updated log trigger methods to use caperrors.Error return type

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ettec ettec enabled auto-merge January 6, 2026 15:41
@cl-sonarqube-production
Copy link

@ettec ettec added this pull request to the merge queue Jan 6, 2026
Merged via the queue into develop with commit 246f46c Jan 6, 2026
215 of 219 checks passed
@ettec ettec deleted the trigger-errors-build-check branch January 6, 2026 16:19
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