-
Notifications
You must be signed in to change notification settings - Fork 562
Problem: need to revise or add eth_maxPriorityFeePerGas rpc call #687
Comments
working on this |
evmbackend will fetch the latest suggested gas tip capacity from feemarket QueryClient, which requires adding messages in query.proto and regenerating the corresponding codes, and implementing the grpc methods of GetGasTipCap for feemarket keeper. |
Maybe return some constant configurable values, to make the web3 client happy? Is any client depends on this API to work? |
No, MaxPriorityFeePerGas is only used as public api for suggesting gas tip cap. |
are then any actionable items here? |
Will come back after finishing other rpc endpoints |
since currently tendermint will not consider the priority of txs based on gas price tip cap, should we return the minimum gas price of chain defaults or return the suggested gas tip cap by sampling from history gas price tip cap? |
cosmos-sdk is now working on tendermint mempool prioritization (cosmos/cosmos-sdk#9962), and it would be more appropriate to consider the dynamic maxPriorityFeePerGas at that time. |
Proposal: [Description of the feature]
need to revise or add rpc call eth_maxPriorityFeePerGas
Current behavior: [What currently happens]
Desired behavior: [What you would like to happen]
Use case: [Why is this important (helps with prioritizing requests)]
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: