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

fix: only use public api in http api server #3660

Merged
merged 3 commits into from
Apr 30, 2021

Commits on Apr 30, 2021

  1. fix: only use public api in http api server

    We needed to reach into ipld in order to get at the formats so we can
    deserialize the data.
    
    Instead, put the data as a block and then read it out using ipfs.dag.get.
    
    Slightly inefficient but better to use the public API.
    
    Fixes #3639
    achingbrain committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    d128d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363c844 View commit details
    Browse the repository at this point in the history
  3. chore: add missing dep

    achingbrain committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5ff8aba View commit details
    Browse the repository at this point in the history