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

Remove attestation server #5126

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

tock-ibm
Copy link
Contributor

Type of change

  • Improvement (improvement to code, performance, etc)

Description

The attestation server was a concept that was abandoned during the implementation of the BFT block puller.
It is now dead code.

The aim of the attestation server was to pull only headers from the delivery server. It was implemented in a simpler fashion by augmenting the seekInfo.ContentType with ab.SeekInfo_HEADER_WITH_SIG which causes the desired behavior (see common/deliver/deliver.go L338).

The attestation server was a concept that was abandoned during the implementation of the BFT block puller.
It is now dead code.

The aim of the attestation server was to pull only headers from the delivery server. It was implemented in a simpler fashion by augmenting the
`seekInfo.ContentType` with `ab.SeekInfo_HEADER_WITH_SIG`
which causes the desired behavior (see common/deliver/deliver.go L338).

Signed-off-by: Yoav Tock <[email protected]>
@tock-ibm tock-ibm requested a review from a team as a code owner January 29, 2025 09:15
@tock-ibm
Copy link
Contributor Author

tock-ibm commented Feb 4, 2025

@denyeart can you take a look?

@denyeart
Copy link
Contributor

denyeart commented Feb 4, 2025

@denyeart can you take a look?

Sure, I was waiting to see if any of the other orderer developers were going to review, but since it is a simple removal I'm happy to approve and merge.

@denyeart denyeart merged commit 1325059 into hyperledger:main Feb 4, 2025
15 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