boxo icon indicating copy to clipboard operation
boxo copied to clipboard

A set of reference libraries for building IPFS applications and implementations in Go.

Results 147 boxo issues
Sort by recently updated
recently updated
newest added

Bumps libp2p and fixes a breaking change

Adds support for storing and retrieving file mode and last modification time. Support added to: - [X] Files - [X] LinkFiles - [X] Webfiles - [X] Directories - [X] Tar...

P1
kind/enhancement
need/maintainers-input

This is the client and server implementation for the delegated PUTs for peers and providers. See the specification on https://github.com/ipfs/specs/pull/378. There are breaking changes. Check the changelog to know more...

This adds a simple example on how you can use Boxo to verifiably download a file from a trustless gateway. It does not cover the case where we have directories....

skip/changelog

> Posting this early for feasibility feedback. Main use for this would be https://github.com/ipfs/rainbow/issues/125 and fetching from big providers that currently pay high price for supporting bitswap. # TLDR Instead...

need/triage
topic/gateway
topic/bitswap

This PR introduces a `GetMany` blockstore method to compliment the existing `PutMany` method. This is for use in a `GetMany` go-ipld-cbor datastore implementation which, in turn, is for use in...

This PR was originaly submitted to https://github.com/ipfs/go-bitswap/pull/590 Currently, the bitswap network only adds peers to its client/server peer lists that connected after the network has started. This means the network...

need/maintainers-input
status/blocked

As writing files is not really applicable in WebAssembly create a noop filewriter to make compilation possible.

kind/test

# What The session peers are super useful, and also, they aren't publicly available. It would really be great to expose them outside of bitswap. It would be even better...

need/triage

This PR aims to kick-off discussion how we would support [IPIP-462](https://github.com/ipfs/specs/pull/462) in `boxo/gateway`. For more info and header semantics, see https://github.com/ipfs/specs/pull/462 ## proposed scope What I want to do for...