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
The empty block check is missing checking the withdrawals in the CompleteBlocksTask hasEmptyBody method. Not sure if this is necessary, we need to understand more about what this class is doing but we need to consider withdrawals here as well.
The text was updated successfully, but these errors were encountered:
CompleteBlocksTask is used only for full sync and fast which are only used before the merge. Withdrawals must be enabled after the merge and after the merge, we use backward sync which doesn't use this task. So this isn't necessary for Withdrawals as will never be used when Withdrawals is active.
The empty block check is missing checking the withdrawals in the CompleteBlocksTask hasEmptyBody method. Not sure if this is necessary, we need to understand more about what this class is doing but we need to consider withdrawals here as well.
The text was updated successfully, but these errors were encountered: