-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on cometbft by copying code
Unfortunately Go's tooling for managing repo fork replacements like tendermint with cometbft does not handle things like a dependency on github.com/tendermint/tendermint/cmd/tendermint, since a replace directive resolves to github.com/cometbft/cometbft/cmd/tendermint, which does not exist in the cometbft repo. This in turn causes dependency issues and multiple version requirements in places like the althea-chain repo. In short, I have unfortunately copied much from github.com/cometbft/cometbft/cmd/cometbft/commands to temporarily alleviate this issue while we still use the v0.45.x line of the sdk.
- Loading branch information
1 parent
f075e81
commit e1e27e1
Showing
4 changed files
with
314 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.