Skip to content

Commit

Permalink
Merge PR: expand iavl cache size (#960)
Browse files Browse the repository at this point in the history
* update go.mod

* change version to v0.18.16

Co-authored-by: summerpro <[email protected]>
Co-authored-by: meng <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2021
1 parent 503ae36 commit a578a72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export GO111MODULE=on
GithubTop=github.com


Version=v0.18.15
Version=v0.18.16
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20210811064135-65b96a108112
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-exchain10
github.com/tendermint/iavl => github.com/okex/iavl v0.14.3-exchain
github.com/tendermint/tendermint => github.com/okex/tendermint v0.0.0-20210811065657-69420d6e15cb
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-exchain7
)
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,12 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/okex/cosmos-sdk v0.39.3-0.20210811064135-65b96a108112 h1:HSDGj8kEHC7k85rgW96U+k+85x6WogRQ9sxRpEvkIFQ=
github.com/okex/cosmos-sdk v0.39.3-0.20210811064135-65b96a108112/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/cosmos-sdk v0.39.2-exchain10 h1:j/b72WSvud5Tj0VqtQwyhqR7NoT0jGrQuk/17M7TV5Q=
github.com/okex/cosmos-sdk v0.39.2-exchain10/go.mod h1:IvlniaZoJAtzILHgcmnfaJ5S125TYJWfJvGqY9zSXb4=
github.com/okex/iavl v0.14.3-exchain h1:kwRIwpFD6B8mDDqoaxeUN3Pg2GW0Vr+sA+b86renWcA=
github.com/okex/iavl v0.14.3-exchain/go.mod h1:vHLYxU/zuxBmxxr1v+5Vnd/JzcIsyK17n9P9RDubPVU=
github.com/okex/tendermint v0.0.0-20210811065657-69420d6e15cb h1:2PM3LnwzHTje9COkdU1xrXIj/vngkY8XOmM9xz6cM94=
github.com/okex/tendermint v0.0.0-20210811065657-69420d6e15cb/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/tendermint v0.33.9-exchain6 h1:g2pinlQENrKwryRHwRCLOQygQ5Mq37vqxkEuAKcj72g=
github.com/okex/tendermint v0.33.9-exchain6/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/okex/tendermint v0.33.9-exchain7 h1:YOpKrUt8WT/rTf1WRQag9Hj/9o26F9FVcFOK/5oI0iE=
github.com/okex/tendermint v0.33.9-exchain7/go.mod h1:EoGTbJUufUueNIigY3zyO6f7GOj29OdpFhuR8sxWdSU=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down

0 comments on commit a578a72

Please sign in to comment.