aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stWalletTest
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2017-02-15 22:54:00 +0800
committerDimitry <dimitry@ethdev.com>2017-02-15 22:54:00 +0800
commit030c5af270420c7869a081081965e213091cb075 (patch)
tree5deab471110d3967e63368c3bd8170ef9cde7155 /GeneralStateTests/stWalletTest
parentcffb263d6c9075e1396e72d5d8febc21329b6600 (diff)
downloaddexon-tests-030c5af270420c7869a081081965e213091cb075.tar.gz
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.zst
dexon-tests-030c5af270420c7869a081081965e213091cb075.zip
refill tests with metropolis (wip)
Diffstat (limited to 'GeneralStateTests/stWalletTest')
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitConstruction.json18
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitConstructionOOG.json10
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitConstructionPartial.json10
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitResetSpentToday.json10
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitSetDailyLimit.json10
-rw-r--r--GeneralStateTests/stWalletTest/dayLimitSetDailyLimitNoData.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedAddOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedAddOwnerAddMyself.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeOwnerNoArgument.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeOwner_toIsOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo0.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo1.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo2.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedConstructionCorrect.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGas.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGasPartial.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedIsOwnerFalse.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedIsOwnerTrue.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedRemoveOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedRemoveOwnerByNonOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_mySelf.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_ownerIsNotOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/multiOwnedRevokeNothing.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletAddOwnerRemovePendingTransaction.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletChangeOwnerRemovePendingTransaction.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletChangeRequirementRemovePendingTransaction.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletConfirm.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletConstruction.json18
-rw-r--r--GeneralStateTests/stWalletTest/walletConstructionOOG.json18
-rw-r--r--GeneralStateTests/stWalletTest/walletConstructionPartial.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletDefault.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletDefaultWithOutValue.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitMultiOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwnerNew.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletExecuteUnderDailyLimit.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletKill.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletKillNotByOwner.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletKillToWallet.json10
-rw-r--r--GeneralStateTests/stWalletTest/walletRemoveOwnerRemovePendingTransaction.json10
42 files changed, 444 insertions, 0 deletions
diff --git a/GeneralStateTests/stWalletTest/dayLimitConstruction.json b/GeneralStateTests/stWalletTest/dayLimitConstruction.json
index cada718c3..313421f47 100644
--- a/GeneralStateTests/stWalletTest/dayLimitConstruction.json
+++ b/GeneralStateTests/stWalletTest/dayLimitConstruction.json
@@ -80,6 +80,24 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "56e9417d578f0432f2ddf356c7cedadaf71ea194494d8f288ca2ea7fe39fda32",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ },
+ {
+ "hash" : "56e9417d578f0432f2ddf356c7cedadaf71ea194494d8f288ca2ea7fe39fda32",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/dayLimitConstructionOOG.json b/GeneralStateTests/stWalletTest/dayLimitConstructionOOG.json
index 64e7d3886..8f705793f 100644
--- a/GeneralStateTests/stWalletTest/dayLimitConstructionOOG.json
+++ b/GeneralStateTests/stWalletTest/dayLimitConstructionOOG.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "7757eb985d0d319cd645a63d5ce9cecbfb8bb4ea3d481d3c1a8a171d8804c78c",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/dayLimitConstructionPartial.json b/GeneralStateTests/stWalletTest/dayLimitConstructionPartial.json
index 29a4a0f45..74b856997 100644
--- a/GeneralStateTests/stWalletTest/dayLimitConstructionPartial.json
+++ b/GeneralStateTests/stWalletTest/dayLimitConstructionPartial.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "56e9417d578f0432f2ddf356c7cedadaf71ea194494d8f288ca2ea7fe39fda32",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/dayLimitResetSpentToday.json b/GeneralStateTests/stWalletTest/dayLimitResetSpentToday.json
index 90cfaba53..e0e106135 100644
--- a/GeneralStateTests/stWalletTest/dayLimitResetSpentToday.json
+++ b/GeneralStateTests/stWalletTest/dayLimitResetSpentToday.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "e51a9621a6a56da7a889ea18c1ecb980c9b527c28ec7f2fc745d671e3d8edbc0",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/dayLimitSetDailyLimit.json b/GeneralStateTests/stWalletTest/dayLimitSetDailyLimit.json
index 4c40a5f69..00f0bcb9d 100644
--- a/GeneralStateTests/stWalletTest/dayLimitSetDailyLimit.json
+++ b/GeneralStateTests/stWalletTest/dayLimitSetDailyLimit.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "470dee92b65693a8152fdc185281a5e090432f7ba1f7874f078281b7dffaac9f",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/dayLimitSetDailyLimitNoData.json b/GeneralStateTests/stWalletTest/dayLimitSetDailyLimitNoData.json
index 3687f972d..afffcb0d9 100644
--- a/GeneralStateTests/stWalletTest/dayLimitSetDailyLimitNoData.json
+++ b/GeneralStateTests/stWalletTest/dayLimitSetDailyLimitNoData.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "fa2a0c4ee3c6c9adfc9086c327c2416b81562244c7636a8350572de57eb0e688",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedAddOwner.json b/GeneralStateTests/stWalletTest/multiOwnedAddOwner.json
index f9f4ce320..c9a11210e 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedAddOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedAddOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "c2cce9d7b2f2a11dd0bb6f8d5a1a1bba962b8ad4231e4b7c811cdf1bfffe7971",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedAddOwnerAddMyself.json b/GeneralStateTests/stWalletTest/multiOwnedAddOwnerAddMyself.json
index 1244d02b1..d10d5e735 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedAddOwnerAddMyself.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedAddOwnerAddMyself.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "26e722fe6f5f192b22ef8f3dc1f4e747f34bbf510f573efb6af738ab92ff120b",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner.json b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner.json
index 53ddcdb42..a8d1c9aac 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "04a24c8abe2a280f58fb589c896e7ddf11ae087033cc92cb2c8ba138b80b3dcb",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeOwnerNoArgument.json b/GeneralStateTests/stWalletTest/multiOwnedChangeOwnerNoArgument.json
index 8b3007118..c3197caa8 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeOwnerNoArgument.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeOwnerNoArgument.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "461884afb67e38da536946c0d744de98acf65d209ec82ff35b5eb68f5a3b68b1",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
index a3afc0986..bfac2c46b 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_fromNotOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "ed869e9a7d2bc63013cb9a23173ece41d4437d4e4608e513069304529cd54c4e",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_toIsOwner.json b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_toIsOwner.json
index 50a0589a4..100f30ac5 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_toIsOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeOwner_toIsOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "88cbbea3a252ac70dd8fc4838a95d40945f8e0ad4d977c6cbb4f31aa0f237d84",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo0.json b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo0.json
index cf39a4d59..f2d74a71f 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo0.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo0.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "5708c053b70f81b7197a90d1094c79693e8dffe395d9f14d75a67bfb5408a267",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo1.json b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo1.json
index 8acf385d2..90a6862d5 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo1.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo1.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "8fe39e19833a3cbd557d97d2246fcfda845ed17ce543fd726f983e3eb6772cb1",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo2.json b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo2.json
index 49b834542..1055f5064 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo2.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedChangeRequirementTo2.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "8092af9e8eac2d2444cc28eed24647661679b8998ffd0d845f7edec40a16d7cb",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedConstructionCorrect.json b/GeneralStateTests/stWalletTest/multiOwnedConstructionCorrect.json
index 6b62ca32f..765e4af62 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedConstructionCorrect.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedConstructionCorrect.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "eecebde57798579723cf00394572c98e266d03475bc637b711b56a00a5c6a944",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGas.json b/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGas.json
index 8d73b05cb..238fe2937 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGas.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGas.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "799a7f96e856c4257fc35908b7cdf9cc6d7dff1f4d7b563e6bda658b33692b32",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGasPartial.json b/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGasPartial.json
index 4ee1a67a5..975fcb927 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGasPartial.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedConstructionNotEnoughGasPartial.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "cfd7da3fc0b4dac858df3ccf35e973cca001723aab28149354c3d279f58b16c8",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedIsOwnerFalse.json b/GeneralStateTests/stWalletTest/multiOwnedIsOwnerFalse.json
index b3ff665cc..f21309b3e 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedIsOwnerFalse.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedIsOwnerFalse.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "4f7f5592be43176a0029d4d375b52afee2dc907ebb0e33d67fc1437c94b71e26",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedIsOwnerTrue.json b/GeneralStateTests/stWalletTest/multiOwnedIsOwnerTrue.json
index bb410ea36..e4e97547e 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedIsOwnerTrue.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedIsOwnerTrue.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "4f7f5592be43176a0029d4d375b52afee2dc907ebb0e33d67fc1437c94b71e26",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner.json b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner.json
index 0d1f849a4..856521820 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "bc471eeda0238882c1cadfd7e4897334569f78832484e9715a2e396d5ddc7815",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwnerByNonOwner.json b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwnerByNonOwner.json
index 4c63ec6d0..30f3cc1e3 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwnerByNonOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwnerByNonOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "fa675da31c7250893f5a2e2aa7d89c0c3ad18b03d237c5c339ff8a4bd3c278ef",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_mySelf.json b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_mySelf.json
index b32804460..6b9c47a9d 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_mySelf.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_mySelf.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "63fd77f981b9e01643abe7a66f465eeb8f273b30b717a04e5ef9cd469328ac6b",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_ownerIsNotOwner.json b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_ownerIsNotOwner.json
index ca4679306..2c61ffe39 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_ownerIsNotOwner.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedRemoveOwner_ownerIsNotOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "b4897c497efaf2519fafc2f139cb0738b019ff01ae14c79c7488129250934cdb",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/multiOwnedRevokeNothing.json b/GeneralStateTests/stWalletTest/multiOwnedRevokeNothing.json
index c44ac0264..04e907fc5 100644
--- a/GeneralStateTests/stWalletTest/multiOwnedRevokeNothing.json
+++ b/GeneralStateTests/stWalletTest/multiOwnedRevokeNothing.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "7d5794558d5ddb7239e0d69b38782b20417b592d598e5ac00128cb16ca585b4f",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletAddOwnerRemovePendingTransaction.json b/GeneralStateTests/stWalletTest/walletAddOwnerRemovePendingTransaction.json
index f5719463b..32023bc3a 100644
--- a/GeneralStateTests/stWalletTest/walletAddOwnerRemovePendingTransaction.json
+++ b/GeneralStateTests/stWalletTest/walletAddOwnerRemovePendingTransaction.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "2c52ac094e626f3acf90b21fe87fadde57108829d05d14a86a5c5328560baf91",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletChangeOwnerRemovePendingTransaction.json b/GeneralStateTests/stWalletTest/walletChangeOwnerRemovePendingTransaction.json
index 84573872c..7a8c6be73 100644
--- a/GeneralStateTests/stWalletTest/walletChangeOwnerRemovePendingTransaction.json
+++ b/GeneralStateTests/stWalletTest/walletChangeOwnerRemovePendingTransaction.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "c341907f27b95bf7d430f8649f81aeb19aec69a69b80323e2a7e98b373024376",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletChangeRequirementRemovePendingTransaction.json b/GeneralStateTests/stWalletTest/walletChangeRequirementRemovePendingTransaction.json
index c86b027e0..fe3829003 100644
--- a/GeneralStateTests/stWalletTest/walletChangeRequirementRemovePendingTransaction.json
+++ b/GeneralStateTests/stWalletTest/walletChangeRequirementRemovePendingTransaction.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "31860009e5b38e2bbbeafa52f4ce78c9e130e00d25f73de18d5de9bd93207340",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletConfirm.json b/GeneralStateTests/stWalletTest/walletConfirm.json
index ab028e0f4..167ea1b7b 100644
--- a/GeneralStateTests/stWalletTest/walletConfirm.json
+++ b/GeneralStateTests/stWalletTest/walletConfirm.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "11645d1f9235d0092b8cb36f8066e1245abfa79f7f1c14520888bce3713e1fad",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletConstruction.json b/GeneralStateTests/stWalletTest/walletConstruction.json
index 8feb73c6e..120606d4d 100644
--- a/GeneralStateTests/stWalletTest/walletConstruction.json
+++ b/GeneralStateTests/stWalletTest/walletConstruction.json
@@ -80,6 +80,24 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "5d21e551199cf86e3d13645ec7f518611d676a76432196c10f2a8b8c5bf921f9",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ },
+ {
+ "hash" : "5d21e551199cf86e3d13645ec7f518611d676a76432196c10f2a8b8c5bf921f9",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletConstructionOOG.json b/GeneralStateTests/stWalletTest/walletConstructionOOG.json
index 0fa468a42..82fd43199 100644
--- a/GeneralStateTests/stWalletTest/walletConstructionOOG.json
+++ b/GeneralStateTests/stWalletTest/walletConstructionOOG.json
@@ -80,6 +80,24 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "3296236c5948e5ce60a0dbd635fe6d1c30887f61ffb60efa0ec858a5d5b07628",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ },
+ {
+ "hash" : "5d21e551199cf86e3d13645ec7f518611d676a76432196c10f2a8b8c5bf921f9",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletConstructionPartial.json b/GeneralStateTests/stWalletTest/walletConstructionPartial.json
index efe1e6984..f53e8f15b 100644
--- a/GeneralStateTests/stWalletTest/walletConstructionPartial.json
+++ b/GeneralStateTests/stWalletTest/walletConstructionPartial.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "5d21e551199cf86e3d13645ec7f518611d676a76432196c10f2a8b8c5bf921f9",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletDefault.json b/GeneralStateTests/stWalletTest/walletDefault.json
index ecf61cdc1..1de40781a 100644
--- a/GeneralStateTests/stWalletTest/walletDefault.json
+++ b/GeneralStateTests/stWalletTest/walletDefault.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "567dbc211151e1d9af70a3678402f013b9f04ac62ecc881fb254f7cacf07cb48",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletDefaultWithOutValue.json b/GeneralStateTests/stWalletTest/walletDefaultWithOutValue.json
index 7bc6adeb8..e2c690220 100644
--- a/GeneralStateTests/stWalletTest/walletDefaultWithOutValue.json
+++ b/GeneralStateTests/stWalletTest/walletDefaultWithOutValue.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "baca1ba6b75451d3a02f5204972c745a9f7568362fdeb65f4516af9949c2e03d",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitMultiOwner.json b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitMultiOwner.json
index 132d78586..484c6c425 100644
--- a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitMultiOwner.json
+++ b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitMultiOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "4e98ab6f78c177e5a950cbae526866c7bf2f2245aa27e5d47cffcc513b49d3f3",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwner.json b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwner.json
index 6cdd90a65..ee529ab7a 100644
--- a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwner.json
+++ b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "c35acda0bf3e60848029418fa6e7f4b9f7de0d0b72ca136aa8cc19e866ab78d0",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwnerNew.json b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwnerNew.json
index 2669e6df8..c570fd1de 100644
--- a/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwnerNew.json
+++ b/GeneralStateTests/stWalletTest/walletExecuteOverDailyLimitOnlyOneOwnerNew.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "467ed06f47f9361f8b3112e8c5958013d8e1e4cae54784a1e5b56a079c611b85",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletExecuteUnderDailyLimit.json b/GeneralStateTests/stWalletTest/walletExecuteUnderDailyLimit.json
index af1938f18..c408c5e31 100644
--- a/GeneralStateTests/stWalletTest/walletExecuteUnderDailyLimit.json
+++ b/GeneralStateTests/stWalletTest/walletExecuteUnderDailyLimit.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "689518c4f1ed3b9c2d585a105cd224aa01e5b951ec744d4fdb5d5b19ab6e8d63",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletKill.json b/GeneralStateTests/stWalletTest/walletKill.json
index 41a5aca4b..15b1371ae 100644
--- a/GeneralStateTests/stWalletTest/walletKill.json
+++ b/GeneralStateTests/stWalletTest/walletKill.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "464315f22436999a8774d41d9e577131c7ee0424b1a1aa021b0097cfd96cdc02",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletKillNotByOwner.json b/GeneralStateTests/stWalletTest/walletKillNotByOwner.json
index ec41c7625..f013bb361 100644
--- a/GeneralStateTests/stWalletTest/walletKillNotByOwner.json
+++ b/GeneralStateTests/stWalletTest/walletKillNotByOwner.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "4f551222d047d6b7a8765fc08ab6a88517d721607987744a9183e55c45029c5a",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletKillToWallet.json b/GeneralStateTests/stWalletTest/walletKillToWallet.json
index 317999cc3..a551d6d5c 100644
--- a/GeneralStateTests/stWalletTest/walletKillToWallet.json
+++ b/GeneralStateTests/stWalletTest/walletKillToWallet.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "90380da4746fbe31e21ac989ec926f1508f96ae3adf04c225af816fc95f1b07d",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stWalletTest/walletRemoveOwnerRemovePendingTransaction.json b/GeneralStateTests/stWalletTest/walletRemoveOwnerRemovePendingTransaction.json
index 3a58a845a..865b7b965 100644
--- a/GeneralStateTests/stWalletTest/walletRemoveOwnerRemovePendingTransaction.json
+++ b/GeneralStateTests/stWalletTest/walletRemoveOwnerRemovePendingTransaction.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "d1f22189317089339421e4f708541e7f8c465614f3f76ad96923bad6ca5ee99b",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {