teor

Results 603 comments of teor

Sounds good! Just a few questions and comments: > with perhaps some metadata about the state of the process, but right now we don't depend on anything besides a 200...

Let's open a specific ticket when we actually need a health check endpoint.

Copied from https://github.com/zcash/zcash/issues/3881#issuecomment-1163762182 The current design is roughly: - `AddrV1` and `AddrV2` - serialized outbound connection address in `addr` and `addr2` messages - `MetaAddr` - outbound peer connection addresses and...

I'd be interested in comparing the performance differences between the two different options. I think at the moment we're looking for a quick fix, so we can re-test Zebra sync,...

Right now, we need to do the quick fix of moving proof decoding into the batch `rayon` threads. After Zebra is syncing correctly, we can explore cleanup/simplification tasks like #3179.

We're also seeing stalls during checkpoint verification, which doesn't use the batch verifier code. So we might want to review the priority of this ticket. We could check how much...

Conrado did some testing, and proof preparation takes 1-25ms. So we don't need to do this ticket right now, but we should do it eventually, to handle large aggregated Orchard...

> > @upbqdn how much progress have you made on this ticket so far? > > I have no implementation ready to be pushed yet. Feel free to finish it...

It looks like no-one is working on this right now, and we've finished the epic it was a part of.

Performance improvements are not a priority for Zebra right now.