-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33e0d51
commit dd6c9a4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Store dockey filed to delta (block) storage | ||
# Store dockey field to delta (block) storage | ||
|
||
To be able to request dockey field on commits, it had to be stored first. | ||
To be able to request dockey field on commits, it had to be stored first. | ||
Composite blocks didn't have dockey field, so it was added to the block struct. | ||
Field blocks had dockey field, but it didn't store the key with it's instance type. | ||
That's why all CIDs of commits needed to be regenerated. | ||
That's why all CIDs of commits needed to be regenerated. |