berachain / beacon-kit

A modular framework for building EVM consensus clients ⛵️✨
https://berachain.com
Other
77 stars 43 forks source link

feat(validator): Graffiti could fallback to CometBFT moniker if it is unset. #916

Open itsdevbear opened 2 months ago

itsdevbear commented 2 months ago

If a validator doesn't see a graffiti in app.toml we could fallback to using their CometBFT moniker.

Probably should emit a warning log line when this happens

nidhi-singh02 commented 1 month ago

https://github.com/berachain/beacon-kit/pull/1122