-
Notifications
You must be signed in to change notification settings - Fork 192
feat: implement optimized vector of CIDs #3275
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
84b740c
[WIP] draft changes
08d9345
[WIP] `CidVec` updates
738c0cd
changes to `Tipset::cids` and `quickcheck`
3e82f76
updates to `cid_vec`
4adae1a
resolve issue with `From` impl
27d655c
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
97dc34f
fix issues from merge conflict resolution
f7a1680
update `CidVec` (de)serialization
b0184d8
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
02f7ee2
fix issues from merge conflict resolution
455625a
modify (de)serialization
064a6ad
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
0057d8d
rm unused import
e89e123
add doc comments
24cf7db
Apply suggestions from code review
e175e17
changes from initial code review
fe015b5
rm `cids()` method
5d6151d
replace `CidVec` with `FrozenCids`
f03c98c
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
bf55861
resolve issue in new `benchmark_cmd`
e825824
update code documentation
f72fb81
cargo fmt
883ad0e
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
23a6dbb
update from merge conflict
2ed5647
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
6c2ba6b
modify `FrozenCids` implementation
2204e19
Apply suggestions from code review
5513c48
update `Inline` instances
48c5506
modify `CidVariant` to replace `SmallCid`
2bbf9ef
spellcheck
709f3ab
additional changes from code review
71b9cac
modify `IntoIterator` impl
90d2b1f
some changes from code review
487ef9b
code review change: modify (de)serialization impl
1b0d306
Apply suggestions from code review
bf05dbe
Merge branch 'main' into jdjaustin/issue-3232-impl-opt-cidvec
65e9fb1
fix JSON issues
a276249
changes from code review
bb0fb89
derive `Arbitrary` for `CidVariant`
d7a9e31
derive `Arbitrary` for `FrozenCids`
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,6 +55,7 @@ milliGas | |
| multihash | ||
| multisig | ||
| mutex | ||
| overallocation | ||
| P2P | ||
| parsable | ||
| pointer/SM | ||
|
|
||
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
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
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
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
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.