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
Describe what you want implemented
Any message that cannot be validated should be repropagated
Describe "Why" this is needed
Right now, a network message is repropagated only if it's valid
This means that during the syncing up phase, any "live" message is discarded interrupting the network dissemination.
The same happens, generally speaking, for any "message from the future".
Describe alternatives you've considered
Switch the kadcast autopropagate flag at runtime
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe what you want implemented
Any message that cannot be validated should be repropagated
Describe "Why" this is needed
Right now, a network message is repropagated only if it's valid
This means that during the syncing up phase, any "live" message is discarded interrupting the network dissemination.
The same happens, generally speaking, for any "message from the future".
Describe alternatives you've considered
Switch the kadcast autopropagate flag at runtime
Additional context
N/A
The text was updated successfully, but these errors were encountered: