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

feat: Drop non-local transactions whose gas fee cap is below or equal to the potential minimum base fee #35

Closed
wants to merge 1 commit into from

Conversation

owen-reorg
Copy link
Collaborator

Description

Drop non-local transactions whose gas fee cap is below or equal to the potential minimum base fee

Rationale

Currently, there are transactions with a gas fee cap lower than 8 wei (the potential minimum base fee according to the current EIP1559 configuration). These transactions will never be included in a block. As a result, they remain in the transaction pool until it is full and they are kicked out by transactions with a higher gas price.

This pull request aims to prevent such transactions from entering the transaction pool.

Example

NA

Changes

Notable changes:

  • add an additional rule in txpool

@github-actions github-actions bot requested review from redhdx and welkin22 November 29, 2023 08:26
@owen-reorg owen-reorg requested review from bnoieh and andyzhang2023 and removed request for welkin22 and redhdx November 29, 2023 08:26
@owen-reorg owen-reorg closed this Dec 13, 2023
Copy link

@Rakibibul Rakibibul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L7ke

sunny2022da pushed a commit to sunny2022da/op-geth that referenced this pull request Aug 15, 2024
…ion; (bnb-chain#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
sunny2022da pushed a commit to sunny2022da/op-geth that referenced this pull request Sep 25, 2024
…ion; (bnb-chain#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
sunny2022da pushed a commit to sunny2022da/op-geth that referenced this pull request Oct 11, 2024
…ion; (bnb-chain#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
welkin22 pushed a commit that referenced this pull request Oct 22, 2024
…ion; (#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
sunny2022da pushed a commit to sunny2022da/op-geth that referenced this pull request Nov 14, 2024
…ion; (bnb-chain#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
sunny2022da pushed a commit to sunny2022da/op-geth that referenced this pull request Dec 11, 2024
…ion; (bnb-chain#35)

* mvstates: fix async dep gen deadlock issue;
miner: support record sysytem tx rwset;

* miner: opt txdag enable checking;

---------

Co-authored-by: galaio <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants