Commit 954b9c6 1 parent ada15af commit 954b9c6 Copy full SHA for 954b9c6
File tree 6 files changed +3
-8
lines changed
6 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ require (
171
171
172
172
// Below are the long-lived replace of the Cosmos SDK
173
173
replace (
174
+ cosmossdk.io/store => ./store
174
175
// use cosmos fork of keyring
175
176
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
176
177
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ cosmossdk.io/log v1.4.1 h1:wKdjfDRbDyZRuWa8M+9nuvpVYxrEOwbD/CA8hvhU8QM=
14
14
cosmossdk.io/log v1.4.1 /go.mod h1:k08v0Pyq+gCP6phvdI6RCGhLf/r425UT6Rk/m+o74rU =
15
15
cosmossdk.io/math v1.4.0 h1:XbgExXFnXmF/CccPPEto40gOO7FpWu9yWNAZPN3nkNQ =
16
16
cosmossdk.io/math v1.4.0 /go.mod h1:O5PkD4apz2jZs4zqFdTr16e1dcaQCc5z6lkEnrrppuk =
17
- cosmossdk.io/store v1.1.1 h1:NA3PioJtWDVU7cHHeyvdva5J/ggyLDkyH0hGHl2804Y =
18
- cosmossdk.io/store v1.1.1 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
19
17
cosmossdk.io/x/tx v0.13.6-0.20241003112805-ff8789a02871 h1:+lRwWQRVvB3jgRgdqrgeFUJ45BoXZh/UeeAV5f/m2Gk =
20
18
cosmossdk.io/x/tx v0.13.6-0.20241003112805-ff8789a02871 /go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w =
21
19
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ require (
207
207
208
208
// Below are the long-lived replace of the SimApp
209
209
replace (
210
+ cosmossdk.io/store => ../store
210
211
// use cosmos fork of keyring
211
212
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
212
213
// Simapp always use the latest version of the cosmos-sdk
Original file line number Diff line number Diff line change @@ -198,8 +198,6 @@ cosmossdk.io/log v1.4.1 h1:wKdjfDRbDyZRuWa8M+9nuvpVYxrEOwbD/CA8hvhU8QM=
198
198
cosmossdk.io/log v1.4.1 /go.mod h1:k08v0Pyq+gCP6phvdI6RCGhLf/r425UT6Rk/m+o74rU =
199
199
cosmossdk.io/math v1.4.0 h1:XbgExXFnXmF/CccPPEto40gOO7FpWu9yWNAZPN3nkNQ =
200
200
cosmossdk.io/math v1.4.0 /go.mod h1:O5PkD4apz2jZs4zqFdTr16e1dcaQCc5z6lkEnrrppuk =
201
- cosmossdk.io/store v1.1.1 h1:NA3PioJtWDVU7cHHeyvdva5J/ggyLDkyH0hGHl2804Y =
202
- cosmossdk.io/store v1.1.1 /go.mod h1:8DwVTz83/2PSI366FERGbWSH7hL6sB7HbYp8bqksNwM =
203
201
cosmossdk.io/tools/confix v0.1.1 h1:aexyRv9+y15veH3Qw16lxQwo+ki7r2I+g0yNTEFEQM8 =
204
202
cosmossdk.io/tools/confix v0.1.1 /go.mod h1:nQVvP1tHsGXS83PonPVWJtSbddIqyjEw99L4M3rPJyQ =
205
203
cosmossdk.io/x/circuit v0.1.1 h1:KPJCnLChWrxD4jLwUiuQaf5mFD/1m7Omyo7oooefBVQ =
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ Ref: https://keepachangelog.com/en/1.0.0/
31
31
32
32
## v1.1.0 (March 20, 2024)
33
33
34
- ### Improvements
35
-
36
- * [ #19770 ] ( https://github.com/cosmos/cosmos-sdk/pull/19770 ) Upgrade IAVL to IAVL v1.1.1.
37
-
38
34
## v1.0.2 (January 10, 2024)
39
35
40
36
### Bug Fixes
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
6
6
"github.com/cosmos/iavl"
7
+
7
8
idb "github.com/cosmos/iavl/db"
8
9
)
9
10
You can’t perform that action at this time.
0 commit comments