aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stEIP158Specific
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/stEIP158Specific
parentcffb263d6c9075e1396e72d5d8febc21329b6600 (diff)
downloaddexon-tests-030c5af270420c7869a081081965e213091cb075.tar
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.gz
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.bz2
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.lz
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.xz
dexon-tests-030c5af270420c7869a081081965e213091cb075.tar.zst
dexon-tests-030c5af270420c7869a081081965e213091cb075.zip
refill tests with metropolis (wip)
Diffstat (limited to 'GeneralStateTests/stEIP158Specific')
-rw-r--r--GeneralStateTests/stEIP158Specific/CALL_OneVCallSuicide.json10
-rw-r--r--GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json10
-rw-r--r--GeneralStateTests/stEIP158Specific/EXP_Empty.json10
-rw-r--r--GeneralStateTests/stEIP158Specific/EXTCODESIZE_toEpmty.json10
-rw-r--r--GeneralStateTests/stEIP158Specific/EXTCODESIZE_toNonExistent.json10
-rw-r--r--GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json10
6 files changed, 60 insertions, 0 deletions
diff --git a/GeneralStateTests/stEIP158Specific/CALL_OneVCallSuicide.json b/GeneralStateTests/stEIP158Specific/CALL_OneVCallSuicide.json
index 08faecc74..ef11da08c 100644
--- a/GeneralStateTests/stEIP158Specific/CALL_OneVCallSuicide.json
+++ b/GeneralStateTests/stEIP158Specific/CALL_OneVCallSuicide.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "9d6a0f433324877903fd7824e33158c62752deed863a8d2fdf3a1df012ba0f72",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json b/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json
index eeff3c3f4..df13c6924 100644
--- a/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json
+++ b/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "e76553703206c2cc61d5ed4e89229b1ef08f4a2769fa7a9851eaacdc60cd1b14",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stEIP158Specific/EXP_Empty.json b/GeneralStateTests/stEIP158Specific/EXP_Empty.json
index 2ec571a77..2532cb854 100644
--- a/GeneralStateTests/stEIP158Specific/EXP_Empty.json
+++ b/GeneralStateTests/stEIP158Specific/EXP_Empty.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "41d83353455a43d5fffdc0ef1901a9861cb0cad2249da8883da516f1abb6b27b",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toEpmty.json b/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toEpmty.json
index 06e30dfc5..87c859e38 100644
--- a/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toEpmty.json
+++ b/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toEpmty.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "34a02e6b097a84f37b8b8dfc7ec67212c22f90b0fd96739445110c91dc45280a",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toNonExistent.json b/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toNonExistent.json
index 5656c34f9..0ef8b8572 100644
--- a/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toNonExistent.json
+++ b/GeneralStateTests/stEIP158Specific/EXTCODESIZE_toNonExistent.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "61431c2ae5d71abbaeb163ac1ee1fe6ce0a27cf7a9eebcc9f250f696d30f5aa1",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {
diff --git a/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json b/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json
index 1b30ea9f9..088a55321 100644
--- a/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json
+++ b/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json
@@ -48,6 +48,16 @@
"value" : 0
}
}
+ ],
+ "Metropolis" : [
+ {
+ "hash" : "e3de92e8ec039e7b32fc50549194af8e16214e995915d1f66c4121d30ff88275",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ }
+ }
]
},
"pre" : {