Skip to content

feat: support call reverted #29

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

Merged
merged 1 commit into from
Sep 18, 2022
Merged

feat: support call reverted #29

merged 1 commit into from
Sep 18, 2022

Conversation

enzoferey
Copy link
Owner

Is your pull request closing an issue?

Closes #26.

Please explain the main changes of your pull request

Supports calls reverts via the CALL_EXCEPTION ethers code.

Checklist

  • Have you added any new returned codes to the README file ?

@codecov-commenter
Copy link

Codecov Report

Merging #29 (574ca28) into main (a005397) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          640       666   +26     
  Branches        75        79    +4     
=========================================
+ Hits           640       666   +26     
Impacted Files Coverage Δ
lib/__tests__/getParsedEthersError.test.ts 100.00% <100.00%> (ø)
lib/constants.ts 100.00% <100.00%> (ø)
lib/utils/getTopLevelKnownError.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@enzoferey enzoferey merged commit 61be736 into main Sep 18, 2022
@enzoferey enzoferey deleted the call-exception branch September 18, 2022 15:02
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.

[FEATURE] Support CALL_EXCEPTION for calls
2 participants