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 logic is already error-prone enough due to allowed gaps, no reason to duplicate it. We can centralize the algorithm in one function with a little bit of refactoring/templating.
The text was updated successfully, but these errors were encountered:
Currently, the same iteration algorithm in the history subsystem is duplicated three times:
stellar-core/src/catchup/ApplyCheckpointWork.cpp
Line 136 in fdd833d
stellar-core/src/catchup/ApplyCheckpointWork.cpp
Line 179 in fdd833d
stellar-core/src/historywork/VerifyTxResultsWork.cpp
Line 141 in fdd833d
This logic is already error-prone enough due to allowed gaps, no reason to duplicate it. We can centralize the algorithm in one function with a little bit of refactoring/templating.
The text was updated successfully, but these errors were encountered: