Skip to content

chore(plugins): bump chain plugin versions and sync dependency pins#21226

Open
gheorghestrimtu wants to merge 9 commits intodevelopfrom
RANE-4333-update-chain-plugins
Open

chore(plugins): bump chain plugin versions and sync dependency pins#21226
gheorghestrimtu wants to merge 9 commits intodevelopfrom
RANE-4333-update-chain-plugins

Conversation

@gheorghestrimtu
Copy link
Collaborator

@gheorghestrimtu gheorghestrimtu commented Feb 18, 2026

  • bump aptos/sui/solana/starknet/ton/tron plugin refs to requested commits (pseudo-version format)
  • update chainlink-tron/relayer and gotron-sdk replace versions across all go.mod files
  • run gomodtidy + plugout sync to refresh go.sum/module consistency
  • update health script fixture for new Aptos PluginRelayerConfigEmitter check
  • keep chainlink-cosmos at f740e9ae54e7 temporarily because fb7ced... panics with "codec sealed" (CI stability)

RANE-4333

- bump aptos/sui/solana/starknet/ton/tron plugin refs to requested commits (pseudo-version format)
- update chainlink-tron/relayer and gotron-sdk replace versions across all go.mod files
- run gomodtidy + plugout sync to refresh go.sum/module consistency
- update health script fixture for new Aptos PluginRelayerConfigEmitter check
- keep chainlink-cosmos at f740e9ae54e7 temporarily because fb7ced... panics with "codec sealed" (CI stability)
@github-actions
Copy link
Contributor

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.

- run tools/bin/modgraph and update generated go.md
- remove stale chainlink-common/pkg/values edges from module graph
- fix CI "Ensure clean after generate" drift
@trunk-io
Copy link

trunk-io bot commented Feb 18, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

Avoid Docker name collisions on "/anvil" when topologies start multiple Anvil chains.
Add deterministic container_name values (anvil-1337/anvil-2337) across CRE workflow
topology TOMLs, including example overrides, so CRE E2E setup can start reliably.
…hain-plugins

# Conflicts:
#	core/scripts/go.mod
#	core/scripts/go.sum
#	deployment/go.sum
#	go.mod
#	go.sum
#	integration-tests/go.mod
#	integration-tests/go.sum
#	integration-tests/load/go.mod
#	integration-tests/load/go.sum
#	system-tests/lib/go.mod
#	system-tests/lib/go.sum
#	system-tests/tests/go.mod
#	system-tests/tests/go.sum
- align chainlink-protos/workflows/go to v0.0.0-20260217043601-5cc966896c4f across modules
- add github.com/docker/go-connections as a direct root dependency
- refresh go.mod/go.sum in core/scripts, deployment, integration-tests, and system-tests modules
Switch Aptos CCIP dummy receiver deployment in test helpers from
DeployToObject to DeployToResourceAccount.

The new chainlink-aptos receiver package includes ptt_dummy_receiver,
which requires resource-account deployment. Using object deployment can
fail with ECONTAINER_NOT_PUBLISHED in smoke tests.
@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

CORA - Pending Reviewers

Codeowners Entry Overall Num Files Owners
* 11 @smartcontractkit/foundations, @smartcontractkit/core
/integration-tests/**/*ccip* 1 @smartcontractkit/ccip-offchain, @smartcontractkit/core, @smartcontractkit/ccip
/deployment/ccip 1 @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/operations-platform, @smartcontractkit/core
go.md 1 @smartcontractkit/core, @smartcontractkit/foundations
go.mod 7 @smartcontractkit/core, @smartcontractkit/foundations
go.sum 6 @smartcontractkit/core, @smartcontractkit/foundations
integration-tests/go.mod 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations
integration-tests/go.sum 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations

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

For more details, see the full review summary.

…CIP messaging smoke test

- query `ptt_dummy_receiver::CCIPReceiverState` first in `getLatestDummyReceiverEvent`
- fall back to legacy `dummy_receiver::CCIPReceiverState` for compatibility
- prevents false negatives where exec succeeds but receiver event lookup returns empty
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@gheorghestrimtu gheorghestrimtu marked this pull request as ready for review February 18, 2026 22:41
@gheorghestrimtu gheorghestrimtu requested a review from a team as a code owner February 18, 2026 22:41
Copilot AI review requested due to automatic review settings February 18, 2026 22:41
@gheorghestrimtu gheorghestrimtu requested review from a team as code owners February 18, 2026 22:41
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 updates multiple chain plugin and Go module dependency pins to newer pseudo-versions/commits, and synchronizes generated fixtures/configs to match the new plugin behavior (notably around PluginRelayerConfigEmitter).

Changes:

  • Bump Aptos/Sui/Solana/StarkNet/TON/Tron plugin refs and align related Go module versions (incl. chainlink-tron relayer + gotron-sdk replace).
  • Refresh module metadata (go.sum updates across modules) and generated dependency graph (go.md).
  • Update CRE topology TOML fixtures (add explicit container_name for anvil chains) and health script fixture expectations.

Reviewed changes

Copilot reviewed 22 out of 29 changed files in this pull request and generated no comments.

Show a summary per file
File Description
plugins/plugins.public.yaml Updates public plugin git refs and documents Cosmos pin rationale.
go.mod / go.sum Bumps root module chain deps (aptos/solana/sui/ton/tron relayer) and updates checksums accordingly.
deployment/go.mod / deployment/go.sum Aligns deployment module deps with updated chain packages and testing framework.
system-tests/lib/go.mod / system-tests/lib/go.sum Syncs system-test library dependency pins and sums (incl. gotron-sdk replace).
system-tests/tests/go.mod / system-tests/tests/go.sum Syncs system-test module dependency pins and sums.
integration-tests/go.mod / integration-tests/go.sum Syncs integration-test module dependency pins and sums.
integration-tests/load/go.mod / integration-tests/load/go.sum Syncs load-test module dependency pins and sums (incl. go-yaml bump).
integration-tests/smoke/ccip/ccip_aptos_messaging_test.go Makes Aptos receiver event lookup compatible with v1/v2 receiver state type paths.
deployment/ccip/changeset/testhelpers/test_helpers_aptos.go Deploys Aptos dummy receiver via resource-account deployment with a deterministic seed.
testdata/scripts/health/multi-chain-loopp.txtar Updates expected health output to include new PluginRelayerConfigEmitter checks.
core/scripts/go.mod / core/scripts/go.sum Updates CRE scripts module deps (testing framework + diff/snaps deps).
core/scripts/cre/environment/configs/*.toml Adds explicit container_name for anvil blockchains in multiple topology configs.
go.md Updates dependency graph output to reflect current module relationships.

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

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.

1 participant

Comments