diff options
Diffstat (limited to 'GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json')
-rw-r--r-- | GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json b/GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json index 446240182..d8d432ec4 100644 --- a/GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json +++ b/GeneralStateTests/stSystemOperationsTest/suicideCoinbase.json @@ -1,5 +1,10 @@ { "suicideCoinbase" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stSystemOperationsTest/suicideCoinbaseFiller.json" + }, "env" : { "currentCoinbase" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", "currentDifficulty" : "0x20000", @@ -16,7 +21,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ @@ -26,7 +33,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ @@ -36,7 +45,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ @@ -46,7 +57,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ @@ -56,7 +69,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, |