hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 815 forks source link

Implement `eth_maxPriorityFeePerGas` RPC method #7112

Closed fab-10 closed 3 months ago

fab-10 commented 4 months ago

Description

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

macfarla commented 4 months ago

some extra context in #5658

fab-10 commented 4 months ago

this feature it is already implement in GraphQL, so should be simple to expose it as RPC methods as well https://github.com/hyperledger/besu/blob/433ebd94180903125d17f085fc9a791ef398efea/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/graphql/GraphQLDataFetchers.java#L141

macfarla commented 3 months ago

closing as duplicate of #5658