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

fix: remove format and/or codec options #69

Merged
merged 1 commit into from
Jan 9, 2020
Merged

Commits on Jan 9, 2020

  1. fix: remove format and/or codec options

    IPFS is all `dag-pb` yet we allow passing `dag-cbor` as the format of
    IPLD node to use.  This is likely to break anything that uses it as
    tools expect IPFS stuff to be `dag-pb`, possibly with `raw` leaves.
    
    Closes #67
    
    BREAKING CHANGE:
    
    `--format` and/or `--codec` option has been removed from the CLI, the
    HTTP API and the core API.
    achingbrain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    6c9ddd4 View commit details
    Browse the repository at this point in the history