Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from tendermint-rs to cometbft-rs #3865

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

mzabaluev
Copy link
Contributor

Resolves #3820
Supersedes #3832

Requires cosmos/ibc-proto-rs#190


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

adizere and others added 9 commits February 2, 2024 09:22
I had to add a `features = ["clock"]` to the Cargo.toml
which was not needed before. From what I can tell nothing
changed in cometbft compared to tendermint crate features.

One potential explanation is due to transitive dependencies.
Crate ibc-telemetry depends on ibc-relayer-types which
imports tendermint using `features = ["clock"]` and maybe
this makes the feature available transivitely in telemetry.

To investigate cc @mzabaluev
Multiple errors due to transitive dependencies on tendermint-rs
via ibc-proto crate. Need to upgrade ibc-proto also.
@mzabaluev mzabaluev requested a review from adizere March 4, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt to cometbft-rs
2 participants