lambdaclass/zksync_era_precompiles

28/36 Test EcAdd fail

Closed this issue · 4 comments

Tests are failing when launching the command

make test

It seems that some files might be missing to the repo (having tests working locally).

image

Hey! Have you executed the era-test-node with make run-node in one terminal and then performed make test in another one? If so, please share the errors here to see better what's happening. However, it's expected to fail if the tests can't connect with the local node.

Hi !

Actually the make run-node is failing. Most likely related to #225.

(So fixing it shall very likely solve this one)

(Thx for the response)

Those tests are now ok, according to last PR. However ecmul is still failing in some cases.

Closing this issue for a distinct one here:
#232