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: issues with type 2 transactions #23

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jan 17, 2024

What I did

Optimism was particularly bad at creating type 2 transactions.
It wasnt smart enough like Ethereum to create the correct tx.
Also - EIP-1559 is supported in Optimism networks now since bedrock so changed the default there.

fixes: ApeWorX/ape#1865

How I did it

delete overriden method

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@antazoey antazoey requested a review from fubuloubu January 17, 2024 19:52
@antazoey antazoey merged commit a2698c6 into ApeWorX:main Jan 17, 2024
12 checks passed
@antazoey antazoey deleted the test/type-2 branch January 17, 2024 21:11
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.

configured foundry base_fee causes tx to fail when setting max_priority_fee
2 participants