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

Switch from bech32 to hex address format #1567

Merged
merged 5 commits into from
Sep 18, 2024
Merged

Switch from bech32 to hex address format #1567

merged 5 commits into from
Sep 18, 2024

Conversation

aaronbuchwald
Copy link
Collaborator

This PR switches from bech32 to a hex address format. Closes #1527.

Bech32 address format was intended to provide a UI improvement, however, I find it creates a worse UX and DevX.

@aaronbuchwald
Copy link
Collaborator Author

Note: the hex address used in this PR does not include a checksum. We should add a checksum (ideally similar to EIP55), but need to make sure there are no licensing issues.

@aaronbuchwald aaronbuchwald self-assigned this Sep 18, 2024
@aaronbuchwald aaronbuchwald marked this pull request as ready for review September 18, 2024 14:41
@aaronbuchwald aaronbuchwald merged commit fd4111b into main Sep 18, 2024
18 checks passed
@joshua-kim joshua-kim deleted the hex-address branch September 18, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from Bech32 Address to Hex Address Format
2 participants