diff options
author | Dimitry <winsvega@mail.ru> | 2017-04-25 18:22:56 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-04-25 18:22:56 +0800 |
commit | 1fcfae9885b4b63740f48acecc6524b400e22a23 (patch) | |
tree | 85762531a139c22e5d06c60238b6ce6f7a076232 /GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json | |
parent | 64134b33047939344b7872344318d7aed31cdb02 (diff) | |
download | dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar.gz dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar.bz2 dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar.lz dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar.xz dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.tar.zst dexon-tests-1fcfae9885b4b63740f48acecc6524b400e22a23.zip |
refill memory stress tests
Diffstat (limited to 'GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json')
-rw-r--r-- | GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json index dc1a7633a..feba5741e 100644 --- a/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json +++ b/GeneralStateTests/stQuadraticComplexityTest/Call50000_identity.json @@ -1,17 +1,17 @@ { "Call50000_identity " : { "env" : { - "currentCoinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", "currentGasLimit" : "0x05429690", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { "EIP150" : [ { - "hash" : "5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", "indexes" : { "data" : 0, "gas" : 0, @@ -21,7 +21,7 @@ ], "EIP158" : [ { - "hash" : "5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", "indexes" : { "data" : 0, "gas" : 0, @@ -31,7 +31,7 @@ ], "Frontier" : [ { - "hash" : "5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", "indexes" : { "data" : 0, "gas" : 0, @@ -41,7 +41,17 @@ ], "Homestead" : [ { - "hash" : "5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Metropolis" : [ + { + "hash" : "0x5b598dad661bdec03972e39b4f8a81c4a5e660761ad43dce42f270963759d7eb", "indexes" : { "data" : 0, "gas" : 0, @@ -51,14 +61,14 @@ ] }, "pre" : { - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0xffffffffffffffffffffffffffffffff", - "code" : "0x", + "code" : "", "nonce" : "0x00", "storage" : { } }, - "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x0fffffffffffff", "code" : "0x5b61c3506080511015602c576000600061c35060006001600461061cf16000556001608051016080526000565b608051600155", "nonce" : "0x00", @@ -71,14 +81,14 @@ "" ], "gasLimit" : [ - "88250000" + "0x05429690" ], "gasPrice" : "0x01", "nonce" : "0x00", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b", "value" : [ - "10" + "0x0a" ] } } |