-
Notifications
You must be signed in to change notification settings - Fork 782
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
Support post EIP1559 tx types for RPC #2330
Comments
I halfway fixed this out of necessity in #2316 but will need to be cleanly implemented in a separate PR. A minimal implementation will update this line to use |
@acolytec3 should the eth_call directly do runTx than calling the vm's runCall? |
@jochem-brouwer any thoughts here? I can test it out but conceptually switching the logic of this handler to use |
Maybe I can take a stab at this in the Shandong branch and see how it goes. It certainly limits the usability of our RPC if |
Yes that should work! |
Cool. I'll add it to my proofs of concept in shandong and we can pull out in separate PRs against master of everything goes well |
I believe this is closed by #2411. @shresthagrawal care to take a look at our latest master and verify if it meets your needs? |
@acolytec3 the PR you are referencing seems to not fix the |
After I reviewed the |
Should be addressed at this point. |
Current
eth_estimateGas
andeth_call
do not support the post EIP1559 tx typesThe text was updated successfully, but these errors were encountered: