Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: LOW
Updates the CRE system-test Solana v2 capability job config and bumps the pinned chain capability plugin revisions, likely to match new chain-capabilities binary config requirements (LINK-777).
Changes:
- Add
deltaStageto the Solana v2 capability JSON config template and supply it at runtime (nanoseconds). - Bump
plugins.private.yamlgit refs for the EVM and Solana chain capability plugins.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
system-tests/lib/cre/features/solana/v2/solana.go |
Extends Solana v2 capability job config to include deltaStage and provides a runtime fallback value. |
plugins/plugins.private.yaml |
Updates pinned git refs for EVM/Solana chain capability plugins. |
Targeted areas for scrupulous human review:
system-tests/lib/cre/features/solana/v2/solana.go(config template + runtime fallbacks): confirm the newdeltaStagefield name and units (nanoseconds vs duration string) match what the bumped Solana chain capability binary expects.
Reviewer recommendations (from .github/CODEOWNERS):
@smartcontractkit/coreand/or@smartcontractkit/foundations(default owners for this repo per*rule).- Consider including
@smartcontractkit/capabilities-team/@smartcontractkit/keystoneif this change is driven by a chain-capabilities binary config/schema update (they own/core/capabilities/, though not modified here).
You can also share your feedback on Copilot code review. Take the survey.
|





Requires
Supports