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

fix(dag): ensure dag.put() allows for optional options #801

Commits on Jul 3, 2018

  1. fix(dag): ensure dag.put() allows for optional options

    This is to align with API changes made in
    
    ipfs-inactive/interface-js-ipfs-core@011c417
    
    and
    
    ipfs/js-ipfs#1415
    
    License: MIT
    Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
    0x-r4bbit committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    78dd63c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. fix(dag): fixes to allow options to be optional

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    cc7a4f4 View commit details
    Browse the repository at this point in the history
  2. chore: update interface-ipfs-core dependency

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    2ba55ac View commit details
    Browse the repository at this point in the history
  3. chore: update ipfsd-ctl dependency

    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    e3f4017 View commit details
    Browse the repository at this point in the history
  4. fix: increase timeout for addFromURL with wrap-with-directory

    Sadly we can't guarantee ipfs.io will respond within 5s
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    d678a27 View commit details
    Browse the repository at this point in the history