diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-02-08 18:52:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 18:52:13 +0800 |
commit | 772a3d69a704e0670f567abefb6608f942136693 (patch) | |
tree | b7a03a7ac109764231dfbe9cc13388a4bade0da9 /src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json | |
parent | f0b97c9af22ce06db96bb33f84bb2f19a1fb4fcf (diff) | |
parent | 8dbbfb6db9fe97624333716e654410d64bf75a24 (diff) | |
download | tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar.gz tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar.bz2 tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar.lz tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar.xz tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.tar.zst tangerine-tests-772a3d69a704e0670f567abefb6608f942136693.zip |
Merge pull request #413 from ethereum/optfix
refill broken tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json b/src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json index d4b14fed9..c6f3d740b 100644 --- a/src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json +++ b/src/GeneralStateTestsFiller/stRandom/randomStatetest232Filler.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead"], + "network" : ["Homestead"], "result" : { "0000000000000000000000000000000000000000" : { "balance" : "2122038787", @@ -39,6 +39,36 @@ } } } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Byzantium"], + "result" : { + "0000000000000000000000000000000000000000" : { + "balance" : "2122038787", + "code" : "0x", + "nonce" : "0", + "storage" : { + } + }, + "945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "balance" : "37306", + "code" : "0x6000355415600957005b60203560003555", + "nonce" : "0", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "code" : "0x", + "nonce" : "1", + "storage" : { + } + } + } } ], "pre" : { |