-
Notifications
You must be signed in to change notification settings - Fork 2
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(p2p): Hermes Peer2Peer Communications with IPFS/LibP2P #236
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
saibatizoku
added
enhancement
New feature or request
do not merge yet
PR is not ready to be merged yet
draft
Draft
labels
May 20, 2024
saibatizoku
force-pushed
the
feat/hermes-ipfs-crate
branch
from
May 20, 2024 18:11
889103b
to
f763ede
Compare
saibatizoku
force-pushed
the
feat/hermes-ipfs-crate
branch
2 times, most recently
from
May 26, 2024 17:07
d370f90
to
43924d5
Compare
saibatizoku
force-pushed
the
feat/hermes-ipfs-crate
branch
from
June 2, 2024 18:04
87dd4dd
to
8bb2eba
Compare
* feat: add thiserror crate to dependencies * feat: add Error for Hermes IPFS
* chore: cleanup docs * fix: simplify add_ipfs_file method
saibatizoku
force-pushed
the
feat/hermes-ipfs-crate
branch
from
June 2, 2024 19:15
8bb2eba
to
fbc213c
Compare
saibatizoku
changed the title
[WIP] feat: Add hermes-ipfs crate
feat(wip): Add hermes-ipfs crate
Jun 2, 2024
saibatizoku
requested review from
stevenj and
FelipeRosa
and removed request for
FelipeRosa
June 2, 2024 19:20
* feat: add pinning and un-pinning functionality * feat: add method to check if cid is pinned * fix: make pin removal recursive * feat: add example add-file-with-pinning.rs example that shows how to add, pin, unpin, and get a file from IPFS
FelipeRosa
reviewed
Jun 7, 2024
stevenj
changed the title
feat(wip): Add hermes-ipfs crate
feat(p2p): Hermes Peer2Peer Communications with IPFS/LibP2P
Jun 13, 2024
Mr-Leshiy
reviewed
Jun 19, 2024
Mr-Leshiy
approved these changes
Jun 21, 2024
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.
LGTM
stevenj
approved these changes
Jun 25, 2024
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.
LGTM
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.
Description
Add stand-alone
hermes-ipfs
crate to provide functionality related to p2p and IPFS.Related Issue(s)
Description of Changes
Provides API for pin/unpin, add/get file, p2p pubsub/kv networking, and a validation mechanism for data.
Related Pull Requests
Please confirm the following checks