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
Use BFT block deliverer relevant components in the orderer chain + follower
Block receiver
Censorship monitor
Config updated dynamically
Orderer source addresses updated dynamically
Detect the self endpoint
Allow the orderer to choose a block-replication-policy: between a naive scheme (existing) and the BFT resistant scheme
Allow the BFTDeliverer to skip the self endpoint when pulling blocks
Implement the BFT resistant scheme into a new BFT synchronizer
Target height selection:
(1) simple (based on height by endpoints and F),
(2) optimistic (based on verifying the last block from each orderer, selecting max height from those that verify). Deferred to a separate issue BFT Block Puller: optimistic target height selection #4698 .
The text was updated successfully, but these errors were encountered:
tock-ibm
changed the title
Use BFT block deliverer relevant components in the orderer chain + follower (more detail will follow).
BFT Block Puller: in orderer
Dec 6, 2023
Use BFT block deliverer relevant components in the orderer chain + follower
Block receiver
Censorship monitor
Config updated dynamically
Orderer source addresses updated dynamically
Detect the self endpoint
Allow the orderer to choose a block-replication-policy: between a naive scheme (existing) and the BFT resistant scheme
Allow the BFTDeliverer to skip the self endpoint when pulling blocks
Implement the BFT resistant scheme into a new BFT synchronizer
Target height selection:
(1) simple (based on height by endpoints and F),
(2) optimistic (based on verifying the last block from each orderer, selecting max height from those that verify). Deferred to a separate issue BFT Block Puller: optimistic target height selection #4698 .
The text was updated successfully, but these errors were encountered: