diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-16 01:59:47 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-16 01:59:47 +0800 |
commit | f62640eeabf3066fa9726c8a61dfa5d50e7daf44 (patch) | |
tree | 29090a23ca6c34b99a5ff3905637118b19b78909 /src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json | |
parent | 772a3d69a704e0670f567abefb6608f942136693 (diff) | |
download | tangerine-tests-f62640eeabf3066fa9726c8a61dfa5d50e7daf44.tar.gz tangerine-tests-f62640eeabf3066fa9726c8a61dfa5d50e7daf44.tar.zst tangerine-tests-f62640eeabf3066fa9726c8a61dfa5d50e7daf44.zip |
fix stPreCompiledContracts empty expect
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json index cfada2bce..3b00e048f 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d20g2v0Filler.json @@ -26,6 +26,46 @@ } ], "expect" : [ + { + "network" : "EIP150", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + } ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", |