forked from cosmos/ibc-go
-
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.
update tendermint dependency to cometbft 0.34.x w/ fraud proofs (cosm…
…os#955) Since cosmos-sdk release/v0.45.x and release/0.46.x only depend on cometbft v0.34.x, i have pushed a branch v0.34.x to https://github.com/rollkit/cometbft/tree/v0.34.x and applied the fraud proof changes from rollkit/tendermint. This PR is simply replacing the `github.com/tendermint/tendermint` with `github.com/rollkit/cometbft v0.0.0-20230523181933-31b0a76c97d9` which corresponds to latest commit from https://github.com/rollkit/cometbft/tree/v0.34.x. This builds without any issues, however some tests are failing and needs to be fixed. After this, we can release rollkit with this cometbft change and sync our cosmos-sdk forks (release/v0.45.x and release/v0.46.x) and also add the newly released rollkit (w/ cometbft). rollkit/rollkit#793 PR and https://github.com/rollkit/cometbft/tree/rollkit/v0.37.0 is still needed when we add support for cosmos-sdk release/v0.47.x, which uses module `github.com/cometbft/cometbft` path and not `github.com/tendermint/tendermint` --------- Co-authored-by: Ganesha Upadhyaya <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
- Loading branch information
1 parent
e90a07b
commit eb66b72
Showing
2 changed files
with
35 additions
and
42 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
Oops, something went wrong.