Merge pull request #7892 from ethereum/fixArrayLoopBug

Increase loop size to account for net storage gas metering.
This commit is contained in:
chriseth
2019-12-04 15:31:17 +01:00
committed by GitHub
@@ -15,4 +15,4 @@ contract C {
// set_get_length(uint256): 20 -> 20
// set_get_length(uint256): 0xFF -> 0xFF
// set_get_length(uint256): 0xFFF -> 0xFFF
// set_get_length(uint256): 0xFFFF -> FAILURE # Out-of-gas #
// set_get_length(uint256): 0xFFFFF -> FAILURE # Out-of-gas #