diff options
Diffstat (limited to 'GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json')
-rw-r--r-- | GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json index 11ec7acd3..387fb8966 100644 --- a/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json +++ b/GeneralStateTests/stInitCodeTest/TransactionCreateStopInInitcode.json @@ -1,5 +1,10 @@ { "TransactionCreateStopInInitcode" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stInitCodeTest/TransactionCreateStopInInitcodeFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", @@ -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,17 +57,21 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ { - "hash" : "0x34afa89005c43a98486677dc47095aeb094bd54532a6fa5061c0aab81de93846", + "hash" : "0x3c443f320c10ef9b6ecc4db0ac9e6bc184ef4d924d03bc9be54e8c0850ef9138", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, |