Summary
Fixed a bug where the operator would register a brand-new validator instead of topping up one that had just been registered.
The operator is supposed to fund freshly registered 0x02 (compounding) validators while their deposits are still being processed by the CL pending deposits queue. Due to a bug, those validators were being silently skipped — so instead of topping them up, the operator would register an additional new validator.
Affected: operators running 0x02 validators. Upgrade recommended.
What's Changed
- Allow funding for unregistered consensus validators by @cyc60 in #735
- Release v4.1.14 by @cyc60 in #736
Full Changelog: v4.1.13...v4.1.14