rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

The InterPlanetary File System (IPFS), implemented in Rust.

Results 66 rust-ipfs issues
Sort by recently updated
recently updated
newest added

Since `/stats/` is not yet implemented, what is the actual node capacity? Is it the disks available space? Thanks

enhancement

This PR replaces floodsub with gossipsub. Left it as a draft as a starting point to get a bit more insight as to if this is the right starting point...

Hi! I am new to this project and to the internals of how ipfs works - but I want to use gossipsub and this crate does not yet have support...

Is it planned to add an ability to mount the Inter Planetary File System to the Unix VFS with FUSE?

enhancement

mdns was disabled during #446 for dependency issues it causes, and additional `async-io` dependency with the latest rust-libp2p. It might be a good idea to look into restoring mdns-tokio feature...

enhancement

error: ```shell cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR run pkg_config fail: "Could not run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`\nThe pkg-config command could not be found.\n\nMost likely, you need to install a pkg-config package for your OS.\nTry...

bug

Hi guys, I'm trying to do my first step using ipfs crate, I created a blank project with the only dependency of ipfs = "0.2.1", unfortunately, it fails to build...

**when compiling a project that uses ipfs as a dep it gives this error** ``` error: failed to select a version for the requirement `aesni = "^0.7"` candidate versions found...

bug

**Describe the bug** TL;DR `Ipld::Map` does not strictly order keys, leading to inconsistency in content hashing between this implementation and `go-ipfs` (and probably others). Strictness errata for DAG-CBOR, including explicit...

bug

In the current state this crate cannot be used to build any application on top of IPFS. We have a use-case which requires private swarms, custom authorisation between peers and...

enhancement