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
Steps to reproduce
Definition of "done"
The text was updated successfully, but these errors were encountered:
What went wrong?
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 itSteps to reproduce
Definition of "done"
The text was updated successfully, but these errors were encountered: