Skip to content
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

Merged
merged 4 commits into from
Feb 24, 2025
Merged

Conversation

EasterTheBunny
Copy link
Contributor

@EasterTheBunny EasterTheBunny commented Feb 21, 2025

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

reductionista
reductionista previously approved these changes Feb 21, 2025
jadepark-dev
jadepark-dev previously approved these changes Feb 24, 2025
if _, ok := eventMap[idx]; ok {
continue
}

Copy link
Contributor

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?

Copy link
Contributor Author

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.

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
50.0% Coverage on New Code (required ≥ 75%)

See analysis details on SonarQube

@jadepark-dev jadepark-dev merged commit 1f41de9 into develop Feb 24, 2025
35 of 36 checks passed
@jadepark-dev jadepark-dev deleted the NONEVM-1064/bug-fixes branch February 24, 2025 22:59
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.

3 participants