RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
227 stars 40 forks source link

IPFS Issue Tracking #95

Open bonedaddy opened 6 years ago

bonedaddy commented 6 years ago

Meta issue to track gotchas, issues, etc... with IPFS that aren't specifically related to Temporal.

bonedaddy commented 6 years ago

dnsaddr not a valid protocol when using repo/config: https://github.com/ipfs/go-ipfs/pull/5144

bonedaddy commented 6 years ago

All that was needed is updating the dep package ~importing/vendoring github.com/ipfs/go-ipfs/repo/config causes issues: https://github.com/ipfs/go-ipfs/issues/5148~

bonedaddy commented 6 years ago

too many files: https://github.com/ipfs/go-ipfs/issues/3792 https://github.com/ipfs/go-ipfs/issues/2431

bonedaddy commented 6 years ago

memory usage issues: https://discuss.ipfs.io/t/limiting-the-amount-of-memory-go-ipfs-may-use/3211/6

bonedaddy commented 6 years ago

maximum dag block size: https://github.com/ipfs/go-ipfs/issues/4473#issuecomment-350396836 https://github.com/ipfs/go-ipld-git/issues/18

bonedaddy commented 6 years ago

finding out who provides what: https://discuss.ipfs.io/t/how-can-i-see-detailed-file-stats/3193/2?u=postables

bonedaddy commented 6 years ago

hacking on go-ipfs: https://discuss.ipfs.io/t/workflow-for-hacking-on-go-ipfs-dependencies/3110/2 https://github.com/ipfs/go-ipfs/issues/4831

bonedaddy commented 6 years ago

IPFS Files API: https://discuss.ipfs.io/t/how-does-files-api-ipfs-files-command-work/344/5

bonedaddy commented 6 years ago

We are currently having issues with concurrent file adds and pins, see the following issue: https://github.com/ipfs/go-ipfs/issues/5376

bonedaddy commented 6 years ago

Look at wrapping Adds with --local https://github.com/ipfs/go-ipfs/issues/2828

bonedaddy commented 6 years ago

If you are hosting an IPFS node on a cloud provider and get netscan banned this may resolve your issue: https://github.com/ipfs/go-ipfs/issues/1226

bonedaddy commented 6 years ago

gx issues: https://github.com/ipfs/go-ipfs/issues/5410

bonedaddy commented 6 years ago

Bloom filter documentation and its relation to IPFS has been updated https://github.com/ipfs/go-ipfs/blob/0ecfd7843cbc5315193bc9e2dec9c69dc246006a/docs/config.md

At some point we should look through this to think of a viable method of applying bloom filter configs.

bonedaddy commented 5 years ago

Research for TNS, Temporal Name Server : https://github.com/ipfs/notes/issues/250

bonedaddy commented 5 years ago

IPNS LiveStreaming: https://www.youtube.com/watch?v=xDagmiwuOns&feature=youtu.be https://github.com/RTradeLtd/ipfs-livestream

bonedaddy commented 5 years ago

Working with Object::Patch:.... in `go-ipfs-api

Object::Patch::AddLink See https://github.com/ipfs/go-ipfs-api/pull/144 for more information with the effects of --create

bonedaddy commented 4 years ago

Keeping this here for easy finding as i come back to this every once in awhile. How to calculate a multihash of a data chunk wihout actually adding it

https://github.com/RTradeLtd/Temporal/blob/961a4577de1e50943cb84e3ba64d3f4e65cd75e1/utils/multihash.go#L20