fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Move ipfs into repo, backport debug fixes #560

Closed expede closed 2 years ago

expede commented 2 years ago

Backport a few changes from #536

A note on porting ipfs-haskell to this repo: I went back and forth on this. This is really a consequence of us needing more integration tests in the ipfs package. Including it here in the monorepo is suboptimal for several reasons, including the tendency to couple to the dependency, running the typically unchanging tests on every PR, and so on. This is a purely practical matter of needing to debug the interface "live" from time to time. I don't love it, and hopefully it's temporary, but this is what it is for now.