Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

fix: remove node buffers #39

Merged
merged 3 commits into from
Jul 29, 2020
Merged

fix: remove node buffers #39

merged 3 commits into from
Jul 29, 2020

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Jul 28, 2020

This module didn't have a lot of buffer use in the first place,
but we remove any references to buffers in favour of Uint8Arrays.

When querying, values come back as Buffers which are Uint8Arrays so
the conversion was unnecessary.

Depends on:

BREAKING CHANGE: remove node buffers in favour of Uint8Arrays

This module didn't have a lot of buffer use in the first place,
but we remove any references to buffers in favour of Uint8Arrays.

When quering, values come back as Buffers which are Uint8Arrays so
the conversion was unecessary.

Depends on:

- [ ] ipfs/interface-datastore#43
- [ ] ipfs/js-datastore-core#27

BREAKING CHANGE: remove node buffers in favour of Uint8Arrays
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.

Looks good to me.

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.

Looks good! Pending dependencies merged, released and changed here

@achingbrain achingbrain merged commit 19fe886 into master Jul 29, 2020
@achingbrain achingbrain deleted the fix/remove-node-buffers branch July 29, 2020 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants