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/stMemoryStressTest/CALL_Bounds2a.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/stMemoryStressTest/CALL_Bounds2a.json')
-rw-r--r-- | GeneralStateTests/stMemoryStressTest/CALL_Bounds2a.json | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/GeneralStateTests/stMemoryStressTest/CALL_Bounds2a.json b/GeneralStateTests/stMemoryStressTest/CALL_Bounds2a.json index 079edc9b8..096a5c440 100644 --- a/GeneralStateTests/stMemoryStressTest/CALL_Bounds2a.json +++ b/GeneralStateTests/stMemoryStressTest/CALL_Bounds2a.json @@ -1,17 +1,17 @@ { "CALL_Bounds2a" : { "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "post" : { "EIP150" : [ { - "hash" : "5b8007df690d77b0099ba5aeb3c6187eab1e4d134c8598824f4b2383e7d893f2", + "hash" : "0x5b8007df690d77b0099ba5aeb3c6187eab1e4d134c8598824f4b2383e7d893f2", "indexes" : { "data" : 0, "gas" : 0, @@ -21,7 +21,7 @@ ], "EIP158" : [ { - "hash" : "5b8007df690d77b0099ba5aeb3c6187eab1e4d134c8598824f4b2383e7d893f2", + "hash" : "0x5b8007df690d77b0099ba5aeb3c6187eab1e4d134c8598824f4b2383e7d893f2", "indexes" : { "data" : 0, "gas" : 0, @@ -31,7 +31,7 @@ ], "Frontier" : [ { - "hash" : "33297ccbab39a39e682df6f3bc5921c750fe51ac622c54f8b32765c5acbd506d", + "hash" : "0x33297ccbab39a39e682df6f3bc5921c750fe51ac622c54f8b32765c5acbd506d", "indexes" : { "data" : 0, "gas" : 0, @@ -41,7 +41,17 @@ ], "Homestead" : [ { - "hash" : "33297ccbab39a39e682df6f3bc5921c750fe51ac622c54f8b32765c5acbd506d", + "hash" : "0x33297ccbab39a39e682df6f3bc5921c750fe51ac622c54f8b32765c5acbd506d", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Metropolis" : [ + { + "hash" : "0x5b8007df690d77b0099ba5aeb3c6187eab1e4d134c8598824f4b2383e7d893f2", "indexes" : { "data" : 0, "gas" : 0, @@ -51,23 +61,23 @@ ] }, "pre" : { - "1000000000000000000000000000000000000000" : { + "0x1000000000000000000000000000000000000000" : { "balance" : "0x00", "code" : "0x63ffffffff63ffffffff63ffffffff63ffffffff60007310000000000000000000000000000000000000016707fffffffffffffff1", "nonce" : "0x00", "storage" : { } }, - "1000000000000000000000000000000000000001" : { + "0x1000000000000000000000000000000000000001" : { "balance" : "0x00", "code" : "0x600054600101600055", "nonce" : "0x00", "storage" : { } }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffff", - "code" : "0x", + "code" : "", "nonce" : "0x00", "storage" : { } @@ -82,10 +92,10 @@ ], "gasPrice" : "0x01", "nonce" : "0x00", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "1000000000000000000000000000000000000000", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000000", "value" : [ - "1" + "0x01" ] } } |