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

No two validators should be permitted to use the same pubkey #1010

Closed
kwunyeung opened this issue May 16, 2018 · 3 comments · Fixed by #1609
Closed

No two validators should be permitted to use the same pubkey #1010

kwunyeung opened this issue May 16, 2018 · 3 comments · Fixed by #1609
Assignees

Comments

@kwunyeung
Copy link
Contributor

After declaring a candidate, the validator node runs well with expected voting power. I then declared another candidate on the same node. Here are the results.

Validator node address: 217763B77127EBA9C94F76F4BBD7457C059B5B69
First candidate address: B6834D914FE50F0C743E6A012AB20438CFADFB95
Second candidate address: 99FFAEE5BF6040EADA2F26548C4A702619797C9F

  1. The candidate being declared successfully.
  2. I can query that 2nd candidate with correct assets.
  3. The voting power of the validator node is still the same as what has been bonded by the 1st candidate.
  4. Amount of coins from the 2nd candidate account has been deducted.

Don't know where the voting power has gone.

@rigelrozanski
Copy link
Contributor

rigelrozanski commented May 16, 2018

@kwunyeung What do you mean by on the same node? On the same server? or from the same wallet address? Or using the same PubKey?

Sounds like a bug, thanks for the submit!

@kwunyeung
Copy link
Contributor Author

On the same server using the same pubkey.

@rigelrozanski
Copy link
Contributor

Cool - this is a bug as no two candidates are permitted to use the same pubkey - the fact that the transaction went through is the bug here

@rigelrozanski rigelrozanski changed the title Unexpected results when declaring more than one candidate on the same validator node (gaia-5001) No two validators should be permitted to use the same pubkey May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants