Releases: KYVENetwork/celestia-core
Releases · KYVENetwork/celestia-core
v1.36.0-tm-v0.34.29
feat: use new module url
v1.35.0-tm-v0.34.29
feat: kyve-network
v1.34.0-tm-v0.34.29
Update go.mod
v1.29.0-tm-v0.34.29: 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.