Skip to content

Commit 13d081d

Browse files
authored
chore: upgrade IAVL to 1.1.4 (#1219)
# Related Github tickets - VolumeFi#1862 # Background This raises IAVL to the latest `1.1.x` dependency. # Testing completed - [x] test coverage exists or has been added/updated - [x] tested in a private testnet # Breaking changes - [x] I have checked my code for breaking changes - [x] If there are breaking changes, there is a supporting migration.
1 parent 1e19cf8 commit 13d081d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/cosmos/btcutil v1.0.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.1.2 // indirect
92+
github.com/cosmos/iavl v1.1.4 // indirect
9393
github.com/cosmos/ics23/go v0.10.0 // indirect
9494
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
9595
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ
383383
github.com/cosmos/gogoproto v1.4.2/go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU=
384384
github.com/cosmos/gogoproto v1.4.12 h1:vB6Lbe/rtnYGjQuFxkPiPYiCybqFT8QvLipDZP8JpFE=
385385
github.com/cosmos/gogoproto v1.4.12/go.mod h1:LnZob1bXRdUoqMMtwYlcR3wjiElmlC+FkjaZRv1/eLY=
386-
github.com/cosmos/iavl v1.1.2 h1:zL9FK7C4L/P4IF1Dm5fIwz0WXCnn7Bp1M2FxH0ayM7Y=
387-
github.com/cosmos/iavl v1.1.2/go.mod h1:jLeUvm6bGT1YutCaL2fIar/8vGUE8cPZvh/gXEWDaDM=
386+
github.com/cosmos/iavl v1.1.4 h1:Z0cVVjeQqOUp78/nWt/uhQy83vYluWlAMGQ4zbH9G34=
387+
github.com/cosmos/iavl v1.1.4/go.mod h1:vCYmRQUJU1wwj0oRD3wMEtOM9sJNDP+GFMaXmIxZ/rU=
388388
github.com/cosmos/ibc-go/modules/capability v1.0.0 h1:r/l++byFtn7jHYa09zlAdSeevo8ci1mVZNO9+V0xsLE=
389389
github.com/cosmos/ibc-go/modules/capability v1.0.0/go.mod h1:D81ZxzjZAe0ZO5ambnvn1qedsFQ8lOwtqicG6liLBco=
390390
github.com/cosmos/ibc-go/v8 v8.2.0 h1:7oCzyy1sZCcgpeQLnHxC56brsSz3KWwQGKXalXwXFzE=

0 commit comments

Comments
 (0)