Jack Grigg

Results 886 comments of Jack Grigg
trafficstars

My PLC mirror implementation is in https://github.com/str4d/plc/pull/1 (the repo already contains my impl of audit log validation). With the mirror synced to 2024-01-31 (5,438,495 log entries; 3,165,202 DIDs), `plc mirror...

I implemented and tested this as part of upgrading our CI system at https://ci.z.cash/ to Buildbot 0.9. However, I expect it needs significantly-more testing, especially to ensure that the v1...

Oh, side-note: v2 support is currently broken without the fix in https://github.com/buildbot/buildbot/issues/3180 (which I'm currently applying as a patch to buildbot 0.9.7 in our CI).

Also, as a side-note: > Patch versions will need to be released As documented in the `Cargo.toml` that you edited, `bip0039` is exposed in our API, and thus changing its...

Rough (and incomplete, hence not put into the top post) sketches from a meeting with Daira-Emma and Kris: Current light client wallet architecture: ```mermaid flowchart zcashdConsensus zcashdConsensus -- Chain tip...

See also https://github.com/oxarbitrage/zebra-grpc-scan-spec/blob/main/client_integration.md

@pacu that is compatible with the sketch we have in this issue, but you should open a separate issue for discussing it.

Hmm, this implementation does not appear to be more efficient. I ran: ``` $ rustc +stable --version rustc 1.64.0 (a55dd71d5 2022-09-19) $ cargo +stable asm --lib "::double" ``` once on...

Book deployment is now broken because `os_str_bytes` requires Rust 1.57, but book compilation uses the same MSRV as our repo (1.56.1). We should fix this by always compiling the book...

We use https://eprint.iacr.org/2015/1060 for `bls12_381`; we may as well use it here too.