-
Notifications
You must be signed in to change notification settings - Fork 1.9k
bump common to version with trigger capability changes to support capability errors and changes required to be compatible #20713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I see you updated files related to
|
CORA - Pending ReviewersAll codeowners have approved! ✅ Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
1 similar comment
There was a problem hiding this 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-commondependency fromv0.9.6-0.20251231135614-3fbd98cf3f98tov0.9.6-0.20260106151437-f3ee1f290960 - Updated
chainlink-protos/workflows/godependency fromv0.0.0-20251025021331-aa7746850cc4tov0.0.0-20260106052706-6dd937cb5ec6 - Modified trigger registration/unregistration methods to return
caperrors.Errorinstead oferror
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.
|





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.