frostfs-node/pkg
Alex Vanin 3aae60d517 [#454] innerring: Increase duration of notary deposit
Extra blocks for notary deposit must not be less than extra blocks
at notary tx rounding.

Consider you make notary deposit every 1000 block for next
1100 blocks. At block 555 you made notary deposit up to 1655.

At block 1554 you want to send notary tx. Notary client uses rounding
to calculate `until` value. By default notary client rounds with up
to 150 block ahead, thus for tx at 1554 `until` will be 1700.

1700 is bigger than deposit limit at 1655 and tx will fail. However
if extra blocks for notary deposit will be 200, then this case
won't be possible.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-04-02 11:26:37 +03:00
..
core [#399] object/fmt: Fix test for tombstone epoch expiration 2021-02-19 16:20:10 +03:00
innerring [#454] innerring: Increase duration of notary deposit 2021-04-02 11:26:37 +03:00
local_object_storage [#438] metabase: Fix saving of object payload in Put 2021-03-22 21:40:27 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#446] morph/client: Remove inner ring list method 2021-03-26 11:53:10 +03:00
network [#444] reputation/grpc: Implement gRPC ReputationServiceServer 2021-04-01 14:54:22 +03:00
policy [#410] pkg/policy: Parse strings in filter key 2021-02-25 11:57:26 +03:00
services [#444] reputation: Implement sign and response servers 2021-04-01 14:54:22 +03:00
util [#448] util/keyer: Prioritize hex decoding over base58 2021-03-26 15:27:55 +03:00