Marcin Rataj

Results 493 issues of Marcin Rataj

Upstream bug: https://github.com/ipfs/boxo/issues/384 TLDR: if metadata has value other than string, go-pinning-service-http-client fails to deserialize, for example Estuary (@whyrusleeping) wanted to return pin progress like this: ```json "info": { "obj_fetched":...

kind/bug

## Context Right now, it is possible to check only one ID at a time via HTTP GET tot `/pins/{requestid}` ## Proposed enhancement @whyrusleeping suggested adding ability to query status...

help wanted
kind/discussion
need/community-input

Given https://github.com/ipfs/js-ipfs/pull/3588 we should ensure pinning services are useful in browser context. While we could add an endpoint for direct DAG upload, we already have all necessary infrastructure for running...

need/community-input

> Continued from #6, see also #7 Now that #14 is merged, and we got the basic minimum (support for `Authorization: Bearer `) we could discuss ways to improve UX...

P3
dif/expert
effort/weeks
help wanted
kind/architecture
kind/discussion
kind/enhancement
need/analysis
need/community-input
need/maintainers-input
status/deferred

This is a placeholder for deprecating/archiving this repo. For greenfield projects use modern replacement which includes full suite (multicodec, multihash, multibase, and CID): https://github.com/multiformats/js-multiformats/

This PR makes js-ipfs ignore V1 signatures when validating IPNS records, and always require V2. See https://github.com/ipfs/js-ipns/pull/180 for low level details (needs that to be released before merging this) Closes...

> Part of https://github.com/ipfs/specs/issues/314, corresponding Kubo issue: https://github.com/ipfs/kubo/issues/9240 Support for extensible records (and v2 signature) was added in 2021 (https://github.com/ipfs/js-ipns/pull/121). JS-IPFS is producing and preferring updated v2 IPNS records by...

P1
kind/maintenance
need/triage

## Problem Right now, when one tries to open localhost URL and the gateway is down, they get a connection error. ## Improvement proposal IPFS Companion could catch when the...

need/triage

There is a bug in Pinning Service API implementation, `queued` pins show as `pinning` (tested with Kubo 0.14): ```console $ ipfs pin remote ls --service=estuary --status=queued $ ipfs pin remote...

Bug

Context: https://github.com/protocol/bifrost-infra/issues/2018