-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Closed
Labels
Description
I'd like to raise a potential issue with the geth -pricelimit parameter and EIP1559.
From my observations it looks like this parameter only checks the value of MaxPriorityFeePerGas instead of something more useful like MaxFeePerGas. I believe that the -pricelimit is now fairly useless since MaxPriorityFeePerGas is almost always around 1 to 3 Gwei even though the total tx gas price could easily be 100+ Gwei.
Due to this behaviour I have set this parameter to 1 Gwei which causes the geth node to receive a huge amount of low gas pre-EIP1559 tx's that have been pending for months.
It is not in alignment with the way it works for pre-EIP1559 transactions.