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

fix: make unixfs importer on ipfs-car use same defaults as lotus #170

Merged
merged 2 commits into from
Jul 26, 2021

Conversation

vasco-santos
Copy link
Contributor

@vasco-santos vasco-santos commented Jul 26, 2021

This makes ipfs-car packing with a maxChunkSize of 1048576 and a maxChildrenPerNode 1024.

We will keep using sha256 hasher instead of @multiformats/blake2 given it is way slower (a minimal set of tests showed ~6x slower)

Needs:

resolves #173

@vasco-santos vasco-santos marked this pull request as draft July 26, 2021 14:31
@vasco-santos vasco-santos marked this pull request as ready for review July 26, 2021 15:28
@vasco-santos vasco-santos requested a review from alanshaw July 26, 2021 15:30
@vasco-santos vasco-santos merged commit 06f6948 into main Jul 26, 2021
@vasco-santos vasco-santos deleted the fix/make-unix-fs-importer-defaults-same-as-lotus branch July 26, 2021 15:48
@olizilla
Copy link
Contributor

olizilla commented Jul 26, 2021

@hugomrdias any idea why this PR was flagged as release-please as a breaking change across multiple packages? i can't see why it's a breaking change at all.

@olizilla
Copy link
Contributor

oh, i see, it is a breaking change 06f6948

johndmulhausen pushed a commit that referenced this pull request Aug 6, 2021
)

* fix: make unixfs importer on ipfs-car use same defaults as lotus

* chore: use latest version of ipfs-car
vasco-santos added a commit to storacha/add-to-web3 that referenced this pull request Jan 5, 2022
BREAKING CHANGE: make unixfs importer on ipfs-car use same defaults as lotus (web3-storage/web3.storage#170)
vasco-santos added a commit to storacha/add-to-web3 that referenced this pull request Jan 5, 2022
BREAKING CHANGE: make unixfs importer on ipfs-car use same defaults as lotus (web3-storage/web3.storage#170)
vasco-santos added a commit to storacha/add-to-web3 that referenced this pull request Jan 5, 2022
BREAKING CHANGE: make unixfs importer on ipfs-car use same defaults as lotus (web3-storage/web3.storage#170)
vasco-santos added a commit to storacha/add-to-web3 that referenced this pull request Jan 5, 2022
BREAKING CHANGE: make unixfs importer on ipfs-car use same defaults as lotus (web3-storage/web3.storage#170)
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.

Client chunking default params
3 participants