-
Notifications
You must be signed in to change notification settings - Fork 53
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
refactor: Store only key in DAG instead of dockey path #1245
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1245 +/- ##
===========================================
- Coverage 70.70% 70.69% -0.02%
===========================================
Files 182 182
Lines 17225 17221 -4
===========================================
- Hits 12179 12174 -5
- Misses 4117 4118 +1
Partials 929 929
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for having to change cids again 😭. LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
Store only dockey hash instead of whole path in DAG Adjust CIDs in tests
Store only dockey hash instead of whole path in DAG Adjust CIDs in tests
Relevant issue(s)
Resolves #1242
Description
This PR makes deltas to be stored with just dockey hash instead of the whole dockey path.
It means that this PR introduces BREAKING CHANGES and makes previous CIDs invalid.
Tasks
How has this been tested?
Integration tests
Specify the platform(s) on which this was tested: