Marcin Rataj
Marcin Rataj
> This is part of https://github.com/ipfs/ipfs/issues/470, read that first. ## What IPFS Stewards are renaming go-ipfs to something else :snowflake: :point_right: Feel free to comment in https://github.com/ipfs/ipfs/discussions/471 with name (and...
## TODO Ability to request dag-json or dag-cbor response with: - [ ] `?format=dag-json`, `Accept: application/vnd.ipld.dag-json` - [ ] `?format=dag-cbor`, `Accept: application/vnd.ipld.dag-cbor` - [ ] TDB: should requesting `Accept: application/json`...
## Problem > Suggestion extracted from https://github.com/ipfs/go-ipfs/issues/8650 [SHA1 is considered to be broken](https://en.wikipedia.org/wiki/SHA-1#Attacks), and systems like git moved away from it. IPFS makes migration wa easy thanks to abstraction provided...
`Swarm.ResourceMgr ` was added in https://github.com/ipfs/go-ipfs/pull/8680 as part of https://github.com/ipfs/go-ipfs/issues/8761 epic, but there are some paper cuts around it which we need to address, ideally before shipping it enabled by...
- [ ] switch `Swarm.ConnMgr` config from hardcoded strings to optional types: ```go *OptionalString `json:",omitempty"` // type *OptionalInteger `json:",omitempty"` // low|high water *OptionalDuration `json:",omitempty"` // graceperiod ``` - this allows...
This PR is WIP, do not merge. ### Context We are planning changes to relax some requirements of pinning service API, and will have to re-generate client based on updated...
go-ipfs 0.11 will ship with circuits v2, js-ipfs should be able to talk to them. Ref. https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md
https://github.com/ipfs/ipfs-webui/releases/tag/v2.17.3 states CID `bafybeihfkeactw26tghz7m3puzh4zqlukvft2f7atfdc7t2qmqn2vszhc4` and that CID shows previous release version: > 
`/ipns/en.wikipedia-on-ipfs.org/wiki/` is an UnixFS HAMT-sharded directory with 20M of files. Currently, ipfs-webui tries to open it as it would any other directory, and it ends up with spinner/loader animation looped...