From fafb8a88abd431eedd85167445ccafbc095eed7a Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 26 Sep 2018 12:48:21 +0300 Subject: refill state tests as blockchain tests --- .../stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json index e18fb8e8e..c0d573114 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertOpcodeWithBigOutputInInit_d0g0v1Filler.json @@ -1,5 +1,8 @@ { "RevertOpcodeWithBigOutputInInit_d0g0v1" : { + "_info" : { + "comment" : "A REVERT with a big output should not be confused with a big code deployment. This test contains a REVERT in a contract init code that returns a big returndata." + }, "blocks" : [ { "blockHeaderPremine" : { @@ -112,6 +115,7 @@ "storage" : { } } - } + }, + "sealEngine" : "NoProof" } } \ No newline at end of file -- cgit