pub(crate) async fn check_cliquenet_info_registered(
membership: &EpochCommittees,
pub_key: &BLSPubKey,
current_version: Version,
stake_table_contract: Option<Address>,
l1_client: &L1Client,
)Expand description
On the version immediately preceding CLIQUENET, log an error if this
validator has a stake-table entry without an x25519 key or p2p address.
Skipped unless StakeTableV3 is deployed (otherwise the operator has no
actionable path), detected via getVersion() on the proxy.