diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:35:22 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:35:22 +0800 |
commit | e2611bffb45353cc9179d7a329f908b7467a4f08 (patch) | |
tree | b7af63139667257a1918761c887755a0c14ca4f2 /src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json | |
parent | db256a3cc607460db1b5e22fc8742a746a7bc305 (diff) | |
download | tangerine-tests-e2611bffb45353cc9179d7a329f908b7467a4f08.tar.gz tangerine-tests-e2611bffb45353cc9179d7a329f908b7467a4f08.tar.zst tangerine-tests-e2611bffb45353cc9179d7a329f908b7467a4f08.zip |
update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexity
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json index 017f64584..2aa814db4 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0Filler.json @@ -25,6 +25,46 @@ ] } ], + "expect" : [ + { + "network" : "EIP150", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |