-
Notifications
You must be signed in to change notification settings - Fork 43
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
Non-E2E Contract Reader Bug Fixes #1099
Conversation
if _, ok := eventMap[idx]; ok { | ||
continue | ||
} | ||
|
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.
Why are we not decoding results for event reads here? Are they already decoded somewhere?
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.
The event reads are decoded by the event binding.
0e885d3
to
de50b20
Compare
|
Description
This PR focuses on strictly bug fixes apart from integration tests that were not essential for E2E testing of CCIP.
NONEVM-1064
Requires Dependencies