Meridian-IE / impact-evaluator

Impact Evaluator smart contract
Other
4 stars 0 forks source link

change round index type uint64 #14

Closed juliangruber closed 1 year ago

juliangruber commented 1 year ago

@bajtos round index is currently inferred by checking rounds.length - 1. This type is a uint, whether the contract or the consumer casts it to a smaller type doesn't make a difference to me. Since this part will be refactored in https://github.com/Meridian-IE/impact-evaluator/issues/10, let's do this then