diff options
author | Dimitry <dimitry@ethereum.org> | 2018-03-29 09:08:47 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-05-15 22:43:32 +0800 |
commit | 621ad11abda01fb2dbc22e793fc1acc84659ff93 (patch) | |
tree | aeb7b7472b9bf67bcf19bb94858e45c5bce16cd3 /src/GeneralStateTestsFiller/stZeroKnowledge2 | |
parent | 346e829c149c5e4fcc46e465453e53e67ffe6b16 (diff) | |
download | dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar.gz dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar.bz2 dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar.lz dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar.xz dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.tar.zst dexon-tests-621ad11abda01fb2dbc22e793fc1acc84659ff93.zip |
fix more tests with coinbase touch
Diffstat (limited to 'src/GeneralStateTestsFiller/stZeroKnowledge2')
-rw-r--r-- | src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json | 9 |
1 files changed, 3 insertions, 6 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 269a6e178..85b76416b 100644 --- a/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json +++ b/src/GeneralStateTestsFiller/stZeroKnowledge2/ecmul_0-3_5616_28000_96Filler.json @@ -248,11 +248,6 @@ "balance": "1000000000000000000", "code": "0x" }, - "3535353535353535353535353535353535353535": { - "storage": {}, - "nonce": "0", - "code": "0x" - }, "0000000000000000000000000000000000000002": { "storage": {}, "nonce": "0", @@ -280,6 +275,8 @@ } } ], - "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" + "_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" + } } } |