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
We could (and I would love to) impl SelectChain for ManualSelectChain which gets wired back to the RPC to be controlled manually by the user just like manual seal.
The best chain is chosen by a "select chain rule" https://substrate.dev/rustdocs/v3.0.0/sp_consensus/trait.SelectChain.html . The most common implementation, and the one used in all current recipes nodes, is the standard "longest chain rule" https://substrate.dev/rustdocs/v3.0.0/sc_consensus/struct.LongestChain.html.
We could (and I would love to)
impl SelectChain for ManualSelectChain
which gets wired back to the RPC to be controlled manually by the user just like manual seal.cc @girazoki
The text was updated successfully, but these errors were encountered: