diff options
author | Dimitry <dimitry@ethereum.org> | 2018-05-09 18:54:12 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-05-15 22:43:32 +0800 |
commit | 021fe3d410773024cd5f0387e62db6e6ec800f32 (patch) | |
tree | c0f895dadc8df8ffd6e51c563b11148777918e89 /src | |
parent | 621ad11abda01fb2dbc22e793fc1acc84659ff93 (diff) | |
download | tangerine-tests-021fe3d410773024cd5f0387e62db6e6ec800f32.tar.gz tangerine-tests-021fe3d410773024cd5f0387e62db6e6ec800f32.tar.zst tangerine-tests-021fe3d410773024cd5f0387e62db6e6ec800f32.zip |
restore ecmul test
Diffstat (limited to 'src')
-rw-r--r-- | src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json | 9 |
1 files changed, 6 insertions, 3 deletions
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" } } |