-
Notifications
You must be signed in to change notification settings - Fork 1.9k
PLEX-2140: make forwarder have lookback blocks parameterizable, bump evm #20525
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 makes the lookback blocks parameter configurable for the forwarder and updates the EVM capabilities dependency to a newer version.
- Updates the EVM capabilities module to a newer commit reference
- Enables parameterizable lookback blocks in the forwarder component
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| evm: | ||
| - moduleURI: "github.com/smartcontractkit/capabilities/chain_capabilities/evm" | ||
| gitRef: "48b980e79256bdeb2fe2ad7cf70ed9fe8ac0d4d2" | ||
| gitRef: "a58bf1a88e6354104831ab442a49ad6df56972f4" |
Copilot
AI
Dec 5, 2025
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.
[nitpick] Consider using a semantic version tag or branch name instead of a commit hash for better maintainability and clarity about what version is being used.
| gitRef: "a58bf1a88e6354104831ab442a49ad6df56972f4" | |
| gitRef: "v1.0.0" |
90e836b to
f33a257
Compare
|





https://smartcontract-it.atlassian.net/browse/PLEX-2140
Requires
Supports