Skip to content

Add EVM trigger bindings to TS#296

Merged
nolag merged 2 commits intomainfrom
rtinianov_evm_ts_trigger_bindings
Mar 3, 2026
Merged

Add EVM trigger bindings to TS#296
nolag merged 2 commits intomainfrom
rtinianov_evm_ts_trigger_bindings

Conversation

@nolag
Copy link
Contributor

@nolag nolag commented Mar 3, 2026

Templates are here, note that only one uses the changes in this PR is the custom data feeds. You can see the log trigger subscription here

@nolag nolag requested a review from a team as a code owner March 3, 2026 21:26
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

👋 nolag, 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!

type Runtime,
} from '@chainlink/cre-sdk'

export interface DecodedLog<T> extends Omit<EVMLog, 'data'> { data: T }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cutting it too close to the release we want to hit put this helper in the SDK. We can always make a backwards compatible change if needed.

@nolag nolag enabled auto-merge March 3, 2026 21:33
Copy link
Contributor

@ejacquier ejacquier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with TS templates.

@nolag nolag added this pull request to the merge queue Mar 3, 2026
Merged via the queue into main with commit a07451c Mar 3, 2026
21 checks passed
@nolag nolag deleted the rtinianov_evm_ts_trigger_bindings branch March 3, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants