Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

refactor: export CID instances not strings or buffers #19

Merged
merged 4 commits into from
Mar 8, 2019

Commits on Feb 27, 2019

  1. refactor: export CID instances not strings or buffers

    This PR updates the exporter to remove the `hash` property and replace it with a `cid` property in exported objects.
    
    refs ipfs-inactive/interface-js-ipfs-core#394
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    028c8f5 View commit details
    Browse the repository at this point in the history
  2. docs: update the docs

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    2cff9a6 View commit details
    Browse the repository at this point in the history
  3. fix: yield cid not hash for raw

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    2a973f7 View commit details
    Browse the repository at this point in the history
  4. test: add test to ensure an exported raw leaf has a cid

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    d3862a3 View commit details
    Browse the repository at this point in the history