aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stCreateTest
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-30 23:05:58 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-01-30 23:05:58 +0800
commitc083eed5a526f3587c424dd1e2622f81a9ae2878 (patch)
tree2890d1d19d90bd21c771cc9e1b488fd8989dc1f0 /src/GeneralStateTestsFiller/stCreateTest
parent12f89dbb67710780370ddf21ce3702ef8059d547 (diff)
downloadtangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.bz2
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.lz
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.xz
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst
tangerine-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'src/GeneralStateTestsFiller/stCreateTest')
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json4
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json8
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json4
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json10
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json8
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json6
10 files changed, 32 insertions, 32 deletions
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json
index d53132caa..3ec23bb6e 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInitFiller.json
@@ -23,7 +23,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -42,7 +42,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json
index 9526fec42..31b4a067d 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_ThenStoreThenReturnFiller.json
@@ -23,13 +23,13 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"d94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "10",
"storage" : {
- "0x01" : "0"
+ "0x01" : "0x00"
}
}
}
@@ -48,13 +48,13 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"d94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "10",
"storage" : {
- "0x01" : "0"
+ "0x01" : "0x00"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json
index d48bfded9..46b8ae413 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueFiller.json
@@ -23,7 +23,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "10",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -42,7 +42,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "10",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json
index 6e83f46cb..34dd91564 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_ContractSuicideDuringInit_WithValueToItselfFiller.json
@@ -23,7 +23,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
@@ -48,7 +48,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
@@ -73,7 +73,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
@@ -98,7 +98,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
@@ -126,7 +126,7 @@
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "0",
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json
index 874d78f1a..9b7168421 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json
@@ -19,7 +19,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -37,7 +37,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -55,7 +55,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json
index e72a8c056..2c1de1605 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json
@@ -19,7 +19,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -40,7 +40,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -61,7 +61,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json
index 0adc75b3c..0f1c09fbf 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_0weiFiller.json
@@ -31,7 +31,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -58,7 +58,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -85,7 +85,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json
index deb55664a..c7956bb6b 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageAndCallIt_1weiFiller.json
@@ -29,12 +29,12 @@
"f1ecf98489fa9ed60a664fc4998db699cfa39d40" : {
"balance" : "0x01",
"storage" : {
- "0x00" : "12"
+ "0x00" : "0x0c"
}
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -59,12 +59,12 @@
"f1ecf98489fa9ed60a664fc4998db699cfa39d40" : {
"balance" : "0x01",
"storage" : {
- "0x00" : "12"
+ "0x00" : "0x0c"
}
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json
index fdf3f1069..6e2cb027e 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractWithStorageFiller.json
@@ -29,7 +29,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -54,7 +54,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
@@ -79,7 +79,7 @@
},
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json
index a95573afb..2a6e8a76e 100644
--- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json
+++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_empty000CreateinInitCode_TransactionFiller.json
@@ -19,7 +19,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -40,7 +40,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
@@ -61,7 +61,7 @@
"result" : {
"c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"storage" : {
- "0x01" : "12"
+ "0x01" : "0x0c"
}
},
"6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {