David Wong
David Wong
I'll try to find some time to nixify this
associated record: ```ocaml type ('row, 'f) t = { kind : (Kimchi.Protocol.gate_type[@sexp.opaque]) ; wired_to : 'row Position.t array ; coeffs : 'f array } [@@deriving sexp_of] ```
I think before that would happen we would need to move the code that's in the CLI to the internal functions (I haven't had the time to clean up the...
we discussed with @imikushin and agreed to postpone this as it's not urgent work, but I agree that we should tackle this at some point
We definitely need to tackle this sooner than later so thanks for posting the issue! Isn't this crate for ed25519 only? I was under the impression that we could use...
more resources that could be useful: https://hackmd.io/@omershlo/Hy1jBo6JY / https://github.com/ZenGo-X/fs-dkr and https://eprint.iacr.org/2021/339
I can't remember why I didn't use jsonrpsee, I think I couldn't set some timeout or I had some issue customizing something... but in general if we can replace the...
and then we could use https://crates.io/crates/fail to test nodes failing sometimes! Specifically these end-to-end tests would be great to have: https://github.com/sigma0-xyz/zkbitcoin/pull/18 (especially now that we have a regtest docker thingy...
I just added two commands: `list-zkapps` and `get-zkapp` which are useful to explore via the CLI, but it'd be nice to have a webpage :)
yeah React is fine!