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

Add support for CIDv1 and Base32 #9

Merged
merged 6 commits into from
Sep 28, 2018
Merged

Commits on Aug 22, 2018

  1. feat: support cidv1b32 in resolver

    - feat: CID support, added resolver.cid
    - feat: basic support for HAMD sharded directory
      - not real support, we need ipfs.resolve for that
    - fix: return data from raw dag without resolv step
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    c733266 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. fix: tests with files.add and cidv1

    Context: ipfs/js-ipfs#1518
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e320884 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. fix: update tests with valid CIDv1

    Old CIDs were invalid as noted in:
    ipfs-inactive/js-ipfs-unixfs-engine#227
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    116255e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. style: remove unused console.log

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    d673593 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. fix: update js-cid to v0.5.5

    cids@0.5.4 now uses class-is and checks for CIDs were failing because
    tests were using the old version.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    826f032 View commit details
    Browse the repository at this point in the history
  2. fix(ci): add test:node

    Our Jenkins setup changed recently and `test` is ignored
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    17cf177 View commit details
    Browse the repository at this point in the history