[#1377] oid, cid: Upgrade SDK package

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-05-12 19:37:46 +03:00 committed by LeL
parent f65898a354
commit f15e6e888f
118 changed files with 1455 additions and 886 deletions

View file

@ -32,11 +32,13 @@ func (exec *execCtx) formTombstone() (ok bool) {
return false
}
id, _ := exec.address().ObjectID()
exec.tombstone = object.NewTombstone()
exec.tombstone.SetExpirationEpoch(
exec.svc.netInfo.CurrentEpoch() + tsLifetime,
)
exec.addMembers([]oidSDK.ID{*exec.address().ObjectID()})
exec.addMembers([]oidSDK.ID{id})
exec.log.Debug("forming split info...")