Daira-Emma Hopwood

Results 725 comments of Daira-Emma Hopwood

Note that bitcoin/bitcoin#25454 apparently also prevents a fingerprinting attack described in bitcoin/bitcoin#24571. (I'm not sure I understand the threat model under which that is considered an attack, though, tbh. There...

We initially tried to backport bitcoin/bitcoin#10345 as part of #6231, but that was reverted in #6276 due to a memory usage regression (#6268). If we want the headers-sync timer then...

Note that Zebra's bug mentioned in the description was fixed in https://github.com/ZcashFoundation/zebra/pull/8913 .

What are the outputs of the following two commands? ```shell which zcashd dpkg -S `which zcashd` ```

I don't really like this approach. I temporarily relaxed the branch protection instead.

Note that `zcash_client_backend/src/proto.rs` is *not* a generated file. The files under `zcash_client_backend/src/proto/` are. No file is both generated and hand-edited. The comment at the top of `zcash_client_backend/src/proto.rs` was previously misleading...

The fact that zebrad behaves differently than zcashd, but presumably lightwalletd clients do not adapt their behaviour to the backing node type, is further evidence to me that we cannot...

These changes have been incorporated into #895.

> I haven't done anything with `ZFuture`, and am not quite sure what to do there. Can we just delete TZE support? I don't care about them and I very...