Skip to content

Conversation

@avalonche
Copy link
Collaborator

@avalonche avalonche commented Jul 12, 2025

πŸ“ Summary

Add http server that provides TDX quotes. Removes TDX dependency and flashtestations feature in op-rbuilder


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@avalonche avalonche force-pushed the tdx-provider branch 2 times, most recently from c36e818 to 5640f38 Compare July 14, 2025 16:43
Copy link

@Ruteri Ruteri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generating attestations lgtm

))
}
// TODO: replace with real attestation provider
Box::new(DebugAttestationProvider::new(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should be called "remote" provider or something

#[derive(Debug, Clone)]
pub struct ServerConfig {
/// Address to listen on
pub listen_addr: SocketAddr,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess ideally we'd be listening on either a socket or http laddr

@avalonche avalonche merged commit f0636ba into main Jul 16, 2025
4 checks passed
@avalonche avalonche deleted the tdx-provider branch July 16, 2025 15:50
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