User Details
- User Since
- May 14 2017, 13:52 (392 w, 4 d)
- Roles
- Administrator
Jul 10 2024
Apr 20 2024
Not sure about the proposed changes, but 100% sure this could be much simpler.
Feb 12 2024
Feb 11 2024
Aug 16 2022
Aug 9 2022
Aug 5 2022
I don't think this design with a config is a plus. A ton of code just got significantly more convoluted.
Jul 22 2022
Jul 14 2022
Jul 8 2022
Jul 6 2022
Jul 5 2022
I don't think we need a different message from avahello. You are creating a rube goldberg machine here.
Is there a reason not to pass the chain manager here, instead of passing down various values extracted from it?
You are creating special cases where none is necessary. Just handle the zero proof case like any other case is handled.
Jul 3 2022
Jul 1 2022
Jun 30 2022
Jun 29 2022
Jun 26 2022
Jun 21 2022
The rationale makes no sense. It is possible to balloon the pool in 30mins, so this is insufficient. So you need another criteria to evict from the pool, but it you have that other criteria, it is more likely than not that this one becomes useless.
Jun 18 2022
Jun 17 2022
Jun 14 2022
Jun 8 2022
No this does not help, because you'll have to get rid of proofs for which there is no node regardless. In fact, not only do you need to, but this becomes significantly more important to once you limit how many proofs you can accept.
Jun 7 2022
Maybe we should just evict proof for which we have no peer after some time instead. We kind of have to do it anyways, and this makes this patch moot as far as I can tell.
Jun 6 2022
Jun 2 2022
Jun 1 2022
I'm not app at all with ho this is going.
May 31 2022
I don't understand what's the purpose of this. At no point we should expect a node to send the whole set of proof without being requested. I don't think solves any problem.
May 29 2022
I had a quick look. Didn't review everything in there as it is quite big, but the little I review is quite worrying. This cealry doesn't match the kind of quality we want to put out there.
May 28 2022
May 24 2022
These number do not make sense to me.
May 23 2022
Why do we want to compute the id of a proof that isn't initialized, and then recompute the correct one later? That doesn't make sense.
May 21 2022
These thresholds seems REALLY low. How did you pick them?
May 20 2022
There is no need to break things before fixing them.