From f62640eeabf3066fa9726c8a61dfa5d50e7daf44 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 15 Feb 2018 20:59:47 +0300 Subject: fix stPreCompiledContracts empty expect --- .../modexp_d29g2v0Filler.json | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d29g2v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d29g2v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d29g2v0Filler.json index 209d1cdb8..74828e792 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d29g2v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d29g2v0Filler.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", -- cgit