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: switch to hex #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Oct 25, 2024

Breaking Changes

  • Author, Namespace and NamespaceSecrets are now encoded and parsed as hex instead of base32

Ref n0-computer/iroh#2841

Copy link

github-actions bot commented Oct 25, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh-docs/pr/2/docs/iroh_docs/

Last updated: 2024-10-25T15:07:20Z

@@ -296,7 +296,7 @@ impl LiveEvent {
/// engine. Changing the default author will not be persisted.
///
/// If set to `Persistent`, the default author will be loaded from and persisted to the specified
/// path (as base32 encoded string of the author's public key).
/// path (as hex encoded string of the author's public key).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break existing installations, right? Not sure what the consequence is of the default author being not readable anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, the future of this is unclear atm

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.

2 participants