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: key encoding #48

Merged
merged 1 commit into from
Jun 22, 2020
Merged

fix: key encoding #48

merged 1 commit into from
Jun 22, 2020

Conversation

achingbrain
Copy link
Member

The boolean argument to new Key specifies whether to try to clean the key up - remove trailing slashes, etc.

Here we're putting potentially non-printable characters into the key so we don't want to do any such operation.

fixes ipfs/js-ipfs#2930

The boolean argument to `new Key` specifies whether to try to clean
the key up - remove trailing slashes, etc.

Here we're putting potentially non-printable characters into the
key so we don't want to do any such operation.

fixes ipfs/js-ipfs#2930
@achingbrain achingbrain requested a review from vasco-santos June 22, 2020 14:20
Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks for fixing this 👍

@vasco-santos vasco-santos merged commit 7c6c672 into master Jun 22, 2020
@vasco-santos vasco-santos deleted the fix/key-encoding branch June 22, 2020 16:57
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.

Flaky pubsub tests
2 participants