-
Notifications
You must be signed in to change notification settings - Fork 1.7k
void #10712
Comments
You can see the important functions here, a route is created and then the block is inserted with the route - the blockchain reevaluates the |
The sentiment among the core-devs seems to be that this train of though is a little counterproductive. To elaborate we shouldn't be treating existing blocks as invalid after importing them in any case, as that would mean we imported them without validation at some point, any further chains built on top are ignored. More succinctly -> #10085 itself is the issue we should be looking into solving as it gets us into a scenario we explicitly don't want to handle, we should be fixing that, not handling the repurcussions of it afterwards. |
So, I've tried to use the repro code to see if it can help us pinpoint the problem and unfortunately I cannot trigger the error. Blocks Not sure if I'm doing something wrong here or if the repro does not work on all hosts or…? |
MissingParent
Error-Recovery
moved to: https://github.com/lazaridiscom/parity-ethereum/issues/2
The text was updated successfully, but these errors were encountered: