Daira-Emma Hopwood

Results 725 comments of Daira-Emma Hopwood

This is for ZIP 315, to verify whether the recommended "trusted" and "untrusted" confirmation depths make sense and to provide supporting rationale. So not immediately urgent.

I don't see why that open question can't be resolved as just "no, we don't need this RPC to work in zebrad for heights when the Founders' Reward was paid"....

By the time the reindex has reached 360000 (probably before), it speeds up again to the same speed as earlier.

@str4d wrote in #5863: > To fix this, we need to ensure that all active guards are dropped before the old span is destructed. One way to do this is:...

There can't be deadlock on a reader-writer lock if you aren't taking any other locks (or doing anything else that would impede progress) inside the write-locked region. The write lock...

@therealyingtong and I reviewed the relevant code. It was correct, but not obviously correct! Define a *simple Expression* to be one that contains any simple selector as a subterm. Define...

I can reproduce this. ~~I'll try to bisect what caused it tomorrow.~~

Thanks, no-one else is working on this so feel free to take it on. One thing to bear in mind is that some of the files involved are generated via...

Bellman has a "multicore" default feature that can be turned off to [disable use of rayon](https://github.com/zkcrypto/bellman/blob/main/src/multicore.rs). I see no reason why the same couldn't be done for `halo2_proofs` and `halo`.