Skip to content

chore(deps): bump sdk dependencies to latest rcs (backport #8863)#8864

Merged
mattac21 merged 2 commits intorelease/v11.0.xfrom
mergify/bp/release/v11.0.x/pr-8863
Mar 25, 2026
Merged

chore(deps): bump sdk dependencies to latest rcs (backport #8863)#8864
mattac21 merged 2 commits intorelease/v11.0.xfrom
mergify/bp/release/v11.0.x/pr-8863

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Mar 25, 2026

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Include changelog entry when appropriate (e.g. chores should be omitted from changelog).
  • Wrote unit and integration tests if relevant.
  • Updated documentation (docs/) if anything is changed.
  • Added godoc comments if relevant.
  • Self-reviewed Files changed in the GitHub PR explorer.
  • Provide a conventional commit message to follow the repository standards.

This is an automatic backport of pull request #8863 done by [Mergify](https://mergify.com).

* bump sdk dependencies to latest rcs

* e2e

* remove store from wasm

* e2e mod tidy

* 08-wasm rootmulti!

* lintz

* fix snapshotter test by running finalizeblock before commit

* last lint ok

* local replace for ibc-go v11 in 08-wasm

---------

Co-authored-by: Vlad <vlad@cosmoslabs.io>
(cherry picked from commit c0ba765)

# Conflicts:
#	modules/apps/rate-limiting/keeper/blacklist.go
#	modules/apps/rate-limiting/keeper/pending_send.go
#	modules/apps/rate-limiting/keeper/rate_limit.go
#	modules/apps/rate-limiting/keeper/whitelist.go
@mergify mergify bot added the conflicts label Mar 25, 2026
@mergify
Copy link
Contributor Author

mergify bot commented Mar 25, 2026

Cherry-pick of c0ba765 has failed:

On branch mergify/bp/release/v11.0.x/pr-8863
Your branch is up to date with 'origin/release/v11.0.x'.

You are currently cherry-picking commit c0ba7651.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   e2e/go.mod
	modified:   e2e/go.sum
	modified:   go.mod
	modified:   go.sum
	modified:   modules/apps/27-interchain-accounts/controller/keeper/keeper.go
	modified:   modules/apps/27-interchain-accounts/host/keeper/keeper.go
	modified:   modules/apps/callbacks/callbacks_test.go
	modified:   modules/apps/callbacks/ibc_middleware_test.go
	modified:   modules/apps/callbacks/internal/process.go
	modified:   modules/apps/callbacks/testing/simapp/app.go
	modified:   modules/apps/callbacks/testing/simapp/contract_keeper.go
	modified:   modules/apps/callbacks/testing/simapp/export.go
	modified:   modules/apps/callbacks/types/callbacks_test.go
	modified:   modules/apps/callbacks/v2/ibc_middleware_test.go
	modified:   modules/apps/transfer/keeper/grpc_query.go
	modified:   modules/apps/transfer/keeper/keeper.go
	modified:   modules/apps/transfer/keeper/keeper_test.go
	modified:   modules/apps/transfer/keeper/migrations.go
	modified:   modules/core/02-client/keeper/grpc_query.go
	modified:   modules/core/02-client/keeper/keeper.go
	modified:   modules/core/02-client/migrations/v7/expected_keepers.go
	modified:   modules/core/02-client/migrations/v7/solomachine.go
	modified:   modules/core/02-client/migrations/v7/store.go
	modified:   modules/core/02-client/types/store.go
	modified:   modules/core/03-connection/keeper/grpc_query.go
	modified:   modules/core/03-connection/keeper/keeper.go
	modified:   modules/core/03-connection/types/msgs_test.go
	modified:   modules/core/04-channel/keeper/grpc_query.go
	modified:   modules/core/04-channel/keeper/keeper.go
	modified:   modules/core/04-channel/migrations/v10/store.go
	modified:   modules/core/04-channel/migrations/v10/store_test.go
	modified:   modules/core/04-channel/types/msgs_test.go
	modified:   modules/core/04-channel/v2/keeper/grpc_query.go
	modified:   modules/core/04-channel/v2/keeper/keeper.go
	modified:   modules/core/23-commitment/types/commitment_test.go
	modified:   modules/core/23-commitment/types/merkle_test.go
	modified:   modules/core/23-commitment/types/utils_test.go
	modified:   modules/light-clients/06-solomachine/client_state.go
	modified:   modules/light-clients/06-solomachine/misbehaviour_handle.go
	modified:   modules/light-clients/06-solomachine/proposal_handle.go
	modified:   modules/light-clients/06-solomachine/solomachine_test.go
	modified:   modules/light-clients/06-solomachine/store.go
	modified:   modules/light-clients/06-solomachine/update.go
	modified:   modules/light-clients/07-tendermint/client_state.go
	modified:   modules/light-clients/07-tendermint/migrations/expected_keepers.go
	modified:   modules/light-clients/07-tendermint/misbehaviour_handle.go
	modified:   modules/light-clients/07-tendermint/proposal_handle.go
	modified:   modules/light-clients/07-tendermint/store.go
	modified:   modules/light-clients/07-tendermint/update.go
	modified:   modules/light-clients/07-tendermint/update_test.go
	modified:   modules/light-clients/07-tendermint/upgrade.go
	modified:   modules/light-clients/08-wasm/go.mod
	modified:   modules/light-clients/08-wasm/go.sum
	modified:   modules/light-clients/08-wasm/internal/types/store.go
	modified:   modules/light-clients/08-wasm/internal/types/store_test.go
	modified:   modules/light-clients/08-wasm/keeper/contract_keeper.go
	modified:   modules/light-clients/08-wasm/keeper/keeper_test.go
	modified:   modules/light-clients/08-wasm/keeper/querier.go
	modified:   modules/light-clients/08-wasm/keeper/snapshotter.go
	modified:   modules/light-clients/08-wasm/keeper/snapshotter_test.go
	modified:   modules/light-clients/08-wasm/testing/simapp/app.go
	modified:   modules/light-clients/08-wasm/testing/simapp/export.go
	modified:   modules/light-clients/08-wasm/testing/simapp/test_helpers.go
	modified:   modules/light-clients/08-wasm/testing/simapp/upgrades.go
	modified:   modules/light-clients/08-wasm/types/expected_keepers.go
	modified:   modules/light-clients/08-wasm/types/gas_register.go
	modified:   modules/light-clients/08-wasm/types/gas_register_custom.go
	modified:   modules/light-clients/08-wasm/types/store.go
	modified:   modules/light-clients/08-wasm/wasm_test.go
	modified:   modules/light-clients/attestations/client_state.go
	modified:   modules/light-clients/attestations/store.go
	modified:   modules/light-clients/attestations/update.go
	modified:   simapp/app.go
	modified:   simapp/export.go
	modified:   simapp/go.mod
	modified:   simapp/go.sum
	modified:   simapp/upgrades.go
	modified:   testing/simapp/app.go
	modified:   testing/testing_app.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	deleted by us:   modules/apps/rate-limiting/keeper/blacklist.go
	deleted by us:   modules/apps/rate-limiting/keeper/pending_send.go
	deleted by us:   modules/apps/rate-limiting/keeper/rate_limit.go
	deleted by us:   modules/apps/rate-limiting/keeper/whitelist.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release/v11.0.x@f53da27). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/v11.0.x    #8864   +/-   ##
==================================================
  Coverage                   ?   67.21%           
==================================================
  Files                      ?      288           
  Lines                      ?    15417           
  Branches                   ?        0           
==================================================
  Hits                       ?    10363           
  Misses                     ?     4433           
  Partials                   ?      621           
Flag Coverage Δ
08-wasm 65.04% <100.00%> (?)
ibc-go 67.29% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mattac21 mattac21 merged commit db1d5bd into release/v11.0.x Mar 25, 2026
53 checks passed
@mattac21 mattac21 deleted the mergify/bp/release/v11.0.x/pr-8863 branch March 25, 2026 20:38
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.

2 participants