generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 149
feat(unixfs): configurable CID Profiles from IPIP-499 #1088
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
Open
lidel
wants to merge
29
commits into
main
Choose a base branch
from
feat/ipip-499-unixfs-2025
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,249
−183
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1645e11
feat(unixfs): add SizeEstimationMode for HAMT threshold decisions
lidel 5c4e853
feat(unixfs): add UnixFSProfile for IPIP-499 CID determinism
lidel d28c8e5
feat(files): add DereferenceSymlinks option for IPIP-499
lidel 4ff72d0
chore(unixfs): remove unnecessary uint64 conversions
lidel 6707376
fix(unixfs): align HAMT sharding threshold with JS implementation
lidel ffe1a9c
chore: gofmt and changelog PR references
lidel ebdaf07
fix: nil filter check and thread-safety docs
lidel 3895e9e
fix: correct go-ipfs-chunker URL in comment
lidel 486f900
Add circular symlink test
gammazero 5cf2219
Merge branch 'main' into feat/ipip-499-unixfs-2025
gammazero 3e8339c
feat(unixfs): optimize SizeEstimationBlock and add mode/mtime tests
lidel d6ef697
refactor(unixfs): unify size tracking and make SizeEstimationMode imm…
lidel 6141039
refactor(unixfs): use arithmetic for exact block size calculation
lidel 56cf0ae
Merge remote-tracking branch 'origin/main' into feat/ipip-499-unixfs-…
lidel 009ea0b
docs(unixfs): clarify protobuf tag encoding comments
lidel c95efb5
docs(unixfs): clarify varintLen and negative timestamp encoding
lidel c910c48
fix(mfs): produce raw leaves for single-block files when RawLeaves=true
lidel 54e044f
feat(mfs): add RootOption for chunker, maxLinks, and sizeEstimationMode
lidel 3c593af
test(mfs): add tests for RootOption propagation
lidel ac97424
feat(mfs): add WithMaxHAMTFanout and WithHAMTShardingSize RootOptions
lidel 7884ae2
fix(unixfs/mod): update curNode after sparse expansion
lidel eaaff60
chore: modernize for loops and enhance package docs
lidel c3efc5f
fix(unixfs): preserve mode/mtime during HAMT conversions
lidel e728f8b
fix(mfs): propagate Chunker to parent directories in Mkdir
lidel c6829fe
fix(unixfs): fix CI failures in directory_test.go
lidel 0a22cde
refactor(unixfs): simplify maxLinks check in addLinkChild
lidel 5d1c720
fix(unixfs/mod): check Mode in maybeCollapseToRawLeaf
lidel f34e528
docs(unixfs/mod): add doc.go with package documentation
lidel 1e30b95
Merge remote-tracking branch 'origin/main' into feat/ipip-499-unixfs-…
lidel 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 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.