IPLD Prime In IPFS: Target Merge Branch#7976
Merged
aschmahmann merged 85 commits intomasterfrom Aug 17, 2021
Merged
Conversation
License: MIT Signed-off-by: hannahhoward <[email protected]>
License: MIT Signed-off-by: hannahhoward <[email protected]>
DO NOT MERGE DO NOT REVIEW
License: MIT Signed-off-by: hannahhoward <[email protected]>
c35c5dd to
619b55c
Compare
License: MIT Signed-off-by: hannahhoward <[email protected]>
This should fix a sharness test failure which we fixed by changing PBNode decoding to allow any field order.
License: MIT Signed-off-by: hannahhoward <[email protected]>
License: MIT Signed-off-by: hannahhoward <[email protected]>
License: MIT Signed-off-by: hannahhoward <[email protected]>
Stebalien
reviewed
Apr 13, 2021
License: MIT Signed-off-by: hannahhoward <[email protected]>
License: MIT Signed-off-by: hannahhoward <[email protected]>
Add fetcher config top level dependency
go-path integrated
implement a node interface that provides direct access to go-ipld-prime tools License: MIT Signed-off-by: hannahhoward <[email protected]>
License: MIT Signed-off-by: hannahhoward <[email protected]>
Update to latest fetcher/dag-writer and fix node api License: MIT Signed-off-by: hannahhoward <[email protected]>
34ce9fd to
d6deb42
Compare
…x fetchers and constructing resolvers on demand.
aschmahmann
reviewed
Aug 13, 2021
de0aef8 to
9b6af8e
Compare
9b6af8e to
7a975b0
Compare
This bubbles nice tags for the fix tested in the previous commit.
Resolve uninteresting conflicts in go.mod.
aschmahmann
reviewed
Aug 17, 2021
Contributor
|
2021-08-17 update on outstanding items: @aschmahmann: create issues for the following to fix during the release phase:
|
aschmahmann
approved these changes
Aug 17, 2021
Contributor
aschmahmann
left a comment
There was a problem hiding this comment.
Merging as this seems good enough for go-ipfs v0.10.0-rc1. There are a few outstanding issues linked above that we'll need to deal with before the final release.
Thanks everyone who helped push this over the finish line 🙇♂️, this was a huge and much needed endeavor to start upgrading our IPLD library usage.
2 tasks
3 tasks
This file contains hidden or 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
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.
This feature branch updates a number of dependencies to directly make use of go-ipld-prime under the hood. The major exception is the unixfs subsystem, which remains the same via the go-ipld-legacy shim.
Before this branch is feature complete, a known / remaining sub-conversation that is ongoing is "How should we directly expose the newer ipld-prime node interface to programs making use of IPFS?". This conversation is occurring in #8046 which will merge into this branch when ready.
go vethappy ipld/go-ipld-prime#205 ?Do this all at once, on a mergeparty day.
For each repo: look at the go mod file; update any dep not pointing to a clean tag; wait for CI green; create tag in that repo; move to next repo.
Order of merge/tag should be:
#67merged) tagged v0.4.0#36merged) tagged v0.1.0#67merged) tagged v0.5.0#32merged) tagged v0.6.1#46merged) tagged v0.1.0