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

fix: CID.parse(base36) #307

Merged
merged 1 commit into from
Sep 12, 2024
Merged

fix: CID.parse(base36) #307

merged 1 commit into from
Sep 12, 2024

Conversation

lidel
Copy link
Member

@lidel lidel commented Aug 23, 2024

This PR aims to support base36 out of the box, without having to specify base explicitly.

Rationale is that base36 is used across ecosystem for PeerIDs that have to be represented in base36 to fit in a single DNS label (due to limit of 63 characters).

This aims to support base36 out of the box, without having to specify
the 'base' parameter explicitly.

Rationale is that base36 is used across ecosystem for PeerIDs that have
to be represented in base36 to fit in a single DNS label (due to limit
of 63 characters).
@lidel lidel requested a review from rvagg August 23, 2024 16:45
@lidel lidel marked this pull request as ready for review August 23, 2024 16:47
@lidel lidel merged commit 892f198 into master Sep 12, 2024
19 checks passed
@lidel lidel deleted the fix/cid-parde-base36 branch September 12, 2024 18:49
github-actions bot pushed a commit that referenced this pull request Sep 12, 2024
## [13.2.3](v13.2.2...v13.2.3) (2024-09-12)

### Bug Fixes

* CID.parse(base36) ([#307](#307)) ([892f198](892f198))
Copy link

🎉 This PR is included in version 13.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants