-
Notifications
You must be signed in to change notification settings - Fork 1.9k
PLEX-2391: MultiNode: reduce duration of FinalizedOutOfSync #20801
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
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 across multiple modules to incorporate changes that reduce the duration of FinalizedOutOfSync in the MultiNode implementation, as referenced in JIRA ticket PLEX-2391.
Changes:
- Updated
chainlink-evmdependency from version0.3.4-0.20260107110405-8d4f10fa9a56to0.3.4-0.20260114162311-d591d75b908f(or from0.3.4-0.20251210110629-10c56e8d2cecin the maingo.mod) - Applied the dependency update consistently across all module files in the repository
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| system-tests/lib/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| integration-tests/load/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| integration-tests/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| deployment/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
| core/scripts/go.mod | Updated chainlink-evm dependency to incorporate MultiNode FinalizedOutOfSync duration reduction |
💡 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-2391
Requires
Supports