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 morning messages relay has stalled at our test deployments. The reason is that by yet unknown reason relay gets wrong InboundLaneState. I.e.:
target_nonces: Some(TargetClientNonces {
latest_nonce: 14, // so the latest received message is 14
nonces_data: DeliveryRaceTargetNoncesData {
confirmed_nonce: 1920, // and the latest confirmed message is 1920
the reason is most probably lays in these recent PRs:
This morning messages relay has stalled at our test deployments. The reason is that by yet unknown reason relay gets wrong
InboundLaneState
. I.e.:the reason is most probably lays in these recent PRs:
The text was updated successfully, but these errors were encountered: