Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: do not accept single items for ipfs.add #3900

Merged
merged 5 commits into from
Sep 29, 2021

Commits on Sep 28, 2021

  1. fix: do not accept single items for ipfs.add

    The types allow passing single items to `ipfs.addAll` and multiple items
    to `ipfs.add`.
    
    Instead, only accept single items to `ipfs.add` and streams of item to
    `ipfs.addAll` and fail with a more helpful error message if you do not
    do this.
    achingbrain committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    908f928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2941b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a86b1be View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    82ad31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de7616a View commit details
    Browse the repository at this point in the history