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 is the top level ticket for reconfiguration. This will be broken down into multiple tickets and PRs.
Change the BFT node_id to be the same as in CFT. To do this we will need to keep a node_id -> ordered_id mapping and have a data structure that can allow us to deterministically decide which node is the primary in any given view within a configuration.
Change BFT to use replica ids which have the same NodeIds that are derived from the public cert like CFT
This is the top level ticket for reconfiguration. This will be broken down into multiple tickets and PRs.