DNP_DAPPMANAGER
DNP_DAPPMANAGER copied to clipboard
Prepare dappmanager for multi-service nimbus client
We are going to migrate from monoservice nimbus client to a new version that includes:
-
beacon-chain
-
validator
-
beacon-validator
--> This is a proxy that forwards request following this pattern:
req to beacon-validator:4500 ----------> beacon-chain:3500
req to beacon-validator:3500 ----------> validator: 3500
This PR removes logic related to beacon-validator service
It is important to design a proper migration strategy, as publishing a new Dappmanager version including this changes will cause the previous versions of Nimbus client to fail if selected in the Stakers tab