Skip to content

geth -pricelimit not very useful after EIP1559 #23837

@Kzenox7

Description

@Kzenox7

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions