-
Notifications
You must be signed in to change notification settings - Fork 122
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
consensus failure on cosmos-sdk v0.50.2 and comet v0.38.2 #831
Comments
My guess is that signed vote extension bytes should be included into signed vote: |
This may be troublesome for yubihsm users. This basically will add additional sign request, and taken that you can't stack too many networks on single yubihsm due to single-thread nature, you'll be able to stack even less... (the lgtm alternative is to use the hashicorp vault in-transit signing as soft-hsm) |
for reference, hocrux fix: https://github.com/strangelove-ventures/horcrux/pull/242/files |
@mkaczanowski can you try running this branch and see if it resolves the issue? #837 |
yes, lemme try it |
This is released in v0.13.1 |
Hi folks! With
Much appreciated! |
This is the first report we've gotten of a failure since v0.13.1 is released. The logs from TMKMS when the failure occurred would be very helpful. |
Guessing the chain in question is dydx-testnet, here are some logs. We run tmkms Node itself:
Tmkms:
So seems like it fails the moment the node is trying to sign anything. In this case it's I don't know if it's actually related to the cosmos-sdk v0.50, but the |
If only one would include error in |
|
https://github.com/iqlusioninc/tmkms/pull/837/files#r1494287176 I think tmkms must be modified |
TL;DR
tmkms
signs the vote and then you see the following error:it may be related to:
https://docs.cosmos.network/main/build/abci/vote-extensions
The text was updated successfully, but these errors were encountered: