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

Feat: key derivation for libp2p identities #28

Merged
merged 3 commits into from
Oct 18, 2023
Merged

Feat: key derivation for libp2p identities #28

merged 3 commits into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. Feat: key derivation for libp2p identities

    Keeping track of identities when setting up gateways is a pain.
    
    This allows choosing a single secret for all gateways in a deployment, and
    then deriving individual keys based on a given index. It also allows painless
    key rotation.
    
    Once we add bootstrap/peering capabilities, this functionality will be
    extended and gateways will generate peer IDs for other gateways, look them up
    on the DHT and peer with them automatically. That is, we will use the DHT for
    service discovery, skipping manual peering configuration altogether.
    hsanjuan committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    43fe494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f320981 View commit details
    Browse the repository at this point in the history
  3. error when seed is too short

    hsanjuan committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0c5c370 View commit details
    Browse the repository at this point in the history