Skip to content

Commit bf95b8e

Browse files
chore(deps): update cosmos sdk to v0.46.13 (#203) (#206)
## Description Burberry patch for the Ojo Chain --- ### 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 - [ ] added appropriate labels to the PR - [ ] targeted the correct branch - [ ] provided a link to the relevant issue or specification - [ ] 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 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) (cherry picked from commit 3eb3354) Co-authored-by: Adam Wozniak <[email protected]>
1 parent 27816b1 commit bf95b8e

File tree

3 files changed

+48
-40
lines changed

3 files changed

+48
-40
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
4646

4747
## [Unreleased]
4848

49+
### State Machine Breaking
50+
- [203](https://github.com/ojo-network/ojo/pull/203) Update cosmos SDK to v0.46.13 - [barberry](https://forum.cosmos.network/t/cosmos-sdk-security-advisory-barberry/10825)
51+
4952
### Features
5053

5154
- [172](https://github.com/ojo-network/ojo/pull/172) Initial airdrop module ABCI & msg_server

go.mod

+16-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
cosmossdk.io/math v1.0.1
88
github.com/armon/go-metrics v0.4.1
99
github.com/cosmos/cosmos-proto v1.0.0-beta.1
10-
github.com/cosmos/cosmos-sdk v0.46.12
10+
github.com/cosmos/cosmos-sdk v0.46.13
1111
github.com/cosmos/go-bip39 v1.0.0
1212
github.com/cosmos/ibc-go/v5 v5.3.1
1313
github.com/gogo/protobuf v1.3.3
@@ -22,7 +22,7 @@ require (
2222
github.com/spf13/cobra v1.7.0
2323
github.com/spf13/viper v1.15.0
2424
github.com/stretchr/testify v1.8.4
25-
github.com/tendermint/tendermint v0.34.27
25+
github.com/tendermint/tendermint v0.34.28
2626
github.com/tendermint/tm-db v0.6.7
2727
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
2828
google.golang.org/grpc v1.55.0
@@ -46,7 +46,7 @@ require (
4646
github.com/Antonboom/nilnil v0.1.3 // indirect
4747
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4848
github.com/BurntSushi/toml v1.2.1 // indirect
49-
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
49+
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
5050
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
5151
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect
5252
github.com/Masterminds/semver v1.5.0 // indirect
@@ -82,14 +82,14 @@ require (
8282
github.com/containerd/continuity v0.3.0 // indirect
8383
github.com/cosmos/btcutil v1.0.5 // indirect
8484
github.com/cosmos/gorocksdb v1.2.0 // indirect
85-
github.com/cosmos/iavl v0.19.5 // indirect
85+
github.com/cosmos/iavl v0.19.6 // indirect
8686
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
8787
github.com/creachadair/taskgroup v0.3.2 // indirect
8888
github.com/curioswitch/go-reassign v0.2.0 // indirect
8989
github.com/daixiang0/gci v0.10.1 // indirect
9090
github.com/danieljoos/wincred v1.1.2 // indirect
9191
github.com/davecgh/go-spew v1.1.1 // indirect
92-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
92+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
9393
github.com/denis-tingaikin/go-header v0.4.3 // indirect
9494
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
9595
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
@@ -181,7 +181,7 @@ require (
181181
github.com/kisielk/errcheck v1.6.3 // indirect
182182
github.com/kisielk/gotool v1.0.0 // indirect
183183
github.com/kkHAIKE/contextcheck v1.1.4 // indirect
184-
github.com/klauspost/compress v1.15.11 // indirect
184+
github.com/klauspost/compress v1.16.0 // indirect
185185
github.com/kulti/thelper v0.6.3 // indirect
186186
github.com/kunwardeep/paralleltest v1.0.6 // indirect
187187
github.com/kyoh86/exportloopref v0.1.11 // indirect
@@ -197,9 +197,9 @@ require (
197197
github.com/maratori/testpackage v1.1.1 // indirect
198198
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect
199199
github.com/mattn/go-colorable v0.1.13 // indirect
200-
github.com/mattn/go-isatty v0.0.17 // indirect
200+
github.com/mattn/go-isatty v0.0.18 // indirect
201201
github.com/mattn/go-runewidth v0.0.10 // indirect
202-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
202+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
203203
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
204204
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
205205
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
@@ -220,15 +220,15 @@ require (
220220
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
221221
github.com/opencontainers/runc v1.1.5 // indirect
222222
github.com/otiai10/copy v1.6.0 // indirect
223-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
224-
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
223+
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
224+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
225225
github.com/pkg/errors v0.9.1 // indirect
226226
github.com/pmezard/go-difflib v1.0.0 // indirect
227227
github.com/polyfloyd/go-errorlint v1.4.0 // indirect
228228
github.com/prometheus/client_golang v1.14.0 // indirect
229229
github.com/prometheus/client_model v0.3.0 // indirect
230-
github.com/prometheus/common v0.37.0 // indirect
231-
github.com/prometheus/procfs v0.8.0 // indirect
230+
github.com/prometheus/common v0.42.0 // indirect
231+
github.com/prometheus/procfs v0.9.0 // indirect
232232
github.com/quasilyte/go-ruleguard v0.3.19 // indirect
233233
github.com/quasilyte/gogrep v0.5.0 // indirect
234234
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
@@ -259,7 +259,7 @@ require (
259259
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
260260
github.com/stretchr/objx v0.5.0 // indirect
261261
github.com/subosito/gotenv v1.4.2 // indirect
262-
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
262+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
263263
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
264264
github.com/tdakkota/asciicheck v0.2.0 // indirect
265265
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
@@ -289,7 +289,7 @@ require (
289289
go.uber.org/multierr v1.8.0 // indirect
290290
go.uber.org/zap v1.24.0 // indirect
291291
golang.org/x/crypto v0.8.0 // indirect
292-
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
292+
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 // indirect
293293
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
294294
golang.org/x/mod v0.10.0 // indirect
295295
golang.org/x/net v0.10.0 // indirect
@@ -315,5 +315,6 @@ require (
315315

316316
replace (
317317
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
318-
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
318+
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
319+
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28
319320
)

0 commit comments

Comments
 (0)