-
Notifications
You must be signed in to change notification settings - Fork 486
fix: consensus timeouts #6203
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
base: main
Are you sure you want to change the base?
fix: consensus timeouts #6203
Conversation
…the node (celestiaorg#6179)" This reverts commit b81f61c.
|
Reproduced the issue. |
|
|
On a v5.x binary I get the expected behavior: On a v6 binary (with multiplexer) with app version 5 I get unexpected behavior: The timeout_commit is wrong. Also timeout_propose_delta should likely also be 0. |
|
Had to use a modified v5.x binary to get helpful debug logs There's a bug! We're converting from timeout_commit -> timeout_propose_delta! |
|
We made a breaking change to protos 🤯 |
|
Ready for review. Can't be merged though |
Closes #6178
Blocked on celestiaorg/celestia-core#2646
Testing
Locally on a single-node upgrade script