-
Notifications
You must be signed in to change notification settings - Fork 118
proposal: NeoFS block storage format #194
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
base: master
Are you sure you want to change the base?
proposal: NeoFS block storage format #194
Conversation
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.
Index files? Synchronization algorithm?
@AliceInHunterland please update accordingly, this is not likely can be reviewed with any useful suggestions from other coredevs since we know little about neofs, please just follow roman's suggestion |
1c6106c
to
674a1c2
Compare
1231891
to
6c12fbe
Compare
neofs-blocks.mediawiki
Outdated
An [https://rest.fs.neo.org/v1/objects/3RCdP3ZubyKyo8qFeo7EJPryidTZaGCMdUjqFJaaEKBV/by_id/Fu7yQzspvLJwSGJNK64xeeyMdWXtU5B5b1es6KSxUag1 example] | ||
of a block object is as follows: | ||
<pre> | ||
ID: Fu7yQzspvLJwSGJNK64xeeyMdWXtU5B5b1es6KSxUag1 | ||
CID: 3RCdP3ZubyKyo8qFeo7EJPryidTZaGCMdUjqFJaaEKBV | ||
Owner: NVvY1FF67XJ2GTVhy9FqiZGC4jEQtvjmHt |
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.
Is it correct to attach object link as an example? This object/container may be removed in future whereas we expect NEP to be consistent. @roman-khimov?
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.
removed
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.
Example can be a proper example with this data if needed. It doesn't imply any of the IDs are relevant for mainnet or whatever else.
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.
Reverted.
6c12fbe
to
bf44b35
Compare
b02aabe
to
b795db3
Compare
@roman-khimov, let's review one more time. |
Signed-off-by: Ekaterina Pavlova <[email protected]>
b795db3
to
6b50aeb
Compare
LGTM. I prefer to approve the general logic as long as its correct and complete, then polish the format later. |
Signed-off-by: Anna Shaleva <[email protected]>
@neo-project/core let's review this proposal one more time. |
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.
TimeStamp
for upload time seems very similar to BlockTime, maybe useUploadedTime
orStoredAt
instead could be more clear- It's possible to recover a block range 1-1000 ? without 1000 requests?
No description provided.