aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-08-31 21:34:32 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-08-31 21:35:04 +0800
commit580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f (patch)
tree7a7561bfce18aa681484bb2582d3e9de8896d0b6 /src/BlockchainTestsFiller
parent97aba6e29853c247b8c51ac8f50fb84380964f32 (diff)
downloaddexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar.gz
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar.bz2
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar.lz
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar.xz
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.tar.zst
dexon-tests-580644bc32e01a2b6bd0e9bb2874a0d5bbf5a07f.zip
Refill suicideCoinbase test after fixing a typo Homstead -> Homestead
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r--src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json b/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json
index 2d9f16925..ae62409c7 100644
--- a/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json
+++ b/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json
@@ -34,7 +34,7 @@
}
},
{
- "network" : ["Homstead", "EIP150", "EIP158", "Byzantium"],
+ "network" : ["Homestead"],
"result" : {
"0000000000000000000000000000000000000000" : {
"balance" : "2002"
@@ -43,6 +43,36 @@
"balance" : "5000000000000420000"
},
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "9999472208",
+ "nonce" : "3"
+ }
+ }
+ },
+ {
+ "network" : ["EIP150", "EIP158"],
+ "result" : {
+ "0000000000000000000000000000000000000000" : {
+ "balance" : "2002"
+ },
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "5000000000000420000"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "9999447208",
+ "nonce" : "3"
+ }
+ }
+ },
+ {
+ "network" : ["Byzantium"],
+ "result" : {
+ "0000000000000000000000000000000000000000" : {
+ "balance" : "2002"
+ },
+ "8888f1f195afa192cfee860698584c030f4c9db1" : {
+ "balance" : "3000000000000420000"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"balance" : "9999447208",
"nonce" : "3"
}