Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BFT Block Puller: in orderer #4566

Closed
5 tasks done
Tracked by #4240
tock-ibm opened this issue Dec 6, 2023 · 0 comments
Closed
5 tasks done
Tracked by #4240

BFT Block Puller: in orderer #4566

tock-ibm opened this issue Dec 6, 2023 · 0 comments

Comments

@tock-ibm
Copy link
Contributor

tock-ibm commented 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 .

@tock-ibm 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
@tock-ibm tock-ibm closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant