Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

fix: replace node buffers with uint8arrays #117

Merged
merged 2 commits into from
Aug 4, 2020
Merged

Commits on Aug 3, 2020

  1. fix: support uint8arrays

    Relaxes input from requiring node `Buffer`s to being `Uint8Arrays`.
    
    This also means that the `.buffer` (now `.byte`) and `.prefix` properties have changed to be `Uint8Array`s.
    
    BREAKING CHANGES:
    
    - node `Buffer`s have been replaced with `Uint8Array`s
    - the `.buffer` property has been renamed to `.bytes` and is now a `Uint8Array`
    - the `.prefix` property is now a `Uint8Array`
    achingbrain committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    cb0eba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cecfb53 View commit details
    Browse the repository at this point in the history