-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bump chainlink-evm dep to add SVR-related changes #20495
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
|
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 Go modules to incorporate TXMv2 transaction broadcasting improvements for SVR (Sequential Value Revelation). The update includes graceful gas bumping for standard transmissions and max fee bumping for fallback transactions.
Key Changes:
- Bumped
chainlink-evmfromv0.3.4-0.20251127103031-b25db0b98e0btov0.3.4-0.20251201175512-af04e919ebfbacross all modules - Added changeset documenting the dependency update as a minor change
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 |
|---|---|
| go.mod | Updated chainlink-evm dependency in main module |
| core/scripts/go.mod | Updated chainlink-evm dependency in core scripts module |
| deployment/go.mod | Updated chainlink-evm dependency in deployment module |
| integration-tests/go.mod | Updated chainlink-evm dependency in integration tests module |
| integration-tests/load/go.mod | Updated chainlink-evm dependency in load tests module |
| system-tests/lib/go.mod | Updated chainlink-evm dependency in system tests library module |
| system-tests/tests/go.mod | Updated chainlink-evm dependency in system tests module |
| .changeset/yellow-gorillas-drop.md | Added changeset entry documenting the update |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Sui tests have been failing consistently for unrelated reasons. |





OEV-721
This PR bumps the chainlink-evm dependency to include TXM-related changes for SVR.
The changes and a short description can be found in the following chainlink-evm PR:
Brief description
Updates TXMv2's strategy for transaction broadcasting: