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: swap node buffers for uint8arrays #249

Merged
merged 3 commits into from
Aug 5, 2020

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Jul 30, 2020

Upgrades all the datastores to get/put Uint8Arrays instead of node
Buffers.

Depends on:

BREAKING CHANGES:

  • Swaps out node Buffers for Uint8Arrays

Upgrades all the datastores to get/put `Uint8Array`s instead of node
`Buffer`s.

BREAKING CHANGES:

- Swaps out node `Buffer`s for `Uint8Array`s
@Fakerr
Copy link

Fakerr commented Jul 30, 2020

Curious here. Since this PR depends on another ones, would you be interested by this Github app that I built that prevents PRs with "Depends on" from being merged before their dependencies ? Do you think it's something that can help you in your projects ? cc @achingbrain

Copy link

@Gozala Gozala left a comment

Choose a reason for hiding this comment

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

This is exciting!

@achingbrain achingbrain merged commit ea405b5 into master Aug 5, 2020
@achingbrain achingbrain deleted the fix/swap-node-buffers-for-uint8arrays branch August 5, 2020 07:04
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.

3 participants