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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
following #2240 , which focused on refactoring client to provide to customize the strategy to pick a fork easily, it has been pointed out that ForkChoiceStrategy and some related code in client.rs that uses it, might still implicitly pick the longest chain.
Let's go through client.rs and all other places ForkChoiceStrategy influences and make sure that:
the customised strategy is applied successfully and no other code implies to know which best chain to pick instead
ForkChoiceStrategy is in a consistent state with the chosen strategy