(ask) what happen if in my function i am doing loop to push to storage array. but before the loop over gas run out. does the array revert back to before or not ?
May 2, 2018, 2:50 AM
(ask) again. in solidity there is view function that take no gas to execute. now i have a function that change state (need gas to run) it just change an uint storage variable, so need cheap gas. but what happen if inside that function i call view function mentioned before, for example 1000x is there any posisiblity to run out gas?
May 2, 2018, 2:57 AM