diff options
author | Felix Lange <fjl@twurst.com> | 2016-10-06 05:55:47 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-10-06 22:25:17 +0800 |
commit | e97b30169b97adefa6e5067df1e307852b226583 (patch) | |
tree | 999e889d56d7435b93a964f40fd42839f248941a /tests/files/StateTests/RandomTests/st201505051238GO.json | |
parent | 438efdab282775e90ec3c6d7b6c8404b65ff19c4 (diff) | |
download | go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar.gz go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar.bz2 go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar.lz go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar.xz go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.tar.zst go-tangerine-e97b30169b97adefa6e5067df1e307852b226583.zip |
[release/1.4.16] tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1
Two new tests are skipped because they're buggy. Making some newer
random state tests work required implementing the 'compressed return
value encoding'.
(cherry picked from commit 1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4)
Diffstat (limited to 'tests/files/StateTests/RandomTests/st201505051238GO.json')
-rwxr-xr-x | tests/files/StateTests/RandomTests/st201505051238GO.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/files/StateTests/RandomTests/st201505051238GO.json b/tests/files/StateTests/RandomTests/st201505051238GO.json index b901fafc7..b53203945 100755 --- a/tests/files/StateTests/RandomTests/st201505051238GO.json +++ b/tests/files/StateTests/RandomTests/st201505051238GO.json @@ -3,7 +3,7 @@ "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "0x051d6a3cd647", - "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", + "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x00", "currentTimestamp" : "0x01", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" @@ -70,4 +70,4 @@ "value" : "0x6ac01f3a" } } -} +}
\ No newline at end of file |