-
Notifications
You must be signed in to change notification settings - Fork 106
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
docs: Update README.md #34
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move the purpose/goals up top Make clearer how to get involved Use markdown TOC generator
achingbrain
requested changes
Feb 20, 2023
24 tasks
achingbrain
reviewed
Feb 24, 2023
achingbrain
reviewed
Feb 24, 2023
achingbrain
approved these changes
Feb 24, 2023
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
The content routing API is more stable than the DHT API and if the node has a DHT implementation it will be set up to work via the content routing methods.
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
## [@helia/ipns-v1.1.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.0...@helia/ipns-v1.1.1) (2023-05-05) ### Bug Fixes * use the content routing api for get/put operations ([#34](ipfs/helia-ipns#34)) ([55208cc](ipfs/helia-ipns@55208cc))
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * deps(dev): bump helia from 1.3.12 to 2.0.1 (#32) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
## [@helia/json-v1.0.2](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.1...@helia/json-v1.0.2) (2023-08-27) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#34](ipfs/helia-json#34)) ([d48f2c5](ipfs/helia-json@d48f2c5)) * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-json#8)) ([c2a2ee3](ipfs/helia-json@c2a2ee3))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move the purpose/goals up top
Make clearer how to get involved
Use markdown TOC generator