celo-org / staked-celo

GNU Lesser General Public License v3.0
8 stars 2 forks source link

Handle overflow of validator groups #112

Closed pahor167 closed 1 year ago

pahor167 commented 1 year ago

Description

When groups that we are voting for in stCELO protocol are close to it's voting capacity we will overflow votes to default strategy.

Other changes

No other changes

Tested

Unit tests + e2e test

Related issues