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

Fold registration server functions into the exit trust root #1019

Closed

Commits on Oct 30, 2024

  1. Fold registration server functions into the exit trust root

    When we first moved to the exit db smart contract the registration
    server was created to provide a way to register bootstrapping clients
    despite them having no balance and even no internet connection, by
    passing that data to exits.
    
    As this design has gotten more general and the requirements have
    expanded to support out of the box appliance exits the root of trust
    server was created, it's natural to fold the registration server info
    the reference root of trust implementation in this repo.
    
    As part of this process the trust root, and the api for the client
    registration has been refactored, simplified, and cleaned up.
    jkilpatr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    09d9c41 View commit details
    Browse the repository at this point in the history