Several SVR + PLEX related improvements#22234
Conversation
|
✅ No conflicts with other open PRs targeting |
|
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM (dependency bumps across multiple Go modules; behavior changes are pulled in via upstream libs)
This PR updates Chainlink’s Go module dependencies to pick up upstream support for SVR multiplexing and for sending dualBroadcastParams in TxMessage, and records both changes in changesets.
Changes:
- Bump
github.com/smartcontractkit/chainlink-evmto a newer pseudo-version across the root module and several sub-modules. - Bump
github.com/smartcontractkit/chainlink-protos/svrtov1.2.0across the same set of modules. - Add two changesets documenting the user-visible changes.
Reviewed changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions for system test module. |
| system-tests/tests/go.sum | Updates checksums for the bumped dependencies. |
| system-tests/lib/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions for system test library module. |
| system-tests/lib/go.sum | Updates checksums for the bumped dependencies. |
| integration-tests/load/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions for load tests module. |
| integration-tests/load/go.sum | Updates checksums for the bumped dependencies. |
| integration-tests/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions for integration tests module. |
| integration-tests/go.sum | Updates checksums for the bumped dependencies. |
| go.mod | Bumps chainlink-evm and chainlink-protos/svr versions in the root module. |
| go.sum | Updates checksums for the bumped dependencies in the root module. |
| deployment/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions in the deployment module. |
| deployment/go.sum | Updates checksums for the bumped dependencies. |
| core/scripts/go.mod | Bumps chainlink-evm and chainlink-protos/svr versions in the scripts module. |
| core/scripts/go.sum | Updates checksums for the bumped dependencies. |
| .changeset/fluffy-beans-camp.md | Changeset entry for sending dualBroadcastParams in TxMessage. |
| .changeset/dark-jays-hit.md | Changeset entry for SVR multiplexing support. |
| github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 | ||
| github.com/smartcontractkit/chainlink-data-streams v0.1.13 | ||
| github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260428180431-40447a80e681 | ||
| github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260428190740-c93c6a8098ec |
CORA - Pending ReviewersAll codeowners have approved! ✅ Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
|





Requires