Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions plugins/plugins.private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ defaults:
plugins:
cron:
- moduleURI: "github.com/smartcontractkit/capabilities/cron"
gitRef: "caad4730b7d4f28911967204045526bcd884cc83"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
flags: "-tags timetzdata"
readcontract:
- moduleURI: "github.com/smartcontractkit/capabilities/readcontract"
gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
consensus:
- moduleURI: "github.com/smartcontractkit/capabilities/consensus"
gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
workflowevent:
- enabled: false
moduleURI: "github.com/smartcontractkit/capabilities/workflowevent"
gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
httpaction:
- moduleURI: "github.com/smartcontractkit/capabilities/http_action"
gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
httptrigger:
- moduleURI: "github.com/smartcontractkit/capabilities/http_trigger"
gitRef: "46fc278ec3c3ba1bc7369be9e221334b292046f4"
gitRef: "0755879dd5e2ba87e977f1f050b6ff407a830360"
installPath: "."
Comment on lines 11 to 35
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

PR description says "bump capability versions to latest", but this change only updates gitRef for cron/readcontract/consensus/workflowevent/http_* while chain_capabilities (evm/solana/aptos) remain pinned to different commits in the same capabilities repo. Please confirm this partial bump is intentional, or update the remaining capability plugins for consistency to avoid mixing potentially incompatible versions.

Copilot uses AI. Check for mistakes.
evm:
- moduleURI: "github.com/smartcontractkit/capabilities/chain_capabilities/evm"
Expand Down
Loading