diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-03 04:10:37 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-03 04:10:37 +0800 |
commit | f60c186ba7bb6a04d5b639dce67a1603572c35fb (patch) | |
tree | db0d99f982d2538435b73c2f8c21ccd9154987ee /src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json | |
parent | 66ba67ac1b8a4b0a03880e03fb0db9e94b2ac784 (diff) | |
download | tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar.gz tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar.bz2 tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar.lz tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar.xz tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.tar.zst tangerine-tests-f60c186ba7bb6a04d5b639dce67a1603572c35fb.zip |
fix stRandom2 tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json b/src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json index 6edc63c79..cf94ee29c 100644 --- a/src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json +++ b/src/GeneralStateTestsFiller/stRandom2/randomStatetest646Filler.json @@ -11,6 +11,101 @@ "currentTimestamp":"0x03e8", "previousHash":"0xb9cdadfa4eb6b43788795e580e7cb36b4c85348412173e7bb3b9e7e954f7949f" }, + "expect": + [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : ["Homestead"], + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "6072645538627723179", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xb1c0d37237a1f6bd6202aed4b5a7290dfcda6591" : { + "balance" : "0x446d325d", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x33888d4ce6b934", + "code" : "", + "nonce" : "0x07", + "storage" : { + } + }, + "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "2132438", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xffffffffffffffffffffffffffffffffffffffff" : { + "balance" : "0xd61773f0d4930adc", + "code" : "0x64ba8b878e0154689b908f27acb42e5269603972609834bf9a7e578e45609242172907dd75a92555656c5aa6e9248162013ffa6203864863446d325df0336d2c38cfa2f1cdf8cb623c0591987419", + "nonce" : "0x1d", + "storage" : { + "0x609834bf9a7e578e45609242172907dd75a925" : "0x39" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Byzantium"], + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x54465ef170c41b91", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xb1c0d37237a1f6bd6202aed4b5a7290dfcda6591" : { + "balance" : "0x446d325d", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x33888d4ce6b934", + "code" : "", + "nonce" : "0x07", + "storage" : { + } + }, + "0xd94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x208df0", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xffffffffffffffffffffffffffffffffffffffff" : { + "balance" : "0xd61773f0d4930adc", + "code" : "0x64ba8b878e0154689b908f27acb42e5269603972609834bf9a7e578e45609242172907dd75a92555656c5aa6e9248162013ffa6203864863446d325df0336d2c38cfa2f1cdf8cb623c0591987419", + "nonce" : "0x1d", + "storage" : { + "0x609834bf9a7e578e45609242172907dd75a925" : "0x39" + } + } + } + } + ], "pre":{ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b":{ "balance":"0x54465ef1c769628b", |