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 issue was spot on muntiple test, and was close in time to the ocurrence of #1309. After solving it in a test branch, the issue doesn't impacted on #1309 issue, but it's still a bug so this issue is created to track it and solve it. The problem is apparently related to the MAXIMUM_GOSSIP_CLOCK_DISPARITY not being taken into account. It's a P1 because it appears to be the cause of other issues, but i wasn't able to pinpoint them yet, given that the solution is pretty straightforward I preferred to tackle it now.
The text was updated successfully, but these errors were encountered:
rodrigo-o
added
bug
Something isn't working
P1
This is a MUST for this milestone. It's a main feature, or blocking other main features.
labels
Oct 2, 2024
rodrigo-o
changed the title
Blocks being ignored because we transition the slot a couple of milliseconds later
Blocks being ignored because we transition the slot a couple of milliseconds later compared to peers
Oct 2, 2024
rodrigo-o
changed the title
Blocks being ignored because we transition the slot a couple of milliseconds later compared to peers
Blocks being ignored because we transition the slot a couple of milliseconds later compared to peers (Sepolia long run)
Oct 2, 2024
As far as i understando this won't happen on mainnet (because block proposing is not done immediately at the beginning of the slot) but it clearly affects our testnet runs.
This issue was spot on muntiple test, and was close in time to the ocurrence of #1309. After solving it in a test branch, the issue doesn't impacted on #1309 issue, but it's still a bug so this issue is created to track it and solve it. The problem is apparently related to the
MAXIMUM_GOSSIP_CLOCK_DISPARITY
not being taken into account. It's a P1 because it appears to be the cause of other issues, but i wasn't able to pinpoint them yet, given that the solution is pretty straightforward I preferred to tackle it now.The text was updated successfully, but these errors were encountered: