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

Implement EIP-1559 #427

Closed
MatheusDaros opened this issue Jul 23, 2021 · 1 comment
Closed

Implement EIP-1559 #427

MatheusDaros opened this issue Jul 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MatheusDaros
Copy link

Motivation

Many libraries have updated EIP-1559 support with no much backwards compatibility enabled (like ethers-io/ethers.js#1610).
Estimate gas methods are now failing on chains that don't have EIP-1559 support

Suggested Solution

Build a workaround on estimateGas RPC method and/or implement EIP-1559 on block logic

@MatheusDaros MatheusDaros added the enhancement New feature or request label Jul 23, 2021
@tgmichel
Copy link
Contributor

I will be working on this for a while. Track here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants