Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): Implement nil check on commit.ValidateBasic (#1094)
Found in celestia-node header validation check. If a malformed `ExtendedHeader` with a nil Commit is broadcasted through the network, it would cause recipients to panic. We decided the check belongs in core as ValidatorSet also does a nil check.
- Loading branch information