PufferFinance / PufferPool

GNU General Public License v3.0
10 stars 9 forks source link

cap # of validators in restaking strategies #104

Closed bxmmm1 closed 12 months ago

bxmmm1 commented 12 months ago

We don't want a strategy operator to have too much power. We can set each's cap in the PufferStrategy constructor. If the cap is reached the PufferStrategy should not allow new NoOp registrations and the round-robin logic should skip strategies that are full

bxmmm1 commented 12 months ago

Governance will handle this with changes to strategy weights