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

fix: issue with custom errors on estimate gas and static fee txns [APE-1421] #1680

Merged
merged 15 commits into from
Sep 29, 2023

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Sep 27, 2023

What I did

fixes: #1668
Fixes: APE-1402

How I did it

Honor networks gas settings during tx prepartion (only was issue on the Static fee txns)

How to verify it

Here is a screenshot showing it working, i am using the same example as from the linked issue:

Screenshot 2023-09-27 at 15 31 54

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@vany365 vany365 changed the title fix: issue with custom errors on estimate gas and static fee txns fix: issue with custom errors on estimate gas and static fee txns [APE-1421] Sep 27, 2023
fubuloubu
fubuloubu previously approved these changes Sep 27, 2023
src/ape/api/providers.py Show resolved Hide resolved
fubuloubu
fubuloubu previously approved these changes Sep 28, 2023
tests/functional/test_ecosystem.py Outdated Show resolved Hide resolved
@antazoey antazoey enabled auto-merge (squash) September 28, 2023 17:24
fubuloubu
fubuloubu previously approved these changes Sep 28, 2023
fubuloubu
fubuloubu previously approved these changes Sep 28, 2023
fubuloubu
fubuloubu previously approved these changes Sep 28, 2023
@antazoey antazoey merged commit 0eb2478 into ApeWorX:main Sep 29, 2023
18 checks passed
@antazoey antazoey deleted the fix/static-tx-custom-err branch September 29, 2023 18:55
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.

Solidity Custom Error is not showing properly when tx reverts [APE-1402]
2 participants