Daehyun Paik
Daehyun Paik
## Problem Importing `maci-crypto` to a new project would fails when there is no valid GitHub auth; [GitHub requires auth when accessing repo using `git://`](https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git). ### Example error Addressed from...
Both following private keys has different length to each other and are valid key: macisk.2044549fd073daf95bfed48ab0583a6cc5cea0f45e11885a2670e712409d739 (63 character long) macisk.18843ce600faa1656c6d1fed25b08b2c39a9aa3081d3b12eccc162e59d576ba4 (64 character long)
There are some errors when running `npm run lint` : ``` ✖ 78 problems (48 errors, 30 warnings) [138](https://github.com/privacy-scaling-explorations/maci/runs/6813608717?check_suite_focus=true#step:5:139) 38 errors and 0 warnings potentially fixable with the `--fix` option....
Since [Alchemy has a limit to retrieve a logs]( https://docs.alchemy.com/alchemy/apis/ethereum/eth-getlogs), `genMaciStateFromContract()` might fails when a MACI instance has a large amount of logs; a single `eth_getLogs` call would fail when...