Henry de Valence

Results 229 comments of Henry de Valence

in re @daira's comment https://github.com/ZcashFoundation/ed25519-zebra/issues/1#issuecomment-578031310 > Exact order ℓ was intended (for the Zcash spec) but never implemented. We will change the spec to match the libsodium 1.0.15 implementation. I'm...

Since there's an RNG involved, making test vectors will require controlling the RNG. This implementation takes a generic RNG, but the Go implementation doesn't, using `rand.Rng` internally. A quick glance...

Maybe some of the code coverage integrations @durumcrustulum did for Zebra could be copied to this repo.

Would be great to align with PICA/ICAv2: https://hackmd.io/bqkQQ9AxR0KFR82APKXocQ

Re https://forum.zcashcommunity.com/t/protozip-restricting-rpc-calls/34527/4 , what if we provided different RPC ports for each privilege level, so that a node can provide both "public" and "private" RPC via firewall rules... is that...

`parity-snappy-sys` is pulled in as a dependency of `parity-rocksdb`; rocksdb has a libsnappy backend or something that Parity's bindings enable unconditionally, and this is what requires cmake. The upstream `rocksdb`...

I think that most of these trait objects are in the networking code, which is using an older version of tokio. Since we want to be using newer tokio and...

Hey, thanks for reporting this and giving detailed logs. Just as a heads' up, we probably won't try to fix it right now, but we will circle back and try...