aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stCallCodes
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-31 01:10:17 +0800
committerGitHub <noreply@github.com>2018-01-31 01:10:17 +0800
commitf88ed968590f2e30907d0d8f6ef16ac134d02cd5 (patch)
tree7da9cad5fc2ec24e2b16da787143a406aec2bed1 /src/GeneralStateTestsFiller/stCallCodes
parent8235bdcb40c36d0d1359167683dc831fdb06ba96 (diff)
parentc083eed5a526f3587c424dd1e2622f81a9ae2878 (diff)
downloaddexon-tests-f88ed968590f2e30907d0d8f6ef16ac134d02cd5.tar.gz
dexon-tests-f88ed968590f2e30907d0d8f6ef16ac134d02cd5.tar.zst
dexon-tests-f88ed968590f2e30907d0d8f6ef16ac134d02cd5.zip
Merge pull request #367 from ethereum/schema-linting
Improvements to Test Schema Linting
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",