lambdaclass/zksync_era_precompiles

Test ecmul failures

rdubois-crypto opened this issue · 2 comments

Some ecmul tests are failing as displayed:

image

(machine is macosx M3, rustc nightly 1.78)

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.

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