aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
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"
}