diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
commit | 400b1a86d4b13b46e8f13ca65dd206bc46120495 (patch) | |
tree | 7c91a19f25dc0a6fd2a8520989373d1ec3d3daf6 /src/BlockchainTestsFiller/bcValidBlockTest | |
parent | 8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff) | |
download | dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.gz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.bz2 dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.lz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.xz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.zst dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.zip |
split metropolis
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" |