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

chore: remove node buffers from runtime code #66

Merged
merged 3 commits into from
Jul 28, 2020

Commits on Jul 24, 2020

  1. chore: remove node buffers from runtime code

    Node `Buffers` are subclasses of `Uint8Array` and we don't use any
    `Buffer`-specific functions, so do not demand `Buffer`s where
    `Uint8Array`s will do.
    
    `Buffer`s are still used in the tests because the `Buffer` requirement
    needs pull out of (at least) the `cids` and `multihash` modules first.
    achingbrain committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9243bc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. chore: pr comments

    achingbrain committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2ffabdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b2349 View commit details
    Browse the repository at this point in the history