Skip to content

Releases: KYVENetwork/celestia-core

v1.36.0-tm-v0.34.29

09 Feb 10:59
7daa077
Compare
Choose a tag to compare
feat: use new module url

v1.35.0-tm-v0.34.29

09 Feb 10:50
6c7aa11
Compare
Choose a tag to compare
feat: kyve-network

v1.34.0-tm-v0.34.29

09 Feb 09:46
02ab788
Compare
Choose a tag to compare
Update go.mod

v1.29.0-tm-v0.34.29: fix(types): Implement nil check on commit.ValidateBasic (#1094)

09 Feb 10:43
Compare
Choose a tag to compare
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.