hyperledger / hyperledger/fabric
BFT Block Puller: optimistic target height selection
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
Currently the bft synchronizer is probing the height of remote orderers and deciding upon the target height using a heuristic based on cluster size and F.
It is possible to get the last block from each remote orderer, and verify each block, if possible. One can then take the max height of all verified blocks.
Contributor guide
Assessment
This issue has not been assessed yet.