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

Updated ccip execute args transform to use mapstructure to decode args #1103

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

amit-momin
Copy link
Contributor

Updated CCIPExecute args transform to use mapstructure to decode args since it does not always conform to ReportPreTransform.

Example
We can get args like this: struct { ReportContext [2][32]uint8; Report []uint8; Info ccipocr3.ExecuteReportInfo }
which would result in an error like: args is not of type ReportPreTransform

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

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

See analysis details on SonarQube

@archseer archseer merged commit edc18d1 into develop Feb 25, 2025
35 of 36 checks passed
@archseer archseer deleted the update-ccip-execute-args-transform branch February 25, 2025 00:41
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