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
finality service is no longer needed after Astrid standalone is released
we use milestones in our chain tip mode sync algorithm
we no longer need it in the RPCs for getting finalised blocks (check rpchelper._GetBlockNumber) because we can use the existing logic for ethereum which is to use GetFinalizedBlockNumber which uses ReadForkchoiceFinalized (no changes needed for this, already happening)
Goal of this task is to completely remove all code in polygon/bor/finality package
The text was updated successfully, but these errors were encountered:
finality service is no longer needed after Astrid standalone is released
rpchelper._GetBlockNumber
) because we can use the existing logic for ethereum which is to useGetFinalizedBlockNumber
which usesReadForkchoiceFinalized
(no changes needed for this, already happening)Goal of this task is to completely remove all code in polygon/bor/finality package
The text was updated successfully, but these errors were encountered: