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 eth_maxPriorityFeePerGas RPC method #7112

Open
fab-10 opened this issue May 16, 2024 · 2 comments
Open

Implement eth_maxPriorityFeePerGas RPC method #7112

fab-10 opened this issue May 16, 2024 · 2 comments

Comments

@fab-10
Copy link
Contributor

fab-10 commented May 16, 2024

Description

Implement the eth_maxPriorityFeePerGas RPC method as defined by the official specification https://ethereum.github.io/execution-apis/api-documentation/

@macfarla
Copy link
Contributor

some extra context in #5658

@fab-10
Copy link
Contributor Author

fab-10 commented May 17, 2024

this feature it is already implement in GraphQL, so should be simple to expose it as RPC methods as well

public DataFetcher<Wei> getMaxPriorityFeePerGasDataFetcher() {

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

No branches or pull requests

2 participants