This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
IPLD Prime In IPFS: Target Merge Branch #36
Merged
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
473a125
Use go-fetcher, unixfsnode, and ipld-prime to resolve paths. (#34)
acruikshank 46ece8f
fix(update to tagged branches): update to tagged branches and use nod…
hannahhoward c9abe36
fix(deps): update go-unixfsnode
hannahhoward 1b4a2c3
fix(deps): update to latest go fetcher (#37)
hannahhoward 95eac44
feat(resolver): take fetcher config as parameter (#38)
hannahhoward 9a213ad
fix(deps): switch to tagged go-fetcher
hannahhoward 1fd7492
fix(resolver): removed ipldcbor dependency
hannahhoward a83b564
fix(mod): remove unneeded deps
hannahhoward 5d6ea22
fix(resolver): correct comments
hannahhoward a44fc15
test(resolver): add test verifying ErrNoLink functionality
hannahhoward 8f5172b
fix(lint): fix lint errors
hannahhoward 6814a6f
fix(resolver): LookupBySegment to handle list indexes as well as map …
rvagg 64298be
feat(resolver): address more PR comments
hannahhoward 29c0007
style(tests): add clarification
hannahhoward 18a10cd
style(lint): fix lint errors, redo test fix
hannahhoward 26ca05e
fix(deps): update deps to tagged version
hannahhoward File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
TODO: When we're ready to merge let's use tagged versions
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.
yes that is understood.