joe petrowski
|
eda5e5c31f
|
Fix Stuck Collator Funds (#4229)
Fixes https://github.com/paritytech/polkadot-sdk/issues/4206
In #1340 one of the storage types was changed from `Candidates` to
`CandidateList`. Since the actual key includes the hash of this value,
all of the candidates stored here are (a) "missing" and (b) unable to
unreserve their candidacy bond.
This migration kills the storage values and refunds the deposit held for
each candidate.
---------
Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: georgepisaltu <george.pisaltu@parity.io>
|
2024-04-23 12:53:20 +00:00 |
|