aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stNonZeroCallsTest
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-07-10 23:25:36 +0800
committerDimitry <winsvega@mail.ru>2017-07-10 23:25:36 +0800
commit4742f0591403245674ec02df4930d88ed5bd58bb (patch)
treecacd263760c79f8817b83c61e734ddd01e2bef1c /GeneralStateTests/stNonZeroCallsTest
parent5942d5373e1c41639305c3ade8360ea0e165a4bd (diff)
downloaddexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.gz
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.bz2
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.lz
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.xz
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.tar.zst
dexon-tests-4742f0591403245674ec02df4930d88ed5bd58bb.zip
refill general state tests
Diffstat (limited to 'GeneralStateTests/stNonZeroCallsTest')
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL.json2
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmpty.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalance.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKey.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToEmpty.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalance.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKey.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmpty.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKey.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE.json2
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmpty.json2
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalance.json2
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKey.json2
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmpty.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalance.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKey.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmpty.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance.json5
-rw-r--r--GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKey.json5
24 files changed, 100 insertions, 5 deletions
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL.json
index 9a8f00988..adf5d418e 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL.json
@@ -2,7 +2,7 @@
"NonZeroValue_CALL" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALLFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE.json
index 145c4fe8f..18ac2478e 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALLCODE" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALLCODEFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmpty.json
index 28c07cb2a..85b96b6c7 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmpty.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALLCODE_ToEmpty" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToEmptyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalance.json
index ad4224c2a..53bc6f57e 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalance.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALLCODE_ToNonNonZeroBalance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToNonNonZeroBalanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKey.json
index 6cf7f7666..8cf32bffe 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKey.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALLCODE_ToOneStorageKey" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALLCODE_ToOneStorageKeyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToEmpty.json
index 59dae8455..2b20561f3 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToEmpty.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALL_ToEmpty" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALL_ToEmptyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalance.json
index e5443b00c..395ccdd9f 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalance.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALL_ToNonNonZeroBalance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALL_ToNonNonZeroBalanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKey.json
index 321785ada..a8f4b53a0 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKey.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_CALL_ToOneStorageKey" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_CALL_ToOneStorageKeyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL.json
index 16431802b..ba13ce157 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_DELEGATECALL" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_DELEGATECALLFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmpty.json
index ff4930b18..16ac2f9d1 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmpty.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_DELEGATECALL_ToEmpty" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToEmptyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json
index 0250ac4e6..99e3a8e99 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_DELEGATECALL_ToNonNonZeroBalance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToNonNonZeroBalanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKey.json
index 6426b6bfd..1190ee270 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKey.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_DELEGATECALL_ToOneStorageKey" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_DELEGATECALL_ToOneStorageKeyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE.json
index 877dcb5ed..632b1d4b0 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE.json
@@ -2,7 +2,7 @@
"NonZeroValue_SUICIDE" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_SUICIDEFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmpty.json
index 9ecb9cab9..94a9f6c48 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmpty.json
@@ -2,7 +2,7 @@
"NonZeroValue_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/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToEmptyFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalance.json
index 9a0ea6274..56727d423 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalance.json
@@ -2,7 +2,7 @@
"NonZeroValue_SUICIDE_ToNonNonZeroBalance" : {
"_info" : {
"comment" : "",
- "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
"source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToNonNonZeroBalanceFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKey.json
index 2b7dbdb5d..176538e01 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKey.json
@@ -2,7 +2,7 @@
"NonZeroValue_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/stNonZeroCallsTest/NonZeroValue_SUICIDE_ToOneStorageKeyFiller.json"
},
"env" : {
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL.json
index ae789c912..f4a75086e 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALL" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALLFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmpty.json
index 7b97f3069..f30797f3c 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmpty.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALL_ToEmpty" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToEmptyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalance.json
index 09876b285..84af6063c 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalance.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALL_ToNonNonZeroBalance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToNonNonZeroBalanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKey.json
index 15a68c8cd..248eccbe4 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKey.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALL_ToOneStorageKey" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALL_ToOneStorageKeyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData.json
index 3e616130c..95e8ac1ee 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALLwithData" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithDataFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmpty.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmpty.json
index 3080b6bf6..0a8fe0409 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmpty.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmpty.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALLwithData_ToEmpty" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToEmptyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance.json
index ee33d37be..7fb43252b 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalance" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToNonNonZeroBalanceFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",
diff --git a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKey.json b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKey.json
index 11cd8b023..a26923650 100644
--- a/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKey.json
+++ b/GeneralStateTests/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKey.json
@@ -1,5 +1,10 @@
{
"NonZeroValue_TransactionCALLwithData_ToOneStorageKey" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++",
+ "source" : "/src/GeneralStateTestsFiller/stNonZeroCallsTest/NonZeroValue_TransactionCALLwithData_ToOneStorageKeyFiller.json"
+ },
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty" : "0x020000",