[#26] object: Replace Epoch to ExtendedHeader

This commit replaces CreationEpoch field to ExtendedHeader message.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-04 19:03:44 +03:00 committed by Stanislav Bogatyrev
parent a28decac39
commit 8e8d9f0982
2 changed files with 3 additions and 3 deletions

View file

@ -31,6 +31,8 @@ message ExtendedHeader {
IntegrityHeader Integrity = 9;
// StorageGroup contains meta information for the data audit
storagegroup.StorageGroup StorageGroup = 10;
// CreationEpoch carries number of NeoFS epoch on which the object was created.
uint64 CreationEpoch = 11;
}
message Tombstone {}
@ -43,8 +45,6 @@ message SystemHeader {
refs.Address Address = 2;
// OwnerID is a wallet address
bytes OwnerID = 3;
// CreationEpoch carries number of NeoFS epoch on which the object was created.
uint64 CreationEpoch = 4;
}
message IntegrityHeader {