Skip to content

chore: cosmos sdk v0.54.0 upgrade#2620

Closed
technicallyty wants to merge 6 commits intocosmos:mainfrom
technicallyty:technicallyty/v54-update
Closed

chore: cosmos sdk v0.54.0 upgrade#2620
technicallyty wants to merge 6 commits intocosmos:mainfrom
technicallyty:technicallyty/v54-update

Conversation

@technicallyty
Copy link
Contributor

makes some changes for cosmos sdk v0.54.0 and cometbft v2

  • Production code - for types fix, feat, and refactor.
  • Docs - for documentation changes.
  • Others - for changes that do not affect production code.

@github-actions github-actions bot added C:Testing Assigned automatically by the PR labeler C:x/consumer Assigned automatically by the PR labeler C:x/provider Assigned automatically by the PR labeler C:x/types Assigned automatically by the PR labeler C:x/democracy Assigned automatically by the PR labeler labels Jun 11, 2025
if err != nil {
// An error here would indicate that the validator updates
// received from the provider are invalid.
panic(err)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt
func MustPubkeyFromProto(k *v1.PublicKey) crypto.PubKey {
pk, err := encoding.PubKeyFromProto(*k)
if err != nil {
panic(err)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:Testing Assigned automatically by the PR labeler C:x/consumer Assigned automatically by the PR labeler C:x/democracy Assigned automatically by the PR labeler C:x/provider Assigned automatically by the PR labeler C:x/types Assigned automatically by the PR labeler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant