diff options
author | winsvega <winsvega@mail.ru> | 2017-08-04 17:35:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 17:35:59 +0800 |
commit | 45f8be4196b2830728d4b1ea1b7564ad89e6ab0c (patch) | |
tree | c7dcfb82c49dac1a0277a774c27862f6894d8b6e /src/BlockchainTestsFiller/bcStateTests | |
parent | 8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff) | |
parent | 431ac68e525a0616a4122f38826217e80699c8d5 (diff) | |
download | tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar.gz tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar.bz2 tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar.lz tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar.xz tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.tar.zst tangerine-tests-45f8be4196b2830728d4b1ea1b7564ad89e6ab0c.zip |
Merge pull request #241 from ethereum/metrosplit
Metrosplit
Diffstat (limited to 'src/BlockchainTestsFiller/bcStateTests')
5 files changed, 5 insertions, 5 deletions
diff --git a/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json b/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json index dd3995785..68c024e2a 100644 --- a/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/BadStateRootTxBCFiller.json @@ -36,7 +36,7 @@ } }, { - "network" : ["Metropolis"], + "network" : ["Byzantium"], "result" : { "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1975583", diff --git a/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json b/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json index f563a2ee3..8446857d9 100644 --- a/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/OOGStateCopyContainingDeletedContractFiller.json @@ -71,7 +71,7 @@ } }, { - "network" : ["EIP158", "Metropolis"], + "network" : ["EIP158", "Byzantium"], "result" : { "2e0de3fc10a88911ff857126db1a5f0da6f25173" : { diff --git a/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json b/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json index f7a16c053..cdc11197a 100644 --- a/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/blockhashTestsFiller.json @@ -51,7 +51,7 @@ } }, { - "network" : ["Metropolis"], + "network" : ["Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { diff --git a/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json b/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json index 245bf232e..48c04cebb 100644 --- a/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/multimpleBalanceInstructionFiller.json @@ -63,7 +63,7 @@ } }, { - "network" : ["EIP150", "EIP158", "Metropolis"], + "network" : ["EIP150", "EIP158", "Byzantium"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { diff --git a/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json b/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json index 36cb3b924..2d9f16925 100644 --- a/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json +++ b/src/BlockchainTestsFiller/bcStateTests/suicideCoinbaseFiller.json @@ -34,7 +34,7 @@ } }, { - "network" : ["Homstead", "EIP150", "EIP158", "Metropolis"], + "network" : ["Homstead", "EIP150", "EIP158", "Byzantium"], "result" : { "0000000000000000000000000000000000000000" : { "balance" : "2002" |