IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
these query types were originally observing what kind of requests
conformance tests do and what kind of requests go-ipfs supports, so
keeping them as there might be some value. to be removed when upgrading
conformance tests.
Includes replacing `upgrade::{write_one, read_one}` with `upgrade::{write_length_prefixed, read_length_prefixed}` respectively, which is a direct consequence of [PR2111](https://github.com/libp2p/rust-libp2p/pull/2111).
466: In-memory reading from tar archives instead of extract to temp folder r=koivunej a=Scondo
Get rid of work with filesystem in fs-unrelated tests.
No more problems like https://github.com/rs-ipfs/rust-ipfs/issues/465 lead to tests failure.
Co-authored-by: Scondo <scondo@mail.ru>
not a nice thing to do but there remains an issue with the dependencies,
and the libp2p tokio-mdns feature is gone. there are also some conflicts
remaining.
427: Further reduction of ipfs-http compilation times, take two r=aphelionz a=koivunej
This PR supercedes #422 as bors couldn't handle the "PR is from removed repository" case, so this is made from a branch which has only the same commit as the previous PR. PR uses the balanced tree approach from warp issue for further compilation time speedups. The commit hash differs because I apparently applied it per githubs instructions on top of different commit than the original seems to be, with different metadata.
Closes#422.
Co-authored-by: Artem Tarasov <artem@devopps.de>
420: docs(http): initial draft of tutorial r=koivunej a=niklaslong
This is a first draft of the tutorial mentioned in #402.
It currently covers:
- installing rust
- configuration of the `IPFS_PATH`
- `-- init`
- `-- daemon`
- `ipfs id` from the go-ipfs CLI
Co-authored-by: Niklas Long <niklas@equilibrium.co>
Copy-and-paste from https://github.com/seanmonstar/warp/issues/619;
Further reduces compilation time (30-40% improvement observed).
Removed "combine_unify" macro since it didn't add any extra benefit.