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 --- .../stPreCompiledContracts/modexp_d32g2v0Filler.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d32g2v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d32g2v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d32g2v0Filler.json index 4e6ab8c34..211b1f50c 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d32g2v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stPreCompiledContracts/modexp_d32g2v0Filler.json @@ -26,6 +26,26 @@ } ], "expect" : [ + { + "network" : "EIP150", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x01" : "0x01" + } + } + } + }, { "network" : "Byzantium", "result" : { -- cgit