-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Plex 2281 validate address on registration #20836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
👋 fernandezlautaro, 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! |
There was a problem hiding this 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 the chainlink-evm dependency version across multiple Go modules to incorporate address validation on registration functionality. The update is part of PLEX-2281 and depends on changes in the chainlink-evm and capabilities repositories.
Changes:
- Updated
chainlink-evmdependency from version0.3.4-0.20260114162311-d591d75b908fto0.3.4-0.20260119065526-641847fdeb8bacross all Go modules - Updated capabilities EVM plugin git reference in
plugins.private.yamlto align with the new functionality
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates chainlink-evm dependency version to support address validation |
| system-tests/lib/go.mod | Updates chainlink-evm dependency version to support address validation |
| plugins/plugins.private.yaml | Updates capabilities EVM plugin gitRef to version containing address validation changes |
| integration-tests/load/go.mod | Updates chainlink-evm dependency version to support address validation |
| integration-tests/go.mod | Updates chainlink-evm dependency version to support address validation |
| go.mod | Updates chainlink-evm dependency version to support address validation |
| deployment/go.mod | Updates chainlink-evm dependency version to support address validation |
| core/scripts/go.mod | Updates chainlink-evm dependency version to support address validation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I see you updated files related to
|
|
|




Jira: https://smartcontract-it.atlassian.net/browse/PLEX-2281
Requires: