Skip to content

Remove attestation server#5126

Merged
denyeart merged 1 commit intohyperledger:mainfrom
tock-ibm:remove-attestation-server
Feb 4, 2025
Merged

Remove attestation server#5126
denyeart merged 1 commit intohyperledger:mainfrom
tock-ibm:remove-attestation-server

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 <tock@il.ibm.com>
@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
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