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

(DRAFT) Initial WIP on noosphere-name-service #84

Closed
wants to merge 9 commits into from
Closed

(DRAFT) Initial WIP on noosphere-name-service #84

wants to merge 9 commits into from

Commits on Oct 6, 2022

  1. Initial WIP on noosphere-name-service, a crate that handles both

    providing and querying a DHT to resolve sphere DID mapping to latest,
    verifiable CID.
    jsantell committed Oct 6, 2022
    Copy the full SHA
    be189cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Copy the full SHA
    8191be8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94850e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Copy the full SHA
    9fd64f5 View commit details
    Browse the repository at this point in the history
  2. Integrated some tracing functionality, continue working on encoding K…

    …eyMaterial to libp2p Keypair, specifically with non-SHA2_256-based Multihashes in PeerId (e.g. non 'Qm...' PeerIds)
    jsantell committed Oct 11, 2022
    Copy the full SHA
    04879a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Initial work on testing DHT with memory-based transport and addressin…

    …g. Expand out a DHTError that wraps various underlying errors.
    jsantell committed Oct 13, 2022
    Copy the full SHA
    d33751d View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    jsantell committed Oct 13, 2022
    Copy the full SHA
    bfade4f View commit details
    Browse the repository at this point in the history
  3. noosphere-p2p progress

    jsantell committed Oct 13, 2022
    Copy the full SHA
    325c421 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Copy the full SHA
    64485de View commit details
    Browse the repository at this point in the history