diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:44:24 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:44:24 +0800 |
commit | a3121b5e771c9dffbda37e54b3df2063f8d67279 (patch) | |
tree | 1ceca5b0acbc7ce10e088e516063778309d5e908 /GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json | |
parent | e2611bffb45353cc9179d7a329f908b7467a4f08 (diff) | |
download | dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar.gz dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar.bz2 dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar.lz dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar.xz dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.tar.zst dexon-tests-a3121b5e771c9dffbda37e54b3df2063f8d67279.zip |
refill stQuadraticComplexity
Diffstat (limited to 'GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json')
-rw-r--r-- | GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json b/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json new file mode 100644 index 000000000..cebcc56dd --- /dev/null +++ b/GeneralStateTests/stQuadraticComplexityTest/Create1000Byzantium.json @@ -0,0 +1,93 @@ +{ + "Create1000Byzantium" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.ee0c6776.Linux.g++", + "lllcversion" : "Version: 0.4.20-develop.2018.2.4+commit.c696803f.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stQuadraticComplexityTest/Create1000ByzantiumFiller.json", + "sourceHash" : "86bd62af2bf829ece26ea4c2922cbc78cbc4bc0eab150a4fd2c014594c405fed" + }, + "env" : { + "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "currentDifficulty" : "0x020000", + "currentGasLimit" : "0x0200999600", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "Byzantium" : [ + { + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ], + "EIP158" : [ + { + "hash" : "0x06c5d14ef7a87710e69a4deaf77ab1b6d34491784d76a5fdcbd24b00cc361dc7", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + }, + { + "hash" : "0x66ee7d6ddc316e0a912c5029be47db7f699fd576f3eed2c6077c12a90343e7e2", + "indexes" : { + "data" : 0, + "gas" : 1, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xffffffffffffffffffffffffffffffff", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + }, + "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0fffffffffffff", + "code" : "0x5b6103e8608051101560235761c35060006001f06000556001608051016080526000565b608051600155", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x0249f0", + "0x0ee6b280" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : [ + "0x0a" + ] + } + } +}
\ No newline at end of file |