From 9a9cdac9ba9e85a2457aaae673781cadebff7103 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 1 Jun 2017 14:48:57 +0300 Subject: more staticcall tests --- .../static_callcodecall_10_SuicideEnd2.json | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 GeneralStateTests/stStaticCall/static_callcodecall_10_SuicideEnd2.json (limited to 'GeneralStateTests/stStaticCall/static_callcodecall_10_SuicideEnd2.json') diff --git a/GeneralStateTests/stStaticCall/static_callcodecall_10_SuicideEnd2.json b/GeneralStateTests/stStaticCall/static_callcodecall_10_SuicideEnd2.json new file mode 100644 index 000000000..cc4f3e0f5 --- /dev/null +++ b/GeneralStateTests/stStaticCall/static_callcodecall_10_SuicideEnd2.json @@ -0,0 +1,150 @@ +{ + "static_callcodecall_10_SuicideEnd2" : { + "env" : { + "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x01c9c380", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "EIP150" : [ + { + "hash" : "0xb1f79d64a427855e6542a8b149d2101512f2982a0e6bddc413d0a1c150368f6a", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + }, + { + "hash" : "0xfb1724ceb6b4d1963ad896eb0bfefa54f538b85d04bdba49b0ec97f9a6cd5081", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 1 + } + } + ], + "EIP158" : [ + { + "hash" : "0xb1f79d64a427855e6542a8b149d2101512f2982a0e6bddc413d0a1c150368f6a", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + }, + { + "hash" : "0xfb1724ceb6b4d1963ad896eb0bfefa54f538b85d04bdba49b0ec97f9a6cd5081", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 1 + } + } + ], + "Frontier" : [ + { + "hash" : "0xcb2611e4431a6cf6a749b0bb81cc79d7adde161488fec22721e05e19e4c6d3af", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + }, + { + "hash" : "0x3c0af4fd0d68067a34b91c574453e7900e3330d63be4d13b7bf7a728bdaf355b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 1 + } + } + ], + "Homestead" : [ + { + "hash" : "0xcb2611e4431a6cf6a749b0bb81cc79d7adde161488fec22721e05e19e4c6d3af", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + }, + { + "hash" : "0x3c0af4fd0d68067a34b91c574453e7900e3330d63be4d13b7bf7a728bdaf355b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 1 + } + } + ], + "Metropolis" : [ + { + "hash" : "0x757164264cd4323998e716d132550c10cf0cc623815257199c218b1b473b7555", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + }, + { + "hash" : "0xf85d747b2fdbbeea4366755fd4a835b694effbebfe28189d941d3ca429fa1034", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 1 + } + } + ] + }, + "pre" : { + "0x1000000000000000000000000000000000000000" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x604060006040600034731000000000000000000000000000000000000001620249f0f26000555a600155", + "nonce" : "0x00", + "storage" : { + } + }, + "0x1000000000000000000000000000000000000001" : { + "balance" : "0x02540be400", + "code" : "0x604060006040600073100000000000000000000000000000000000000261c350fa50731000000000000000000000000000000000000000ff", + "nonce" : "0x00", + "storage" : { + } + }, + "0x1000000000000000000000000000000000000002" : { + "balance" : "0x02540be400", + "code" : "0x6001600252", + "nonce" : "0x00", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "0x2dc6c0" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000000", + "value" : [ + "0x00", + "0x01" + ] + } + } +} \ No newline at end of file -- cgit