Kata Choi
Kata Choi
* **I'm submitting a ...** - [x] feature request - [ ] bug report * **Feature Request** - Does it support contract verification?
Here tries to support both "and" and "or" gadgets. It comes with a way to test the corresponding gadgets. Let me know if this approach to testing the gadgets looks...
When the vault is not HD type, the QR code for metamask from wallet sync isn't shown. Maybe this is a bug?
For the feature issue https://github.com/tallycash/extension/issues/2259 While getting familiar with the codebase, I drafted the `QRHardwareService`, which I think would outline the data model, new lib dependencies and interaction workflow to...
## snarkjs testing workflow Here are the commands to verify the whole process. ```bash # create new noname package. this will create a new folder test, containing the noname code....
this is a rebase for https://github.com/zksecurity/noname/pull/48
- Do some test coverage checks on the constraint - Each frontend constraint functions in bool/field/builtin should be covered - A test should check the asm (this serves like a...
We may not really require `generate_asm ` to be implemented for the backend interface. It is not a must have interface to have in order to get the whole system...
Refine this struct, as currently the `full_public_inputs` and `public_outputs` overlap with all_witness. We should try to find a way to avoid this data redundancy.
Basic idea is that people might not want to use hubii core, but still be able to settle/confirm/withdraw their funds using MEW or another wallet. Therefore we should be able...