dappnode / StakingBrain

GNU General Public License v3.0
7 stars 9 forks source link

Do not let user add LIDO keystore if MEV_BOOST is not installed #316

Closed Marketen closed 4 months ago

Marketen commented 4 months ago

Brain can check via global envs http://my.dappnode/global-envs if MEV_BOOST is installed.

Since all LIDO Node Operators should be running MEV, do not let users import a keystore with tag LIDO if MEV_BOOST is not installed.

It is responsibility of the Node Operator to keep MEV_BOOST running and use its relays.

Marketen commented 4 months ago

We can also add this MEV_BOOST check on keystore import for smooth's FR

pablomendezroyo commented 4 months ago

Closed by https://github.com/dappnode/StakingBrain/pull/317