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

runtime: Bump tendermint-rs to 0.29.0 #5190

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

kostko
Copy link
Member

@kostko kostko commented Feb 21, 2023

No description provided.

@kostko kostko force-pushed the kostko/feature/bump-tendermint-0.29.0 branch 2 times, most recently from d63a09d to e43c0a2 Compare February 21, 2023 08:32
@kostko kostko marked this pull request as ready for review February 21, 2023 08:34
@kostko kostko force-pushed the kostko/feature/bump-tendermint-0.29.0 branch from e43c0a2 to 0a48067 Compare February 21, 2023 08:39
VerificationError::invalid_signature(
signed_vote.signature().as_bytes().to_vec(),
Box::new(validator),
sign_bytes.as_ref().into(),
Copy link
Contributor

Choose a reason for hiding this comment

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

We changed the error as now we are using sign_bytes and not Hash::digest_bytes_list(&[TENDERMINT_CONTEXT, &sign_bytes]) anymore. But I think that is not a problem, just saying.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah that's true, but this is a minor thing to pay for not having to maintain a copy of the voting power calculator.

@kostko kostko enabled auto-merge February 21, 2023 09:04
@kostko kostko merged commit 3e83d21 into master Feb 21, 2023
@kostko kostko deleted the kostko/feature/bump-tendermint-0.29.0 branch February 21, 2023 09:09
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.

2 participants