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
commit bd26da8d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 #