bumping aptos cap#22320
Conversation
|
👋 yashnevatia, 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! |
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM
This PR updates the Aptos capability/plugin revision and bumps several Go module dependencies (notably chainlink-aptos, chainlink-common, and chainlink-ccip/chains/evm) to newer pseudo-versions, likely to align the Chainlink node with updated chain integrations/capabilities.
Changes:
- Bump Aptos capability plugin
gitRefinplugins.private.yaml. - Update Go module requirements for Aptos/CCIP/Common/Sui and refresh corresponding
go.sumentries. - (Unintended formatting change)
confidential-httppluginmoduleURIis now split across lines via an escaped newline in YAML.
Areas requiring scrupulous human review
- Validate
plugins/plugins.private.yamlparsing/behavior forloopinstall, specifically theconfidential-httpmoduleURIline-splitting (ensure the resolved module path is exactly what’s intended). - Confirm the Go dependency bumps are intentional and compatible (run
go test ./...and any integration/regression checks that cover Aptos + CCIP EVM paths).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| plugins/plugins.private.yaml | Bumps Aptos capability gitRef; also introduces a line-split moduleURI for confidential-http. |
| go.mod | Updates required pseudo-versions for several Chainlink-related modules (Aptos/CCIP EVM/Common/Sui). |
| go.sum | Updates checksums to match the new module versions in go.mod. |
| - moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confi\ | ||
| dential-http/capability" |
|





Requires
Supports