aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stCallCodes
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/stCallCodes
parent12f89dbb67710780370ddf21ce3702ef8059d547 (diff)
downloaddexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz
dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst
dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCodes')
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json6
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeEmptycontractFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToEmptyContractFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExisContractWithVTransferNEMoneyFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractFiller.json2
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransferFiller.json2
6 files changed, 8 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json
index 7f09c9ded..53662d825 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json
@@ -37,7 +37,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "EIP158",
+ "network" : ["EIP158"],
"result" : {
"568a95f77b047bece6aa68843d2019332c46a585" : {
"balance" : "0x01"
@@ -45,10 +45,10 @@
"13136008b64ff592819b2fa6d43f2835c452020e" : {
"balance" : "0x00",
"storage" : {
- "0x00" : "0",
+ "0x00" : "0x00",
"0x0a" : "0x568a95f77b047bece6aa68843d2019332c46a585",
"0x0b" : "0x01",
- "0x14" : "0"
+ "0x14" : "0x00"
}
}
}
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeEmptycontractFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeEmptycontractFiller.json
index fb6df6581..4110007b6 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeEmptycontractFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeEmptycontractFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "ALL",
+ "network" : ["ALL"],
"result" : {
"1000000000000000000000000000000000000000" : {
"storage" : {
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToEmptyContractFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToEmptyContractFiller.json
index 9a519742d..b0894cdcd 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToEmptyContractFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToEmptyContractFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "ALL",
+ "network" : ["ALL"],
"result" : {
"13136008b64ff592819b2fa6d43f2835c452020e" : {
"balance" : "0x01",
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExisContractWithVTransferNEMoneyFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExisContractWithVTransferNEMoneyFiller.json
index 632d78c00..f6c8b34a2 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExisContractWithVTransferNEMoneyFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExisContractWithVTransferNEMoneyFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "ALL",
+ "network" : ["ALL"],
"result" : {
"13136008b64ff592819b2fa6d43f2835c452020e" : {
"balance" : "0x01",
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractFiller.json
index 511326a72..76c0c4e48 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "ALL",
+ "network" : ["ALL"],
"result" : {
"13136008b64ff592819b2fa6d43f2835c452020e" : {
"balance" : "0x01",
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransferFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransferFiller.json
index d88f2c97a..ea5a66d87 100644
--- a/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransferFiller.json
+++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransferFiller.json
@@ -15,7 +15,7 @@
"gas" : -1,
"value" : -1
},
- "network" : "ALL",
+ "network" : ["ALL"],
"result" : {
"13136008b64ff592819b2fa6d43f2835c452020e" : {
"balance" : "0x05",