From 4742f0591403245674ec02df4930d88ed5bd58bb Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 10 Jul 2017 18:25:36 +0300 Subject: refill general state tests --- GeneralStateTests/stZeroCallsTest/ZeroValue_CALL.json | 5 +++++ GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE.json | 5 +++++ GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToEmpty.json | 5 +++++ .../stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalance.json | 5 +++++ .../stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKey.json | 5 +++++ GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToEmpty.json | 5 +++++ .../stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalance.json | 5 +++++ .../stZeroCallsTest/ZeroValue_CALL_ToOneStorageKey.json | 5 +++++ GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL.json | 5 +++++ .../stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmpty.json | 5 +++++ .../stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalance.json | 5 +++++ .../stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKey.json | 5 +++++ GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE.json | 2 +- GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToEmpty.json | 2 +- .../stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalance.json | 2 +- .../stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKey.json | 2 +- GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL.json | 5 +++++ .../stZeroCallsTest/ZeroValue_TransactionCALL_ToEmpty.json | 5 +++++ .../stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalance.json | 5 +++++ .../stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKey.json | 5 +++++ .../stZeroCallsTest/ZeroValue_TransactionCALLwithData.json | 5 +++++ .../stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmpty.json | 5 +++++ .../ZeroValue_TransactionCALLwithData_ToNonZeroBalance.json | 5 +++++ .../ZeroValue_TransactionCALLwithData_ToOneStorageKey.json | 5 +++++ 24 files changed, 104 insertions(+), 4 deletions(-) (limited to 'GeneralStateTests/stZeroCallsTest') diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL.json index 3b1422cff..ebbf86bd2 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL.json @@ -1,5 +1,10 @@ { "ZeroValue_CALL" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE.json index 60693fe11..fc07b4384 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE.json @@ -1,5 +1,10 @@ { "ZeroValue_CALLCODE" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLCODEFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToEmpty.json index b10072773..99483d30c 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToEmpty.json @@ -1,5 +1,10 @@ { "ZeroValue_CALLCODE_ToEmpty" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLCODE_ToEmptyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalance.json index 072796713..41b112b7c 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalance.json @@ -1,5 +1,10 @@ { "ZeroValue_CALLCODE_ToNonZeroBalance" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLCODE_ToNonZeroBalanceFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKey.json index 8608cad28..60937a8a4 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKey.json @@ -1,5 +1,10 @@ { "ZeroValue_CALLCODE_ToOneStorageKey" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALLCODE_ToOneStorageKeyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToEmpty.json index 5faaf1f0c..13d7bbaab 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToEmpty.json @@ -1,5 +1,10 @@ { "ZeroValue_CALL_ToEmpty" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALL_ToEmptyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalance.json index 2f6cfce54..5aa522cc0 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalance.json @@ -1,5 +1,10 @@ { "ZeroValue_CALL_ToNonZeroBalance" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALL_ToNonZeroBalanceFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToOneStorageKey.json index b714026ae..1d506fbda 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_CALL_ToOneStorageKey.json @@ -1,5 +1,10 @@ { "ZeroValue_CALL_ToOneStorageKey" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_CALL_ToOneStorageKeyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL.json index 08a8f3fb6..c85bc2191 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL.json @@ -1,5 +1,10 @@ { "ZeroValue_DELEGATECALL" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_DELEGATECALLFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmpty.json index e130aed25..aacdd0047 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmpty.json @@ -1,5 +1,10 @@ { "ZeroValue_DELEGATECALL_ToEmpty" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_DELEGATECALL_ToEmptyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalance.json index 987badbeb..0e9f3013e 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalance.json @@ -1,5 +1,10 @@ { "ZeroValue_DELEGATECALL_ToNonZeroBalance" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_DELEGATECALL_ToNonZeroBalanceFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKey.json index f7011ad6b..438f14c0c 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKey.json @@ -1,5 +1,10 @@ { "ZeroValue_DELEGATECALL_ToOneStorageKey" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_DELEGATECALL_ToOneStorageKeyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE.json index 6b4fe4d49..c76d935ca 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE.json @@ -2,7 +2,7 @@ "ZeroValue_SUICIDE" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_SUICIDEFiller.json" }, "env" : { diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToEmpty.json index f0cee1828..97dcb83e7 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToEmpty.json @@ -2,7 +2,7 @@ "ZeroValue_SUICIDE_ToEmpty" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_SUICIDE_ToEmptyFiller.json" }, "env" : { diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalance.json index 51d9292cc..596fbfc72 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalance.json @@ -2,7 +2,7 @@ "ZeroValue_SUICIDE_ToNonZeroBalance" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_SUICIDE_ToNonZeroBalanceFiller.json" }, "env" : { diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKey.json index 00d824dbf..77952cc95 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKey.json @@ -2,7 +2,7 @@ "ZeroValue_SUICIDE_ToOneStorageKey" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_SUICIDE_ToOneStorageKeyFiller.json" }, "env" : { diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL.json index 586c49ccb..58fbac831 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALL" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALLFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToEmpty.json index 365fb8c11..ce4c01077 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToEmpty.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALL_ToEmpty" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALL_ToEmptyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalance.json index bf036f335..fe149d764 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalance.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALL_ToNonZeroBalance" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALL_ToNonZeroBalanceFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKey.json index 9ed14f77b..d78bef10c 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKey.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALL_ToOneStorageKey" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALL_ToOneStorageKeyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData.json index 093dcb345..ab5c0edf8 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALLwithData" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALLwithDataFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmpty.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmpty.json index 4810dd7ca..cdbf45897 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmpty.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmpty.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALLwithData_ToEmpty" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToEmptyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToNonZeroBalance.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToNonZeroBalance.json index b89760e4c..5b7010cb0 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToNonZeroBalance.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToNonZeroBalance.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALLwithData_ToNonZeroBalance" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToNonZeroBalanceFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToOneStorageKey.json b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToOneStorageKey.json index 449243dc6..091f4bf11 100644 --- a/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToOneStorageKey.json +++ b/GeneralStateTests/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToOneStorageKey.json @@ -1,5 +1,10 @@ { "ZeroValue_TransactionCALLwithData_ToOneStorageKey" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stZeroCallsTest/ZeroValue_TransactionCALLwithData_ToOneStorageKeyFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", -- cgit