From 021fe3d410773024cd5f0387e62db6e6ec800f32 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 9 May 2018 13:54:12 +0300 Subject: restore ecmul test --- .../stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json b/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json index 85b76416b..269a6e178 100644 --- a/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json +++ b/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json @@ -248,6 +248,11 @@ "balance": "1000000000000000000", "code": "0x" }, + "3535353535353535353535353535353535353535": { + "storage": {}, + "nonce": "0", + "code": "0x" + }, "0000000000000000000000000000000000000002": { "storage": {}, "nonce": "0", @@ -275,8 +280,6 @@ } } ], - "_info": { - "comment" : "Puts the point (0, 3) and the factor 21888242871839275222246405745257275088548364400416034343698204186575808495616 into the ECMUL precompile, truncating or expanding the input data to 96 bytes. Gives the execution 28000 bytes" - } + "explanation": "Puts the point (0, 3) and the factor 21888242871839275222246405745257275088548364400416034343698204186575808495616 into the ECMUL precompile, truncating or expanding the input data to 96 bytes. Gives the execution 28000 bytes" } } -- cgit