forked from TrueCloudLab/frostfs-node
3aae60d517
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> |
||
---|---|---|
.. | ||
config | ||
invoke | ||
processors | ||
timers | ||
alphabet.go | ||
bindings.go | ||
blocktimer.go | ||
indexer.go | ||
innerring.go | ||
locode.go | ||
rpc.go | ||
settlement.go | ||
state.go |