-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Plans to support eth_maxPriorityFeePerGas method? #4195
Comments
Hey! I don't think that's apart of the official spec. If that's changed do you mind pointing me to that documentation we can quickly add it :) |
You're right! It's not part of the official spec, it's geth specific. I've done some snooping, but I guess I'll ask here -- do you expose a function to send an arbitrary method call to the provider? So that I can call node-client-specific methods when needed. Thanks! |
No, but that could be a nice feature. @spacesailor24 thoughts? |
Hey, we don't plan on supporting this feature for 1.x, but possibly add this to the roadmap for 4.x. Although if you wanted to add a customRPC call like eth_maxPriorityFeePerGas you can do something like this:
|
Reopening this issue as |
I've gone through the EIP 1559 PR and could not find support for this new method. There is a separate PR for eth_feeHistory, which is fantastic. What is the reasoning behind ignoring eth_maxPriorityFeePerGas? Your hard work is appreciated!
The text was updated successfully, but these errors were encountered: