Skip to content

Problem: cosmos SDK v53 is not supported#584

Open
thomas-nguy wants to merge 14 commits intodevelopfrom
thomas/cosmos-v53
Open

Problem: cosmos SDK v53 is not supported#584
thomas-nguy wants to merge 14 commits intodevelopfrom
thomas/cosmos-v53

Conversation

@thomas-nguy
Copy link
Copy Markdown

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@socket-security
Copy link
Copy Markdown

socket-security bot commented Jun 3, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​github.com/​onsi/​gomega@​v1.26.0 ⏵ v1.28.172 +1100100100100
Updatedgolang/​github.com/​crypto-org-chain/​cometbft@​v0.0.0-20241106091515-ce418f845d9a ⏵ v0.0.0-20250203071505-1964da4a0cac75 +110010010070
Updatedgolang/​golang.org/​x/​net@​v0.30.0 ⏵ v0.39.075 +1100 +3100100100
Updatedgolang/​google.golang.org/​grpc@​v1.67.1 ⏵ v1.72.075 +1100100100100
Updatedgolang/​google.golang.org/​protobuf@​v1.35.1 ⏵ v1.36.675 +1100100100100
Addedgolang/​github.com/​mmsqe/​cosmos-sdk@​v0.46.0-beta2.0.20250508131408-4d2040f5b55476100100100100
Updatedgolang/​cosmossdk.io/​api@​v0.7.6 ⏵ v0.9.276 +1100100100100
Updatedgolang/​golang.org/​x/​text@​v0.19.0 ⏵ v0.25.078100100100100
Updatedgolang/​google.golang.org/​genproto/​googleapis/​api@​v0.0.0-20240814211410-ddb44dafa142 ⏵ v0.0.0-20250324211829-b45e905df46380 +1100100100100
Updatedgolang/​github.com/​onsi/​ginkgo/​v2@​v2.7.0 ⏵ v2.13.086100100100100
Updatedgolang/​github.com/​hashicorp/​go-metrics@​v0.5.3 ⏵ v0.5.494 -1100100100100
Updatedgolang/​github.com/​spf13/​cobra@​v1.8.1 ⏵ v1.9.195100100100100
Updatedgolang/​github.com/​stretchr/​testify@​v1.9.0 ⏵ v1.10.096 +1100100100100
Addedgolang/​github.com/​cosmos/​ibc-go/​v8@​v8.7.096100100100100
Updatedgolang/​github.com/​status-im/​keycard-go@​v0.2.0 ⏵ v0.3.3100 +110010010070
Updatedgolang/​github.com/​spf13/​viper@​v1.19.0 ⏵ v1.20.199100100100100
Addedgolang/​github.com/​mmsqe/​cosmos-sdk/​store@​v0.0.0-20250508131408-4d2040f5b55499100100100100
Updatedgolang/​golang.org/​x/​sync@​v0.8.0 ⏵ v0.14.099 +1100100100100
Addedgolang/​github.com/​mmsqe/​cosmos-sdk/​x/​tx@​v0.0.0-20250508131408-4d2040f5b55499100100100100
Updatedgolang/​cosmossdk.io/​x/​upgrade@​v0.1.4 ⏵ v0.2.0-rc.299 +1100100100100
Updatedgolang/​cosmossdk.io/​client/​v2@​v2.0.0-beta.5 ⏵ v2.0.0-beta.5.0.20241121152743-3dad36d9a29e99 +1100100100100
See 11 more rows in the dashboard

View full report

@socket-security
Copy link
Copy Markdown

socket-security bot commented Jun 3, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@thomas-nguy thomas-nguy changed the title Problem: Cosmos SDK v53 is not supported Problem: cosmos SDK v53 is not supported Jun 4, 2025
DisabledAuthzMsgs: []string{
sdk.MsgTypeURL(&evmtypes.MsgEthereumTx{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreateVestingAccount{}),
sdk.MsgTypeURL(&vestingtypes.MsgCreatePermanentLockedAccount{}),
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: do this change in cronos

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 4, 2025

Codecov Report

Attention: Patch coverage is 80.43478% with 9 lines in your changes missing coverage. Please review.

Project coverage is 46.22%. Comparing base (730da6a) to head (f206264).

Files with missing lines Patch % Lines
app/upgrades.go 25.00% 7 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #584      +/-   ##
===========================================
+ Coverage    46.14%   46.22%   +0.08%     
===========================================
  Files          181      181              
  Lines        18183    18134      -49     
===========================================
- Hits          8390     8382       -8     
+ Misses        9073     9030      -43     
- Partials       720      722       +2     
Files with missing lines Coverage Δ
app/ante/eip712.go 59.42% <ø> (ø)
app/ante/handler_options.go 55.93% <ø> (ø)
app/app.go 78.17% <100.00%> (+0.38%) ⬆️
app/export.go 9.19% <100.00%> (ø)
client/keys/utils.go 0.00% <ø> (ø)
rpc/namespaces/ethereum/personal/api.go 0.00% <ø> (ø)
server/config/config.go 23.40% <ø> (-6.70%) ⬇️
server/flags/flags.go 50.00% <ø> (ø)
server/start.go 20.93% <100.00%> (+1.87%) ⬆️
testutil/base_test_suite.go 91.11% <100.00%> (ø)
... and 6 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@randy-cro randy-cro requested a review from a team as a code owner February 6, 2026 06:51
@randy-cro randy-cro requested review from JayT106 and songgaoye and removed request for a team February 6, 2026 06:51
@randy-cro randy-cro changed the title Problem: cosmos SDK v53 is not supported problem: cosmos SDK v53 is not supported Feb 6, 2026
@randy-cro randy-cro changed the title problem: cosmos SDK v53 is not supported Problem: cosmos SDK v53 is not supported Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants