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
Both rate-setter and scheduler introduce delay before message is gossiped from the original node. Sometimes the delay might be so big, that by the time the message arrives to the node's tip pool, it's already invalid because it doesn't satisfy the TSC condition.
Make sure to discard such messages in the scheduler and rate setter (if the delay is already large enough in rate setter).
This issue can only be resolved when TSC and new time concepts PR is merged to develop.
The text was updated successfully, but these errors were encountered:
Both rate-setter and scheduler introduce delay before message is gossiped from the original node. Sometimes the delay might be so big, that by the time the message arrives to the node's tip pool, it's already invalid because it doesn't satisfy the TSC condition.
Make sure to discard such messages in the scheduler and rate setter (if the delay is already large enough in rate setter).
This issue can only be resolved when TSC and new time concepts PR is merged to develop.
The text was updated successfully, but these errors were encountered: