Skip to content

Smooth out handling of many RC delegations during delegation overflow

Andrzej Lisak requested to merge abw_rc_limit_fix into develop

In case there is more delegations to remove than allowed limit, instead of handling them in one go, the changed code spreads the process for many blocks. The downside is that delegator account is locked out of changes in RC delegations until the process is complete. The limit is the same as used for removing proposal votes (by the way, we should increase it in some future hardfork).

Warning Changes included in this MR require full hived node replay.

Edited by Bartek Wrona

Merge request reports