-
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: add Roadmap #1
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
BigLep
approved these changes
Oct 26, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow-up PR: |
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
Adds initial implementation of IPNS for helia
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
## @helia/ipns-v1.0.0 (2023-02-15) ### Features * initial implementation ([#1](ipfs/helia-ipns#1)) ([b176179](ipfs/helia-ipns@b176179))
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
Adds unixfs commands: - cat - chmod - cp - ls - mkdir - rm - stat - touch Each file operates on a CID and returns a new CID that refers to a DAG with the changes made to it. This is largely a lift & shift of the MFS code from js-ipfs except it returns a CID instead of writing it to the datastore. The tests have been ported from the interface suite. Sharding support is mostly complete, a couple of rm tests are skipped for now.
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
## 1.0.0 (2023-02-16) ### Features * initial implementation ([#1](ipfs/helia-unixfs#1)) ([adb6b0e](ipfs/helia-unixfs@adb6b0e)) ### Trivial Changes * initial commit ([35e8a8f](ipfs/helia-unixfs@35e8a8f)) * Update .github/workflows/stale.yml [skip ci] ([bcb060d](ipfs/helia-unixfs@bcb060d)) ### Documentation * update readme ([83e5e0e](ipfs/helia-unixfs@83e5e0e))
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
Bumps [@chainsafe/libp2p-yamux](https://github.com/ChainSafe/js-libp2p-yamux) from 3.0.10 to 4.0.1. - [Release notes](https://github.com/ChainSafe/js-libp2p-yamux/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-yamux/blob/master/CHANGELOG.md) - [Commits](ChainSafe/js-libp2p-yamux@v3.0.10...v4.0.1) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-yamux" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
Fixes non-compileable code example where we set both `node:fs` import and `unixfs(helia)` to a variable `fs`.
achingbrain
pushed a commit
that referenced
this pull request
Jan 8, 2024
## [@helia/car-v1.0.1](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.0...@helia/car-v1.0.1) (2023-08-14) ### Documentation * fs already defined in example ([#1](ipfs/helia-car#1)) ([356797a](ipfs/helia-car@356797a))
achingbrain
added a commit
that referenced
this pull request
Jan 8, 2024
* deps: bump @helia/interface from 1.2.2 to 2.0.0 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] <support@github.com> * deps(dev): bump helia from 1.3.12 to 2.0.1 (#1) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
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.
EngRes: please feel free to push edits directly to this branch; this is a collaboratively-edited document.