File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ This v0.50.x branch was created at the [eb1a8e88a4ddf77bc2fe235fc07c57016b7386f0
6666
6767* Bump IAVL
6868 * [ #640 ] ( https://github.com/osmosis-labs/cosmos-sdk/pull/640 ) fix: bump IAVL to avoid pruning issues
69+ * [ #641 ] ( https://github.com/osmosis-labs/cosmos-sdk/pull/641 ) fix: bump IAVL to skip broken legacy state
6970
7071* Supply offset fix
7172 * [ #629 ] ( https://github.com/osmosis-labs/cosmos-sdk/pull/629 ) fix: add old supply offset functions
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/cometbft/cometbft v0.38.12
1010 github.com/cosmos/cosmos-db v1.0.2
1111 github.com/cosmos/gogoproto v1.7.0
12- github.com/cosmos/iavl v1.2.5
12+ github.com/cosmos/iavl v1.2.6
1313 github.com/cosmos/ics23/go v0.11.0
1414 github.com/golang/mock v1.6.0
1515 github.com/golang/protobuf v1.5.4 // indirect
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ github.com/cosmos/cosmos-db v1.0.2 h1:hwMjozuY1OlJs/uh6vddqnk9j7VamLv+0DBlbEXbAK
5252github.com/cosmos/cosmos-db v1.0.2 /go.mod h1:Z8IXcFJ9PqKK6BIsVOB3QXtkKoqUOp1vRvPT39kOXEA =
5353github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fro =
5454github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
55- github.com/cosmos/iavl v1.2.5 h1:GY6PphOF8tJbBlrb4TBqBx1SqUsW0OocFAZvV+s003A =
56- github.com/cosmos/iavl v1.2.5 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
55+ github.com/cosmos/iavl v1.2.6 h1:Hs3LndJbkIB+rEvToKJFXZvKo6Vy0Ex1SJ54hhtioIs =
56+ github.com/cosmos/iavl v1.2.6 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
5757github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
5858github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
5959github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
You can’t perform that action at this time.
0 commit comments