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
IPLD Prime In IPFS: Target Merge Branch #7976
Conversation
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
DO NOT MERGE DO NOT REVIEW
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
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 <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
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 <hannah@hannahhoward.net>
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
Update to latest fetcher/dag-writer and fix node api License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
…x fetchers and constructing resolvers on demand.
This bubbles nice tags for the fix tested in the previous commit.
Resolve uninteresting conflicts in go.mod.
|
2021-08-17 update on outstanding items: @aschmahmann: create issues for the following to fix during the release phase:
|
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 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