diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcValidBlockTest')
5 files changed, 5 insertions, 5 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json index 9b7b9ac98..35ec66eee 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractFiller.json @@ -43,7 +43,7 @@ } }, { - "network" : ["Metropolis"], + "network" : ["Byzantium"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "15000000000001210790" diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json index 86585b3ed..298a6feb4 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/RecallSuicidedContractInOneBlockFiller.json @@ -43,7 +43,7 @@ } }, { - "network" : ["Metropolis"], + "network" : ["Byzantium"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "10000000000001210790" diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/SimpleTx3Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/SimpleTx3Filler.json index a2fff154b..7ebaf20ef 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/SimpleTx3Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/SimpleTx3Filler.json @@ -33,7 +33,7 @@ } }, { - "network" : ["Homestead", "EIP150", "EIP158", "Metropolis"], + "network" : ["Homestead", "EIP150", "EIP158", "Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "10" diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json index f5f3213c0..ba6811da9 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json @@ -27,7 +27,7 @@ } }, { - "network" : ["Homestead", "EIP150", "EIP158", "Metropolis"], + "network" : ["Homestead", "EIP150", "EIP158", "Byzantium"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000005000000" diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json index 1b0cf535c..5e7133ca7 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json @@ -27,7 +27,7 @@ } }, { - "network" : ["Homestead", "Metropolis", "EIP150", "EIP158"], + "network" : ["Homestead", "Byzantium", "EIP150", "EIP158"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000000000000" |