aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json')
-rw-r--r--src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json
new file mode 100644
index 000000000..0d66b2817
--- /dev/null
+++ b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json
@@ -0,0 +1,110 @@
+{
+ "RecallSuicidedContract" : {
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "3141592",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x54c98c81",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "expect" : [
+ {
+ "network" : ["Frontier"],
+ "result" : {
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "15000000000000723520"
+ }
+ }
+ },
+ {
+ "network" : ["Homestead"],
+ "result" : {
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "15000000000001043520"
+ }
+ }
+ },
+ {
+ "network" : ["EIP150", "EIP158"],
+ "result" : {
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "15000000000001210790"
+ }
+ }
+ },
+ {
+ "network" : ["Metropolis"],
+ "result" : {
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "15000000000001150240"
+ }
+ }
+ }
+ ],
+ "pre" : {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "10000000000000",
+ "nonce" : "0",
+ "code" : "",
+ "storage": {}
+ }
+ },
+ "blocks" : [
+ {
+ "transactions" : [
+ {
+ "data" : "0x604b80600c6000396000f3007c01000000000000000000000000000000000000000000000000000000006000350463cbf0b0c08114602d57005b60006004358073ffffffffffffffffffffffffffffffffffffffff16ff",
+ "gasLimit" : "500000",
+ "gasPrice" : "10",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : "0xff"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "transactions" : [
+ {
+ "data" : "0xcbf0b0c00000000000000000000000000000000000000000000000000000000000000000",
+ "gasLimit" : "500000",
+ "gasPrice" : "10",
+ "nonce" : "1",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "6295ee1b4f6dd65047762f924ecd367c17eabf8f",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ },
+ {
+ "transactions" : [
+ {
+ "data" : "0xcbf0b0c00110000000000011000000000000011000000000000011000000000000000011",
+ "gasLimit" : "500000",
+ "gasPrice" : "10",
+ "nonce" : "2",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "6295ee1b4f6dd65047762f924ecd367c17eabf8f",
+ "value" : "1"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ]
+ }
+}