You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CometBFT returns Null in the JSON response if there is no validator_updates.
Proposed Fix: Add #[serde(with = "serializers::nullable")] to validator_updates just like how EndBlock has it