Marcin Rataj
Marcin Rataj
## Problem Lack of signing on Windows means that when a binary is run for the first time and tries to access networking it gets Windows Defender Firewall warning with...
#367 introduced macos signing, which appends signature to the end of binary. Would be useful to expand https://github.com/ipfs/distributions/blob/master/README.md#notes-on-reproducible-builds section with info how to undo signing and get the original binary,...
Right now we only sign releases (#367), but we could sign every nighly dist by reusing `scripts/ci/sign-new-macos-releases.sh`. The challenge is to figure out how to do multi-stage build based on...
Petar created workflow for synchronizing go-ipfs assets from dist.ipfs.io and attaching any missing ones to Github Release in go-ipfs repo (https://github.com/ipfs/go-ipfs/pull/8494) I reused it in https://github.com/libp2p/go-libp2p-relay-daemon/pull/11 for https://github.com/libp2p/go-libp2p-relay-daemon To avoid...
This is a placeholder issue to support [trustless and verified HTTP retrieval](https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval) of migrations. It was already implemented in https://github.com/ipfs/kubo/pull/10324/, remaining work is to backport that work to this repo,...
## Problem https://github.com/ipfs/go-ipfs/pull/8183 introduced a breaking change where pubsub topic name is expected to be a multibase string, but the type of the field remains to be `string`. [ipfs-docs/http-api-docs](https://github.com/ipfs/ipfs-docs/tree/main/tools/http-api-docs) reads...
> Part of https://github.com/ipfs/ipfs/issues/337, initially proposed in https://github.com/ipfs/go-ipfs/issues/4143#issuecomment-1098100146 Switching to `v1CidPrefix` in [`CidBuilder()`](https://github.com/ipfs/go-merkledag/blob/0545ec1945ce3a33014845cbb74ad42d311ddc7a/node.go#L87-L93) sounds like a good way to ensure the ecosystem moves to CIDv1 (https://github.com/ipfs/go-merkledag/network/dependents ) ## How to...
### TLDR > Part of https://github.com/ipfs/go-ipfs/issues/6621, high impact: unbocks enabling fast IPNS, pubsub, and mitigating IPNS link rot by reproviding records ### Rationale We want go-ipfs users in desktop use...
## Problem `Reprovider.Strategy` settings `roots` and `pinned` are currently ignoring content implicitly pinned via MFS. We start prioritizing pin announcements in `all` since https://github.com/ipfs/kubo/pull/10376, and it is a pity MFS...
We are at 19.x which is no longer receiving maintenance. Latest one is 29. - https://www.electronjs.org/docs/latest/tutorial/electron-timelines There has been a long list of breaking changes between 19 and 29, and...