-
Notifications
You must be signed in to change notification settings - Fork 42
Failed to prevent double sigin when one vote is nil and another is not. #333
Comments
This definitely does look like double signing. I think the issue is here: https://github.com/tendermint/kms/blob/master/src/chain/state.rs#L102 I believe removing the |
@tarcieri Yep. that could fix it. I will rebuild and test it. |
@liangping can you provide any additional info on what you did (nothing, restart service, etc.) to trigger the double sign? |
@mdyring I did not do anything. I just run two validators with diffierent nodeid connected to one tmkms. |
Thank for your clarifying, I've also been testing same setup for gaia-13004 and 5 validators without incident, but was worrying this happened in a single validator/kms setup. :-) |
Can you both try upgrading to tmkms v0.6.1 and see if you're able to reproduce issues like these? |
@tarcieri Sure, I will do it a couple days later. I am testing stablibity of remoting sign. |
I was jailed on kava-testnet by double sign
The reason is that Vote A is nil.
Here are signature logs on tmkms server:
It does work on following situation:
The text was updated successfully, but these errors were encountered: