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

Extract the namesys and the keystore submodules #7925

Merged
merged 1 commit into from
Mar 14, 2021

Commits on Mar 12, 2021

  1. Extract the namesys and the keystore submodules

    Namesys is a very useful submodule. Given a ValueStore and a Datastore it can
    resolve and publish /ipns/ paths.
    
    This functionality does not need to be sequestered inside go-ipfs as it can
    and should be used without IPFS, for example, for implementing lightweight
    IPNS publishing services or for resolving /ipns/ paths.
    
    "keystore" extraction was necessary, as there is a dependency to it in
    namesys. Keystore is also a useful module by itself within the stack.
    
    Fixes #6537
    hsanjuan authored and aschmahmann committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3db9551 View commit details
    Browse the repository at this point in the history