You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused be a race condition where a child block can be applied before the parent and the result of the messages comes in such that no future attempt is made to apply the block.
Expected behavior
P2P should not halt.
This should be fixed with the following fixes/mitigation:
When adding the block entry, application should always be requested.
When children are checked, application should be requested and 'forced'. Forced application should loop (with a delay) trying to apply the block until the current application returns (success or failure).
Steps to reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
P2P can sometimes halt.
This is caused be a race condition where a child block can be applied before the parent and the result of the messages comes in such that no future attempt is made to apply the block.
Expected behavior
P2P should not halt.
This should be fixed with the following fixes/mitigation:
Steps to reproduce
No response
Environment
- OS:
Anything else?
No response
The text was updated successfully, but these errors were encountered: