-
Notifications
You must be signed in to change notification settings - Fork 340
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
x/sequencers: fix DOS/inefficiency in getSequencerDecreasingBonds #1065
Comments
reopened : Attackers can leverage the bond reduction mechanism to perform DoS In x/sequencer/keeper/bond_reductions.go:13-26, the HandleBondReduction function executed in the EndBlocker of the sequencer module |
superseded by #1328 |
dymension/x/sequencer/keeper/sequencer.go
Lines 209 to 226 in acd9d13
iteration over ever reducing sequencer in end block and in slash and in the message handler is a DOS/easy way to raise other gas price?
The text was updated successfully, but these errors were encountered: