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

refactor(nodeconfig): Default to Bech32 format for IOTA key pairs #4826

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Alex6323
Copy link
Contributor

@Alex6323 Alex6323 commented Jan 16, 2025

Description of change

Changes the custom serialization/deserialization methods to default to Bech32. Serializes always to Bech32, but tries to deserialize from Bech32 first and if that fails, attempts to deserialize from Base64.

Links to any relevant issues

fixes #3985

How the change has been tested

NOT YET

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apps-backend 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 1:59pm
apps-ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 1:59pm
rebased-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 1:59pm
wallet-dashboard 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 20, 2025 1:59pm

@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[nodeconfig] Switch to bech32 private keys in node configuration
2 participants