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/bcBlockGasLimitTest | |
parent | 8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff) | |
download | tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.gz tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.bz2 tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.lz tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.xz tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.zst tangerine-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.zip |
split metropolis
Diffstat (limited to 'src/BlockchainTestsFiller/bcBlockGasLimitTest')
3 files changed, 4 insertions, 3 deletions
diff --git a/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirstFiller.json b/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirstFiller.json index e6c2c2bfb..4f7e44b43 100644 --- a/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirstFiller.json +++ b/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirstFiller.json @@ -27,7 +27,7 @@ } }, { - "network" : ["EIP150", "EIP158", "Metropolis"], + "network" : ["EIP150", "EIP158", "Byzantium", "Constantinople"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "89999999999999999998729950" diff --git a/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLastFiller.json b/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLastFiller.json index 8c1f0ba88..3e5a1228d 100644 --- a/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLastFiller.json +++ b/src/BlockchainTestsFiller/bcBlockGasLimitTest/GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLastFiller.json @@ -50,7 +50,8 @@ "expectExceptionHomestead" : "BlockGasLimitReached", "expectExceptionEIP150" : "TooMuchGasUsed", "expectExceptionEIP158" : "TooMuchGasUsed", - "expectExceptionMetropolis" : "TooMuchGasUsed", + "expectExceptionByzantium" : "TooMuchGasUsed", + "expectExceptionConstantinople" : "TooMuchGasUsed", "blockHeaderPremine" : { "gasLimit" : "149000" }, diff --git a/src/BlockchainTestsFiller/bcBlockGasLimitTest/SuicideTransactionFiller.json b/src/BlockchainTestsFiller/bcBlockGasLimitTest/SuicideTransactionFiller.json index 82b7877c2..7170c6c17 100644 --- a/src/BlockchainTestsFiller/bcBlockGasLimitTest/SuicideTransactionFiller.json +++ b/src/BlockchainTestsFiller/bcBlockGasLimitTest/SuicideTransactionFiller.json @@ -27,7 +27,7 @@ } }, { - "network" : ["EIP150", "EIP158", "Metropolis"], + "network" : ["EIP150", "EIP158", "Byzantium", "Constantinople"], "result" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "90000000000000009999869980" |