Consensys / anonymous-zether

A private payment system for Ethereum-based blockchains, with no trusted setup.
Other
293 stars 70 forks source link

Inital test cases failing, indicating that that transfer isn't working #67

Closed kshd97 closed 1 year ago

kshd97 commented 1 year ago

I just cloned the repo and I am running into an issue where all the tests aren't running successfully. The first 4 tests pass, but the rest of them fail, which involve a transfer. I am hoping to extend this project to be able to send multiple payments at once and also schedule payments in the future.

gsubhasree commented 1 year ago

were you able to fix the issue? I am also facing the same issue