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: skip self-endpoint when pulling blocks #4693

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

tock-ibm
Copy link
Contributor

Change-Id: Ia183eef4f263943d5f387e8156d450790bee5cb2

Type of change

  • New feature

Description

The orderer source provides a set of orderers to connect to, and is used by the BFTDeliverer. The BFTDeliverer is employed in the peer and in the orderer. When used in the orderer, it should skip the self-endpoint. In this commit we allow the orderer source to be set with the self-endpoint, and thus allow it to skip it when providing a set of orderers to pull blocks from.

Related issues

Issue #4566

The orderer source provides a set of orderers to connect to, and is used by the BFTDeliverer.
The BFTDeliverer is employed in the peer and in the orderer. When used in the orderer, it should
skip the self-endpoint. In this commit we allow the orderer source to be set with the self-endpoint,
and thus allow it to skip it when providing a set of orderers to pull blocks from.

Signed-off-by: Yoav Tock <tock@il.ibm.com>
Change-Id: Ia183eef4f263943d5f387e8156d450790bee5cb2
@tock-ibm tock-ibm requested a review from a team as a code owner February 25, 2024 10:12
@yacovm yacovm merged commit 4bdb7ae into hyperledger:main Feb 26, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants