Joonas Koivunen
Joonas Koivunen
mdns
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...
In conformance/test/index.js there's now an "ignore" for windows for pubsub tests because a number of them started to fail with libp2p upgrade in #499. _Originally posted by @koivunej in https://github.com/rs-ipfs/rust-ipfs/pull/499#issuecomment-1085895033_
It's been a while since the last release given all of the dependency churn in the past. While bug/feature-wise there hasn't been much progress, I think a 0.3 could be...
Currently it's a bit of a mess. There are some parts of `libipld` re-exported but that is not enough and we need to depend on `libipld` directly on `http` and...
Following #475, it would appear that for some reason, the cron build did not fail even when the ipfs crates dependencies created a non-solvable situation following [`aesni` crates deprecation](https://docs.rs/crate/aesni/0.99.99), when...
I've managed to install a compatible compilation environment for the root crate in Windows by: 0. install rustup with stable-gnu (stable-msvc linker didn't work, not sure why) 1. install msys2...
We should retry if either the dht query finds no results or none of our existing peers have or give us the block. I'll PR the test case soon enough....
Reproducer for #451 simplest case. I am not yet sure on how to go on fixing this, so keeping this as a draft for now.
This was cut from [the v0.2.0 release](https://github.com/rs-ipfs/rust-ipfs/issues/356) for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting...
See [original comment](https://github.com/rs-ipfs/rust-ipfs/pull/446#issuecomment-767382882). Should at minimum understand why it no longer works.