diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcValidBlockTest')
5 files changed, 32 insertions, 5 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json index 35ec66eee..0384d37ab 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json @@ -46,7 +46,7 @@ "network" : ["Byzantium"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { - "balance" : "15000000000001210790" + "balance" : "9000000000001210790" } } } diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json index 298a6feb4..893b01049 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json @@ -46,7 +46,7 @@ "network" : ["Byzantium"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { - "balance" : "10000000000001210790" + "balance" : "6000000000001210790" } } } diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json index ba6811da9..b9fc9939d 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json @@ -27,12 +27,20 @@ } }, { - "network" : ["Homestead", "EIP150", "EIP158", "Byzantium"], + "network" : ["Homestead", "EIP150", "EIP158"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000005000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "3000000000005000000" + } + } } ], "pre" : { diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json index 5e7133ca7..b76752c1e 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json @@ -27,12 +27,20 @@ } }, { - "network" : ["Homestead", "Byzantium", "EIP150", "EIP158"], + "network" : ["Homestead", "EIP150", "EIP158"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "3000000000000000000" + } + } } ], "pre" : { diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/gasPrice0Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/gasPrice0Filler.json index 609e2944e..e63fcb6ee 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/gasPrice0Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/gasPrice0Filler.json @@ -19,7 +19,7 @@ }, "expect" : [ { - "network" : ["ALL"], + "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "10" @@ -28,6 +28,17 @@ "balance" : "5000000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "10" + }, + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "3000000000000000000" + } + } } ], "pre" : { |