8865252daf
Netmap snapshot table caches bootstrap `AddPeer` txs so inner ring node does not produce redundant approval txs for bootstrapped nodes. However if node updates states to `Offline`, then such node should be flagged in snapshot table, so re-bootstrap will actually produce approval tx. `ev.PublicKey.String()` returns uncompressed representation of the node's public key, while snapshot contains compressed values. Therefore the node was not flagged and re-bootstrap tx was not approved by inner ring nodes. Signed-off-by: Alex Vanin <alexey@nspcc.ru> |
||
---|---|---|
.. | ||
core | ||
innerring | ||
local_object_storage | ||
morph | ||
network | ||
policy | ||
services | ||
util |