aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-06-22 01:18:00 +0800
committerDimitry <winsvega@mail.ru>2017-06-23 18:46:12 +0800
commit53a563678acc5d1488f3fc5ffb7311f92ec1157c (patch)
treeb98fde4f85b17e1dc4764b0c9ae5cbcf62eb02fb /src
parent97ec6e82432e85c975ac2394ea6776c0c7fbd35a (diff)
downloaddexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar.gz
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar.bz2
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar.lz
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar.xz
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.tar.zst
dexon-tests-53a563678acc5d1488f3fc5ffb7311f92ec1157c.zip
fix create transactions with eip86 rule
Diffstat (limited to 'src')
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json35
-rw-r--r--src/GeneralStateTestsFiller/stStaticCall/static_contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json2
2 files changed, 30 insertions, 7 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json
index cafcddedd..69c3a17f0 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationMakeCallThatAskMoreGasThenTransactionProvidedFiller.json
@@ -10,14 +10,37 @@
},
"expect" : [
{
- "indexes" : {
- "data" : -1,
- "gas" : -1,
- "value" : -1
- },
+ "indexes" : { "data" : 0, "gas" : -1, "value" : -1 },
"network" : ["Metropolis"],
"result" : {
- "6295ee1b4f6dd65047762f924ecd367c17eabf8f": {
+ "3eb343d99f94205712c88c1cc7817bd428f8d3ef": {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : { "data" : 1, "gas" : -1, "value" : -1 },
+ "network" : ["Metropolis"],
+ "result" : {
+ "e005e77ffd2953dd93c80b805101c03dac64291b": {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : { "data" : 2, "gas" : -1, "value" : -1 },
+ "network" : ["Metropolis"],
+ "result" : {
+ "a3383b59156e2e9a7ba1b632d8111c10fe9c7078": {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : { "data" : 3, "gas" : -1, "value" : -1 },
+ "network" : ["Metropolis"],
+ "result" : {
+ "df0f13f932cd2b119699443b14ffa29b6934b47f": {
"nonce" : "1"
}
}
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
index 96b506f51..6120d465a 100644
--- a/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
+++ b/src/GeneralStateTestsFiller/stStaticCall/static_contractCreationOOGdontLeaveEmptyContractViaTransactionFiller.json
@@ -13,7 +13,7 @@
"indexes" : { "data" : -1, "gas" : -1, "value" : -1},
"network" : ["Metropolis"],
"result" : {
- "6295ee1b4f6dd65047762f924ecd367c17eabf8f": {
+ "e005e77ffd2953dd93c80b805101c03dac64291b": {
"nonce" : "1"
}
}