Skip to content
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

Update usage of merkledag by go-car #437

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Update usage of merkledag by go-car #437

merged 2 commits into from
Jun 13, 2023

Conversation

willscott
Copy link
Member

  • this updates to merkledag v0.11 in go-car v1
  • it removes direct usage of merkledag from go-car v2

Note that merkledag remains an indirect dependency for v2 via:

% go mod why github.com/ipfs/go-merkledag
github.com/ipld/go-car/v2
github.com/ipld/go-car/v2.test
github.com/ipfs/go-unixfsnode
github.com/ipfs/go-unixfsnode/hamt
github.com/ipfs/go-unixfsnode/hamt.test
github.com/ipfs/go-merkledag

This usage to generate a sample dag can likely also be removed in the future

* this updates to merkledag v0.11 in go-car v1
* it removes direct usage of merkledag from go-car v2

Note that merkledag remains an indirect dependency for v2 via:
```
% go mod why github.com/ipfs/go-merkledag
github.com/ipld/go-car/v2
github.com/ipld/go-car/v2.test
github.com/ipfs/go-unixfsnode
github.com/ipfs/go-unixfsnode/hamt
github.com/ipfs/go-unixfsnode/hamt.test
github.com/ipfs/go-merkledag
```
This usage to generate a sample dag can likely also be removed in the future
@masih
Copy link
Member

masih commented Jun 12, 2023

fixes #266

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hannahhoward
Copy link
Collaborator

shoudl we merge @willscott or wait for @rvagg ?

@rvagg
Copy link
Member

rvagg commented Jun 13, 2023

going to merge this and work on the new dependabot updates which overlap

@rvagg rvagg merged commit 7399ec2 into master Jun 13, 2023
@rvagg rvagg deleted the feat/remove-merkledag branch June 13, 2023 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants