Add `MaxTipAmount` for pallet-tips (#1709)
Last week we experienced a governance attack. Surprisingly, there was no upper limit on the tip amount. Due to the mechanism of pallet-fragment-election, the council members will be refreshed immediately. Attacker is easy to control the council and give a large tip amount.
Showing
- substrate/bin/node/runtime/src/lib.rs 1 addition, 0 deletionssubstrate/bin/node/runtime/src/lib.rs
- substrate/docs/Upgrading-2.0-to-3.0.md 1 addition, 0 deletionssubstrate/docs/Upgrading-2.0-to-3.0.md
- substrate/frame/tips/src/lib.rs 13 additions, 1 deletionsubstrate/frame/tips/src/lib.rs
- substrate/frame/tips/src/tests.rs 19 additions, 0 deletionssubstrate/frame/tips/src/tests.rs
Please register or sign in to comment