Add node-platform config emitter to chainlink-evm relayer#21027
Merged
gheorghestrimtu merged 47 commits intodevelopfrom Feb 10, 2026
Merged
Add node-platform config emitter to chainlink-evm relayer#21027gheorghestrimtu merged 47 commits intodevelopfrom
gheorghestrimtu merged 47 commits intodevelopfrom
Conversation
* emit node URLs/chain ID via nodeplatform.NewChainPluginConfigEmitter * bump chainlink-common and add chainlink-protos/node-platform dependency
…8e0de across multiple modules
Contributor
|
I see you updated files related to
|
…ef55f across multiple modules
- Bump version of chainlink-common to v0.9.6-0.20260205160029-5f95fcff99a2 in go.mod and go.sum files across integration-tests, load, system-tests/lib, and system-tests/tests. - Update chainlink-protos/cre/go to v0.0.0-20260204211151-e87a8bf189b0 in relevant go.mod and go.sum files. - Add node-platform dependency v0.0.0-20260205130626-db2a2aab956b in integration-tests, load, system-tests/lib, and system-tests/tests. - Refactor pluginRelayer to use loop.NewPluginRelayerConfigEmitter instead of nodeplatform.NewChainPluginConfigEmitter in chainlink-evm main.go.
- Bump version of github.com/smartcontractkit/chainlink-common to v0.9.6-0.20260206104851-d4ce4e56c28a - Update github.com/smartcontractkit/chainlink-protos/cre/go to v0.0.0-20260206000552-087e235a7963 - Update github.com/smartcontractkit/chainlink-protos/workflows/go to v0.0.0-20260205231316-3b9c600dd791 - Adjust go.mod and go.sum files across integration-tests, load, and system-tests to reflect the above changes
…RANE-4333-emit-node-platform-evm
- Updated `chainlink-common` to version `v0.9.6-0.20260203182613-20f261f2d612` - Updated `chainlink-evm` to version `v0.3.4-0.20260203161436-cb489cf2896d` - Updated `chainlink-protos/cre/go` to version `v0.0.0-20251124151448-0448aefdaab9` - Updated `chainlink-protos/workflows/go` to version `v0.0.0-20260106052706-6dd937cb5ec6` - Removed indirect dependency on `chainlink-protos/node-platform`
…RANE-4333-emit-node-platform-evm
- Updated `chainlink-common` to v0.9.6-0.20260209153333-67bf1aaa3e1e - Updated `chainlink-evm` to v0.3.4-0.20260205183656-836ec9472717 - Updated `chainlink-protos/cre/go` to v0.0.0-20260206000552-087e235a7963 - Updated `chainlink-protos/workflows/go` to v0.0.0-20260205231316-3b9c600dd791 - Added `chainlink-protos/node-platform` v0.0.0-20260205130626-db2a2aab956b as a new indirect dependency
… and system tests - Updated chainlink-common to v0.9.6-0.20260206011444-ed1fb0284e5d in go.mod and go.sum files for integration-tests, load, system-tests/lib, and system-tests/tests. - Updated workflows dependency to v0.0.0-20260106052706-6dd937cb5ec6 in go.mod and go.sum files for integration-tests, load, system-tests/lib, and system-tests/tests. - Removed indirect dependency on node-platform in various modules.
…load, system tests - Bump chainlink-common to v0.9.6-0.20260209153333-67bf1aaa3e1e in go.mod and go.sum files for integration-tests, load, system-tests, and tests. - Update workflows/go dependency to v0.0.0-20260205231316-3b9c600dd791 in respective go.mod and go.sum files. - Add node-platform dependency v0.0.0-20260205130626-db2a2aab956b in go.mod and go.sum files for integration-tests, load, system-tests, and tests.
…RANE-4333-emit-node-platform-evm
pavel-raykov
previously approved these changes
Feb 10, 2026
|
|
||
| exec chainlink --remote-node-url $NODEURL health -failing | ||
| cmp stdout out-unhealthy.txt | ||
| cp stdout unhealthy.raw.txt |
Collaborator
There was a problem hiding this comment.
sorry, you are normally not supposed to update test execution commands, why can't you just update the output (if it is different now)?
Collaborator
Author
There was a problem hiding this comment.
trying again 65f7e11, locally seems to pass
…date output checks
… health script to remove NodePlatformEmitter checks
…iple go.mod files
skudasov
previously approved these changes
Feb 10, 2026
skudasov
previously approved these changes
Feb 10, 2026
…loseOnce synchronization
pavel-raykov
approved these changes
Feb 10, 2026
skudasov
approved these changes
Feb 10, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





RANE-4333
The code changes relevant to the task are in
plugins/cmd/chainlink-evm/main.go. All the other changes are the product of make gomodtidy, and fixing linting issues.