0xisk
0xisk
Thanks, @Amxx I just wanted to log it here as discussed so you can discuss with the team it later milestone.
Hi @montyly, done.
MACI Identity generator example script: https://github.com/gurrpi/maci-keygen-qr
https://github.com/randlabs/encrypted-local-storage
https://github.com/CryptKeeperZK/crypt-keeper-extension/pull/345#discussion_r1187566876
https://github.com/CryptKeeperZK/crypt-keeper-extension/pull/345#discussion_r1187563989
Hey! thanks first of all for this nice tool. I have the same issue here after running: ```sh cargo llvm-cov --all-features --workspace --html --output-dir=target/llvm-cov/html ``` Error: ``` test result: ok....
We are integrating `ejs` with our extension, and we're getting this error: > Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of...
I am not sure about the first error fixing: ``` const level: BigInt[] = pathElements[i].map((i: BigInt): BigInt => { return BigInt(i as bigint); }) ```
Kind of data that could be stored in the extension storage. ``` Primitive values such as numbers will serialize as expected. Values with a typeof "object" and "function" will typically...