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

Change ObjectID format from UUID to Hash #38

Closed
realloc opened this issue Aug 7, 2020 · 0 comments · Fixed by #43
Closed

Change ObjectID format from UUID to Hash #38

realloc opened this issue Aug 7, 2020 · 0 comments · Fixed by #43
Assignees
Labels
enhancement Improving existing functionality

Comments

@realloc
Copy link

realloc commented Aug 7, 2020

We need to switch from using UUID as ObjectID to having ObjectID as a commutative Hash of Payload and Headers.

Having UUID as ObejctID was continent at project's early stages, but in NeoFS objects are immutable and we need to reflect that in addressing scheme.

ObjectID should be moved out of Header structure to Object message top level. This also affects the way we create Tombstones and split objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants