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

Add eth_maxPriorityFeePerGas #2470

Closed
mattsse opened this issue Apr 29, 2023 · 1 comment
Closed

Add eth_maxPriorityFeePerGas #2470

mattsse opened this issue Apr 29, 2023 · 1 comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Apr 29, 2023

Describe the feature

Add endpoint for getting a suggested fas tip cap after EIP-1559 to allow timely execution of a transaction

this is also used for legacy eth_gasPrice

Additional context

https://github.com/ethereum/go-ethereum/blob/8f373227ac481685148019b21ef9e1478d3ba609/eth/gasprice/gasprice.go#L144-L150

sampling explained here:
ref ethereum/pm#328 (comment)

@mattsse mattsse added C-enhancement New feature or request A-rpc Related to the RPC implementation labels Apr 29, 2023
@mattsse mattsse assigned mattsse and unassigned mattsse Apr 29, 2023
@chirag-bgh
Copy link
Contributor

I can take this.

@mattsse mattsse closed this as completed May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants