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

Filter transactions based on gas price #1809

Closed
arnaubennassar opened this issue Mar 13, 2023 · 0 comments · Fixed by #1907
Closed

Filter transactions based on gas price #1809

arnaubennassar opened this issue Mar 13, 2023 · 0 comments · Fixed by #1907

Comments

@arnaubennassar
Copy link
Member

arnaubennassar commented Mar 13, 2023

Prevent txs from being addded into the pool

  • Reject txs where the gas price < X (config param)
  • Reject txs where gas price < MIN gas price suggested by the RPC in the last X mins (config param). This data can be obtained from ppol DB
@arnaubennassar arnaubennassar changed the title Filter transactions where gas price < X Filter transactions where gas price based on dynamic gas limit Mar 19, 2023
@arnaubennassar arnaubennassar changed the title Filter transactions where gas price based on dynamic gas limit Filter transactions based on gas price Mar 20, 2023
@tclemos tclemos added the pool label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants