File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### Bug Fixes
4+
5+ * [ #1720 ] ( https://github.com/crypto-org-chain/cronos/pull/1720 ) Include the fix of performance regression after upgrade in iavl.
6+
37* Dec 9, 2024*
48
59## v1.4.1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ require (
8989 github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
9090 github.com/cosmos/go-bip39 v1.0.0 // indirect
9191 github.com/cosmos/gogogateway v1.2.0 // indirect
92- github.com/cosmos/iavl v1.2.2 // indirect
92+ github.com/cosmos/iavl v1.2.3 // indirect
9393 github.com/cosmos/ics23/go v0.11.0 // indirect
9494 github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
9595 github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ
391391github.com/cosmos/gogoproto v1.4.2 /go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU =
392392github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fro =
393393github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
394- github.com/cosmos/iavl v1.2.2 h1:qHhKW3I70w+04g5KdsdVSHRbFLgt3yY3qTMd4Xa4rC8 =
395- github.com/cosmos/iavl v1.2.2 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
394+ github.com/cosmos/iavl v1.2.3 h1:XkESLkGuNikscRsIOSlYMsBaE+Ae7QvXt6e2zOoCgwA =
395+ github.com/cosmos/iavl v1.2.3 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
396396github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20240913130017-6b2554360c0e h1:jMqihcJRBdpRrKGOMS1bDyyoo2JoQxv4QmMCwK3HSvI =
397397github.com/cosmos/ibc-go/modules/apps/callbacks v0.0.0-20240913130017-6b2554360c0e /go.mod h1:akR14gsU5YD5S1G5I6lOI7z51OjR1vJko06Rs/3/Ym0 =
398398github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI =
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments