celo-org / staked-celo

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

Make sure that Vote.updateHistoryAndReturnLockedStCeloInVoting will not run out of gas #118

Closed pahor167 closed 1 year ago

pahor167 commented 1 year ago

Vote.updateHistoryAndReturnLockedStCeloInVoting has unbounded loop that can run out of gas. Introduce index based approach.