Skip to content

Commit df82968

Browse files
authored
build(deps): bump cosmos-sdk to v0.47.10 (#1323)
## Description Closes: #XXXX This PR bumps cosmos-sdk to v0.47.10 <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] added `!` to the type prefix if API or client breaking change - [ ] targeted the correct branch (see [PR Targeting](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] provided a link to the relevant issue or specification - [ ] followed the guidelines for [building modules](https://docs.cosmos.network/v0.44/building-modules/intro.html) - [ ] included the necessary unit and integration [tests](https://github.com/desmos-labs/desmos/blob/master/CONTRIBUTING.md#testing) - [ ] added a changelog entry to `CHANGELOG.md` - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc) - [ ] updated the relevant documentation or specification - [ ] reviewed "Files changed" and left comments if necessary - [ ] confirmed all CI checks have passed ### Reviewers Checklist *All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.* I have... - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [ ] confirmed `!` in the type prefix if API or client breaking change - [ ] confirmed all author checklist items have been addressed - [ ] reviewed state machine logic - [ ] reviewed API design and naming - [ ] reviewed documentation is accurate - [ ] reviewed tests and test coverage - [ ] manually tested (if applicable) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated `cosmos-sdk` dependency to version `v0.47.10`. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 3ced38e commit df82968

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
type: deps
2+
module: none
3+
pull_request: 1323
4+
description: Bumped `cosmos-sdk` to `v0.47.10`
5+
backward_compatible: true
6+
date: 2024-04-09T06:35:41.554639766Z

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/cometbft/cometbft v0.37.4
1717
github.com/cometbft/cometbft-db v0.11.0
1818
github.com/cosmos/cosmos-proto v1.0.0-beta.4
19-
github.com/cosmos/cosmos-sdk v0.47.9
19+
github.com/cosmos/cosmos-sdk v0.47.10
2020
github.com/cosmos/go-bip39 v1.0.0
2121
github.com/cosmos/gogoproto v1.4.11
2222
github.com/cosmos/ibc-go/v7 v7.4.0
@@ -349,7 +349,7 @@ replace (
349349
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
350350

351351
// Our cosmos-sdk branch is: https://github.com/desmos-labs/cosmos-sdk v0.47.x-desmos
352-
github.com/cosmos/cosmos-sdk => github.com/desmos-labs/cosmos-sdk v0.47.9-desmos
352+
github.com/cosmos/cosmos-sdk => github.com/desmos-labs/cosmos-sdk v0.47.10-desmos
353353

354354
// Replace the Cosmos Ledger app with the Desmos fork
355355
github.com/cosmos/ledger-cosmos-go => github.com/desmos-labs/ledger-desmos-go v0.12.1-desmos

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ github.com/denis-tingaikin/go-header v0.4.3 h1:tEaZKAlqql6SKCY++utLmkPLd6K8IBM20
487487
github.com/denis-tingaikin/go-header v0.4.3/go.mod h1:0wOCWuN71D5qIgE2nz9KrKmuYBAC2Mra5RassOIQ2/c=
488488
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f h1:U5y3Y5UE0w7amNe7Z5G/twsBW0KEalRQXZzf8ufSh9I=
489489
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f/go.mod h1:xH/i4TFMt8koVQZ6WFms69WAsDWr2XsYL3Hkl7jkoLE=
490-
github.com/desmos-labs/cosmos-sdk v0.47.9-desmos h1:pOg39zIwg7rvvVtFEibvF7c2CBsMlrybNz6XKXA4cWg=
491-
github.com/desmos-labs/cosmos-sdk v0.47.9-desmos/go.mod h1:vsrN9nCwGps9STniADzpJT3CriZghLbqNZjstyym6B8=
490+
github.com/desmos-labs/cosmos-sdk v0.47.10-desmos h1:cpNGyZum0b1TgMwrTT2GCWp4Yc2Gv0Z+0a2jJGI0y+Q=
491+
github.com/desmos-labs/cosmos-sdk v0.47.10-desmos/go.mod h1:rcaMjC9XWv8rxzULMbOHu/dHAO3iMdjQ2fxXpQIKQko=
492492
github.com/desmos-labs/ledger-desmos-go v0.12.1-desmos h1:uYU67f1pZ7Jht/q9cn5sTdeto0J+lRUHIJgmedDGEVM=
493493
github.com/desmos-labs/ledger-desmos-go v0.12.1-desmos/go.mod h1:dhO6kj+Y+AHIOgAe4L9HL/6NDdyyth4q238I9yFpD2g=
494494
github.com/dgraph-io/badger/v2 v2.2007.4 h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o=

0 commit comments

Comments
 (0)