Closed cag closed 5 years ago
Interestingly enough, the gas costs for receiveResult/reportPayouts actually increased here from 102835 to 103039. I wonder if it has to do with my reading multiple times from calldata though.
Yeah that was part of it. Down to 102873 now. I suspect the rest of the discrepancy may be due to the previous inline assembly not doing array bounds checking, while the arr[i]
notation does.
Closes #51 Closes #50 (this was done while I was trying to get the original task to work, and the tech debt here made completing the task more difficult, so I just addressed it)