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/randomStatetest645Filler.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/randomStatetest645Filler.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRandom2/randomStatetest645Filler.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stRandom2/randomStatetest645Filler.json b/src/GeneralStateTestsFiller/stRandom2/randomStatetest645Filler.json index e80dd93d3..99b534140 100644 --- a/src/GeneralStateTestsFiller/stRandom2/randomStatetest645Filler.json +++ b/src/GeneralStateTestsFiller/stRandom2/randomStatetest645Filler.json @@ -11,6 +11,47 @@ "currentTimestamp":"0x03e8", "previousHash":"0x5eb83427b085a697cdb3c2c7991fce7a40927c6a40f496bbfcfba65d24617fe7" }, + "expect": + [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Byzantium", "Homestead"], + "result" : { + "0x1000000000000000000000000000000000000000" : { + "balance" : "0xbcbaf5a33577f162", + "code" : "0x58679b8e24022d8c28f3620b55a06384bc2f83136515b61916f0f579ea3e9d28799d45aa77bf1fc1a84edf0193dea2d610209eaaf9c814", + "nonce" : "0x1d", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x6f1f70fea63fe448", + "code" : "", + "nonce" : "0x01", + "storage" : { + } + }, + "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x2be1cfd5d6d8bf79", + "code" : "0x63cbb01282621d72de5268022948f746c938a0cb7c01ef17f23ed237d9f3262c4eb1b95112820595b127c516074df06223db7e0c396eb18074f148d96fd766dda35b6cc250661b5f83f0ed625ba68a5ff49aa1", + "nonce" : "0xaf", + "storage" : { + } + }, + "0xffffffffffffffffffffffffffffffffffffffff" : { + "balance" : "0xb3508c0f8a22f8a1", + "code" : "", + "nonce" : "0x1c", + "storage" : { + } + } + } + } + ], "pre":{ "0x1000000000000000000000000000000000000000":{ "balance":"0xbcbaf5a33577f162", |