File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 77* (versiondb) [ #1491 ] ( https://github.com/crypto-org-chain/cronos/pull/1491 ) Free slice data in HasAtVersion.
88* [ #1489 ] ( https://github.com/crypto-org-chain/cronos/pull/1489 ) Update cometbft to v0.37.7.
99* (versiondb) [ #1498 ] ( https://github.com/crypto-org-chain/cronos/pull/1498 ) Reduce scope of copying slice data in iterator.
10+ * [ #1506 ] ( https://github.com/crypto-org-chain/cronos/pull/1506 ) Update cometbft to latest v0.37.x.
1011
1112* Jun 18, 2024*
1213
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 filippo.io/age v1.1.1
1414 github.com/99designs/keyring v1.2.1
1515 github.com/armon/go-metrics v0.4.1
16- github.com/cometbft/cometbft v0.37.7
16+ github.com/cometbft/cometbft v0.37.9-0.20240703112902-3f438815c797
1717 github.com/cometbft/cometbft-db v0.8.0
1818 github.com/cosmos/cosmos-proto v1.0.0-beta.5
1919 github.com/cosmos/cosmos-sdk v0.47.8
Original file line number Diff line number Diff line change @@ -426,8 +426,8 @@ github.com/cockroachdb/redact v1.1.5/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZ
426426github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd /go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI =
427427github.com/coinbase/rosetta-sdk-go/types v1.0.0 h1:jpVIwLcPoOeCR6o1tU+Xv7r5bMONNbHU7MuEHboiFuA =
428428github.com/coinbase/rosetta-sdk-go/types v1.0.0 /go.mod h1:eq7W2TMRH22GTW0N0beDnN931DW0/WOI1R2sdHNHG4c =
429- github.com/cometbft/cometbft v0.37.7 h1:pwC0PNfGcbKbAKyK/sWm+LwuiYmT00C3bF2nEnnjJ/k =
430- github.com/cometbft/cometbft v0.37.7 /go.mod h1:gFGCFXNGDci6tMLemANPGTfU+j4+oH63PjeLe0iIjJk =
429+ github.com/cometbft/cometbft v0.37.9-0.20240703112902-3f438815c797 h1:rwSmSFz3iWiAjWm1qL0quOkt/wdQpyUjmFzs2i7eueY =
430+ github.com/cometbft/cometbft v0.37.9-0.20240703112902-3f438815c797 /go.mod h1:gFGCFXNGDci6tMLemANPGTfU+j4+oH63PjeLe0iIjJk =
431431github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4 =
432432github.com/confio/ics23/go v0.9.0 /go.mod h1:4LPZ2NYqnYIVRklaozjNR1FScgDJ2s5Xrp+e/mYVRak =
433433github.com/containerd/console v1.0.3 /go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U =
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ schema = 3
126126 version = " v1.0.0"
127127 hash = " sha256-z/0E0NiEGo7zxM7d94ImgUf8P0/KG6hbP9T4Vuym4p0="
128128 [mod ."github .com/cometbft/cometbft" ]
129- version = " v0.37.7 "
130- hash = " sha256-OkJ+yDDF7eO5FBadn/9yGpxEqX6V/331/1NzikitOiA ="
129+ version = " v0.37.9-0.20240703112902-3f438815c797 "
130+ hash = " sha256-mPS1u9G0IJC8eDrHbXSMyGDIGDLxrbWeslzeagPIrk8 ="
131131 [mod ."github .com/cometbft/cometbft-db" ]
132132 version = " v0.0.0-20231011055109-57922ac52a63"
133133 hash = " sha256-iLs/FN1be3AcoyhKj2+b5Msqeat9j2ja4acyOs+w+Uk="
You can’t perform that action at this time.
0 commit comments