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!: use helia router for IPNS put/get #387

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Commits on Jan 17, 2024

  1. feat!: use helia router for IPNS put/get

    Uses the configured `.routing` property on the Helia interface to
    put/get IPNS records by default.
    
    Removes the `libp2p` routing as `helia` configures this as a
    `.routing` implementation and `@helia/http` doesn't have it.
    
    Updates the description of the `pubsub` routing to make it's
    limitations clearer.
    
    BREAKING CHANGE: `helia.routing` is the default routing used, the `libp2p` routing has been removed as it is redundant
    achingbrain committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    37caae3 View commit details
    Browse the repository at this point in the history