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

feat: add validation when loading tendermint pubkey #11693

Merged

Conversation

jeremyletang
Copy link
Member

A validator had an issue recently importing their tendermint key in their nodewallet literally importing the pubkey field from the json tendermint config:

{\n    "type": "tendermint/PubKeyEd25519",\n    "value": "PUBKEY"=\n  }

While the nodewallet expects the pubkey only in base64.

@jeremyletang jeremyletang merged commit 605bb60 into develop Sep 17, 2024
18 checks passed
@jeremyletang jeremyletang deleted the feature/add-tendermint-pubkey-validation-on-import branch September 17, 2024 10:53
jeremyletang added a commit that referenced this pull request Sep 17, 2024
…bkey-validation-on-import

feat: add validation when loading tendermint pubkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

3 participants