aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/bcStateTests/create2collisionwithSelfdestructSameBlockFiller.json
blob: b75a30c2c3faa54ee99e54cd084ec58a1486d554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
    "create2collisionwithSelfdestructSameBlock" : {
        "_info" : {
        "comment" : "collision with address that has been selfdesturcted by another transaction in the same block"
    },
        "genesisBlockHeader" : {
            "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
            "difficulty" : "0x020000",
            "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" : ["Constantinople"],
            "result" : {
            "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                         "nonce" : "0x02"
                        },
            "0x0000000000000000000000000000000000000010" : {
                         "balance" : "1"
                        },
            "0x22a4ec9c035f66874f234c3a5bc7e18073e89057" : {
                         "nonce" : "1"
                        },
                    "0xec0e71ad0a90ffe1909d27dac207f7680abba42d" : {
                         "balance" : "10",
                         "code" : "",
                         "nonce" : "0x02",
                         "storage" : {
                         }
                    }
            }
        }
        ],
        "pre" : {
        "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
                "balance" : "1000000000000000000",
                "code" : "0x",
                "nonce" : "0",
                "storage" : {
                }
            },
        "ec0e71ad0a90ffe1909d27dac207f7680abba42d" : {
                "balance" : "1",
                "nonce" : "3",
                "code" : "{ (SELFDESTRUCT 0x10) }",
                "storage": {}
            }
        },
    "sealEngine" : "NoProof",
        "blocks" : [
            {
                "transactions" : [
                    {
                        "data" : "",
                        "gasLimit" : "150000",
                        "gasPrice" : "1",
                        "nonce" : "0",
                        "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
                        "to" : "ec0e71ad0a90ffe1909d27dac207f7680abba42d",
                        "value" : "0"
                    },
            {
                        "data" : "{ (CREATE2 0 0 0 0) }",
                        "gasLimit" : "150000",
                        "gasPrice" : "1",
                        "nonce" : "1",
                        "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
                        "to" : "",
                        "value" : "10"
                    }
                ],
                "uncleHeaders" : [
                ]
            }
        ]
    }
}