Skip to content

Commit

Permalink
bump: CometBFT to update txindex pruning strategy (#316)
Browse files Browse the repository at this point in the history
* bump cometbft to update txindex prune strategy

* update comments
  • Loading branch information
beer-1 authored Dec 12, 2024
1 parent ce46dbd commit e2fbf0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ require (
// initia custom
// use custom version for
// - https://github.com/initia-labs/cometbft/commit/cb3ed4ca9be4d6c55df7df2d927e9b92153bc3e2
replace github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20241106155049-4698d4a37fe1
// - https://github.com/initia-labs/cometbft/pull/14
replace github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20241203094337-c2365d00759c

// cosmos replaces
replace (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ github.com/initia-labs/OPinit v0.6.1 h1:G9ebeYeqPlV9Z2s3JdSWfwQAUgIM+nhkcA8xSJUM
github.com/initia-labs/OPinit v0.6.1/go.mod h1:gDpCh4Zx94mihwgzP/PLav8eVHLroZBu3dFyzCy8iIs=
github.com/initia-labs/OPinit/api v0.6.0 h1:Q3hDHpTd9EqlDfY/OryCKIwuXYWJxGJdGfJicV1RjL4=
github.com/initia-labs/OPinit/api v0.6.0/go.mod h1:gHK6DEWb3/DqQD5LjKirUx9jilAh2UioXanoQdgqVfU=
github.com/initia-labs/cometbft v0.0.0-20241106155049-4698d4a37fe1 h1:Hqxf4a6PfCatz5vCBCovjhn4FwYaooCXIvyv4MM4Wjs=
github.com/initia-labs/cometbft v0.0.0-20241106155049-4698d4a37fe1/go.mod h1:+wh6ap6xctVG+JOHwbl8pPKZ0GeqdPYqISu7F4b43cQ=
github.com/initia-labs/cometbft v0.0.0-20241203094337-c2365d00759c h1:CfiybOL3TFewuyVrMTjDjw5uYRhYLyBT5liRzOP/CGU=
github.com/initia-labs/cometbft v0.0.0-20241203094337-c2365d00759c/go.mod h1:+wh6ap6xctVG+JOHwbl8pPKZ0GeqdPYqISu7F4b43cQ=
github.com/initia-labs/movevm v0.6.1 h1:g+nUX289tou8HaHkwvZIE7KzhVAi+fykpGORItw8j0E=
github.com/initia-labs/movevm v0.6.1/go.mod h1:sj/kXD7mUQASqogPTjqltIr4Uid3xxnlcbfiFvvqeXA=
github.com/jhump/protoreflect v1.15.3 h1:6SFRuqU45u9hIZPJAoZ8c28T3nK64BNdp9w6jFonzls=
Expand Down

0 comments on commit e2fbf0f

Please sign in to comment.