You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the winner_addresses implementation is very expensive in terms of gas use. We could change that to a winner_indices array that only holds the winner's indices in the player_addresses array. That will dramatically reduce the use of gas when drawing for winners.
The text was updated successfully, but these errors were encountered:
Currently, the
winner_addresses
implementation is very expensive in terms of gas use. We could change that to awinner_indices
array that only holds the winner's indices in theplayer_addresses
array. That will dramatically reduce the use of gas when drawing for winners.The text was updated successfully, but these errors were encountered: