beefy: error logs for validators with dummy keys (#3939)
This outputs:
```
2024-04-02 14:36:02.135 ERROR tokio-runtime-worker beefy: 🥩 for session starting at block 21990151
no BEEFY authority key found in store, you must generate valid session keys
(https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot#generating-the-session-keys)
```
error log entry, once every session, for nodes running with
`Role::Authority` that have no public BEEFY key in their keystore
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- polkadot/node/service/src/lib.rs 13 additions, 12 deletionspolkadot/node/service/src/lib.rs
- substrate/bin/node/cli/src/service.rs 1 addition, 0 deletionssubstrate/bin/node/cli/src/service.rs
- substrate/client/consensus/beefy/src/lib.rs 17 additions, 1 deletionsubstrate/client/consensus/beefy/src/lib.rs
- substrate/client/consensus/beefy/src/tests.rs 2 additions, 0 deletionssubstrate/client/consensus/beefy/src/tests.rs
- substrate/client/consensus/beefy/src/worker.rs 17 additions, 60 deletionssubstrate/client/consensus/beefy/src/worker.rs
Please register or sign in to comment