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

Buggy OutputChange-consensus-key reporting two keys are being used "for signing blocks" after creating a new consensus-key #2643

Closed
spidey-169 opened this issue Feb 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@spidey-169
Copy link

spidey-169 commented Feb 16, 2024

Changed consensus key using this command.

namadac change-consensus-key --validator $ALIAS--memo $MEMO --signing-keys $WALLET

this created a new key spidey-consensus-key-1 in addition to previous spidey-consensus-key. My validator is currently signing using my original spidey-consensus-key key.

However when I check

namadac change-consensus-key --validator $ALIAS--memo $MEMO --signing-keys $WALLET --consensus-key spidey-consensus-key

I get

The consensus key is already being used.

And with the new key, WHICH IS NOT YET SIGNING

namadac change-consensus-key --validator $ALIAS--memo $MEMO --signing-keys $WALLET --consensus-key spidey-consensus-key-1
The consensus key is already being used.

I know at this time spidey-consensus-key is the only signing blocks, hence its confusing to shwo both consensus keys are being used "to sign blocks" . This was before my validator got jailed which is descriibed in #2642

@spidey-169 spidey-169 added the bug Something isn't working label Feb 16, 2024
@spidey-169 spidey-169 changed the title Change-consensus-key reporting two keys are in consensus set after creating a new consensus-key Buggy OutputChange-consensus-key reporting two keys are being used "for signing blocks" after creating a new consensus-key Feb 16, 2024
@brentstone
Copy link
Collaborator

Thanks. Collecting all issues related to consensus key change UX under one issue #2664, so I'll close this one now.

@spidey-169
Copy link
Author

Thanks. Collecting all issues related to consensus key change UX under one issue #2664, so I'll close this one now.

Thanks for noting this issue. Definitely worth fixing this. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants