This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 562
Problem: user can specify a excessive tx gas limit to occupy block space without paying the price #989
Comments
Compare solutionsNon-breakingChange the
BreakingChange the gas refund rules.
Long term solution
|
11 tasks
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 16, 2022
fedekunze
added a commit
that referenced
this issue
Mar 16, 2022
Closes: #989 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 22, 2022
Closes: evmos#989 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
yihuang
added a commit
to yihuang/ethermint
that referenced
this issue
Mar 24, 2022
Closes: evmos#989 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System info: ethermint main
Steps to reproduce:
After a recent gas meter fix, tendermint will include tx to block according to the sum of tx gas limits, but we'll refund the unused gas for EVM transaction, which means one can occupy block space with low cost by specifying an excessive tx gas limit.
Expected behavior: shouldn't be vulnerable to dos attack
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: