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

First stab at migrating to CometBFT-rs #190

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Conversation

adizere
Copy link
Contributor

@adizere adizere commented Feb 2, 2024

Closes #189, #194

A work in progress to use the cometbft proto module from BSF
instead of the tendermint.* protos in cosmos-sdk.
This brings cosmos protos up to date with tendermint 0.38, which is the version included by the proto files from the ibc-go checkout.
)
.extern_path(".tendermint", "::tendermint_proto")
.extern_path(".tendermint.abci", "::cometbft_proto::abci::v1beta3")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, this seems more straightforward than I expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants