-
Notifications
You must be signed in to change notification settings - Fork 329
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
Update to tendermint v0.17.1 #516
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks Romain!
Doh! Just got a panic doing more packet testing.
|
This is due to the fork detector being re-enabled in this branch (we don't bypass the supervisor anymore). As discussed on Slack, let's merge as-is and track+fix this issue separately. |
Tracked on the tendermint-rs side in informalsystems/tendermint-rs#782 |
* Update to tendermint-rs v0.17.1 * Add missing call to .into() * Update changelog * Formatting
Closes: #517
Description
tendermint-rs
dependencies to v0.17.1patch.crates-io
workspace override to point to theibc
branch in tendermint-rs (which includes backward verification).into()
call (not clear why that's only just broken down)For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.