Temporal icon indicating copy to clipboard operation
Temporal copied to clipboard

IPFS Issue Tracking

Open bonedaddy opened this issue 7 years ago • 17 comments

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

bonedaddy avatar Jun 21 '18 22:06 bonedaddy

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

bonedaddy avatar Jun 21 '18 22:06 bonedaddy

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 avatar Jun 22 '18 20:06 bonedaddy

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

bonedaddy avatar Jun 22 '18 22:06 bonedaddy

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

bonedaddy avatar Jun 22 '18 22:06 bonedaddy

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

bonedaddy avatar Jun 22 '18 22:06 bonedaddy

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

bonedaddy avatar Jun 22 '18 23:06 bonedaddy

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 avatar Jun 22 '18 23:06 bonedaddy

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

bonedaddy avatar Jun 22 '18 23:06 bonedaddy

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

bonedaddy avatar Aug 14 '18 02:08 bonedaddy

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

bonedaddy avatar Aug 21 '18 04:08 bonedaddy

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 avatar Sep 01 '18 08:09 bonedaddy

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

bonedaddy avatar Sep 03 '18 06:09 bonedaddy

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 avatar Sep 05 '18 23:09 bonedaddy

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

bonedaddy avatar Sep 30 '18 03:09 bonedaddy

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

bonedaddy avatar Oct 05 '18 22:10 bonedaddy

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 avatar Dec 11 '18 20:12 bonedaddy

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

bonedaddy avatar Apr 17 '20 07:04 bonedaddy