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

00765 Explorer should not report "Decoding Error" when error is empty in a contract result #766

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

ericleponner
Copy link
Collaborator

Description:

Changes below fix false decoding error reported in Contract Result section.
They also add a unit test case for asserting this.

Related issue(s):

Fixes #765

Notes for reviewer:

Use mainnet transaction 1700549131.961381389.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

…no longer reported as decoding error.

Signed-off-by: Eric Le Ponner <[email protected]>
@ericleponner ericleponner requested a review from svienot November 22, 2023 18:57
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 87.35% 32852 / 37610
🔵 Statements 87.35% 32852 / 37610
🔵 Functions 66.83% 814 / 1218
🔵 Branches 83.55% 3646 / 4364
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/utils/analyzer/FunctionCallAnalyzer.ts 93.3% 79.68% 100% 93.3% 134-142, 172, 228-235
Generated in workflow #568

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@ericleponner ericleponner merged commit ef3c4a1 into main Nov 23, 2023
6 checks passed
@ericleponner ericleponner deleted the 00765_decoding_error branch November 23, 2023 09: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.

Explorer should not report "Decoding Error" when error is empty in a contract result
2 participants