We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EXPIRATION_EPOCH
It was clarified that the expiration epoch is the last epoch for any entity to be valid. See nspcc-dev/neofs-sdk-go#370 and nspcc-dev/neofs-api#253.
Related to nspcc-dev/neofs-node#2097 and nspcc-dev/neofs-node#2099. neofs-cli flags description clarification is in progress.
neofs-cli
The text was updated successfully, but these errors were encountered:
lifetime flags should mean the following: specified --lifetime 10, made 10 epoch ticks, got the last valid epoch for an entity.
lifetime
--lifetime 10
expire-at flags should mean the following: specified --expire-at 10, wait until currEpoch == 10, got the last valid epoch for an entity.
expire-at
--expire-at 10
currEpoch == 10
Sorry, something went wrong.
abereziny
Successfully merging a pull request may close this issue.
It was clarified that the expiration epoch is the last epoch for any entity to be valid. See nspcc-dev/neofs-sdk-go#370 and nspcc-dev/neofs-api#253.
Related to nspcc-dev/neofs-node#2097 and nspcc-dev/neofs-node#2099.
neofs-cli
flags description clarification is in progress.
The text was updated successfully, but these errors were encountered: