lambdaclass / zksync_era_precompiles

Yul precompile library to speedup elliptic curves operations.
Apache License 2.0
51 stars 19 forks source link

Test ecmul failures #232

Open rdubois-crypto opened 8 months ago

rdubois-crypto commented 8 months ago

Some ecmul tests are failing as displayed:

image

(machine is macosx M3, rustc nightly 1.78)

rdubois-crypto commented 8 months ago

It seems to be somehow related to the node emulation, test error display is: image

If I ran the tests a second time without closing the console running the "make run-node" command, then ecadd which were successful fails at second test call.

IAvecilla commented 6 months ago

@rdubois-crypto can you check if this still happens with the latest changes? It should be solved by now.