-
Notifications
You must be signed in to change notification settings - Fork 270
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
Patch missing functionality needed for app in tendermint v0.35 #747
Conversation
7760c10
to
96e4ca1
Compare
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.
CI failing. Proto breaking is unexpected too.
unfortunately, there are quite a few tests in v0.35 that are flaky atm. I'm also still unsure why the proto is still breaking. We did the same changes as #716, but its still breaking. I'll merge for now, as this is blocking, but we should still investigate further. Worst case scenario we can remove the proto breakage test, but I would prefer to find out why obvi |
…tiaorg#747) * pass the entire block data while processing proposal * remove malleated txs from the prioritized v1 mempool * patch flaky test * spelling Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com> * spel Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com> * fix old spelling error * use correct repo when comparing proto files Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
Description
When upgrading celestia-core, I missed some basic functionality that is needed to update the app.
This PR:
ProcessProposal