File tree Expand file tree Collapse file tree
modules/light-clients/08-wasm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5959
6060* [ \# 8893] ( https://github.com/cosmos/ibc-go/pull/8893 ) chore(deps): bump ibc-go rc (backport of [ \# 8892] ( https://github.com/cosmos/ibc-go/pull/8892 ) )
6161* [ \# 8891] ( https://github.com/cosmos/ibc-go/pull/8891 ) chore(deps): update to latest sdk & comet rcs (backport of [ \# 8890] ( https://github.com/cosmos/ibc-go/pull/8890 ) )
62- * [ \# 8864] ( https://github.com/cosmos/ibc-go/pull/8864 ) chore(deps): bump sdk dependencies to latest rcs (backport of [ \# 8863] ( https://github.com/cosmos/ibc-go/pull/8864 ) )
62+ * [ \# 8864] ( https://github.com/cosmos/ibc-go/pull/8864 ) chore(deps): bump sdk dependencies to latest rcs (backport of [ \# 8863] ( https://github.com/cosmos/ibc-go/pull/8863 ) )
6363* [ \# 8820] ( https://github.com/cosmos/ibc-go/pull/8820 ) imp!: bump ibc-go to v11 and use sdk.ValidateAuthority
6464* (light-clients/08-wasm)[ \# 8500] ( https://github.com/cosmos/ibc-go/pull/8500 ) Bump ** github.com/prysmaticlabs/prysm/v5** to ** github.com/OffchainLabs/prysm/v6@v6.0.4**
6565
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v11
22
33go 1.25.9
44
5- replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
5+ replace (
6+ github.com/cosmos/ibc-go/v11 => ../../../
7+ github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
8+ )
69
710require (
811 cosmossdk.io/api v1.0.0
Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ github.com/cosmos/gogoproto v1.7.2 h1:5G25McIraOC0mRFv9TVO139Uh3OklV2hczr13KKVHC
250250github.com/cosmos/gogoproto v1.7.2 /go.mod h1:8S7w53P1Y1cHwND64o0BnArT6RmdgIvsBuco6uTllsk =
251251github.com/cosmos/iavl v1.2.8 h1:55F96BGUJ7KT7h+Ky/cEqS+pEvhFqsU4O8Th3F0N1js =
252252github.com/cosmos/iavl v1.2.8 /go.mod h1:FRHN4tO+6crf0p2zsqye+nAbsMgiwdkxpWm18DyP6+Y =
253- github.com/cosmos/ibc-go/v11 v11.0.0 h1:9EIehi88hNP1cCU83NC+J8UXNn+05YZt9eqmnzCQLSg =
254- github.com/cosmos/ibc-go/v11 v11.0.0 /go.mod h1:iWlzLuCu+ctVbQwoVf5z51HE5e/NE8/pwnLVVDmP++4 =
255253github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
256254github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
257255github.com/cosmos/ledger-cosmos-go v1.0.0 h1:jNKW89nPf0vR0EkjHG8Zz16h6p3zqwYEOxlHArwgYtw =
You can’t perform that action at this time.
0 commit comments