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
While working on #11422, I discovered that some chunk is always missing.
The reason was that some node was always waiting to get complete chunk, which is not necessarily guaranteed.
We should consider either to wait only for chunk header, or guarantee all chunk completion on BPs, or something else.
The text was updated successfully, but these errors were encountered:
…lidation messages (#11425)
* Separate default peer network message processing to a function
`process_peer_manager_message_default`, reducing nesting level.
* Process stateless validation-related messages in the end of it.
* Remove near-useless genesis block retrieval.
* Bind partial witness actor to client to ensure messages propagation.
Still not enough to enable tests on nightly due to #11423, but makes
tests more readable and closer to that.
While working on #11422, I discovered that some chunk is always missing.
The reason was that some node was always waiting to get complete chunk, which is not necessarily guaranteed.
We should consider either to wait only for chunk header, or guarantee all chunk completion on BPs, or something else.
The text was updated successfully, but these errors were encountered: