Skip to content

[V125-specific] Remove influence of Jail except for preventing churn-in

Multipartite requested to merge Multi/jail-only-to-block-churn-in into develop

Intended to close #1763
'Deprecate (since for deprecated Yggdrasils only) Active node jailing from keygen judgeLateSigner and keysign failures'.

While writing this I noticed and added a commit for that queryNode currently calls ListActiveValidators even if unnecessary
(should be within the NodeActive conditional, unlike queryNodes where the common result will be used for all Active nodes in the range).

As always, feedback is welcome.

Merge request reports