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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* cleanup tests
* cleanup example
* remove extra lifetime
* use map instead of match
* remove extra formatting
* rename test, check set properties
* rename Just/Spread to Bytes/Links
* chore: upgrade the libp2p to 0.18.(0|1)
* refactor: fix most of the swarm with todos
mainly leaving the multiple connections case to panic.
* feat: add ability to configure listening addr
the original random listening address is still in place.
* add test case for the panic with two connections
* fix: allow multiple connections in p2p/swarm
* doc: Connection and the any connecting address
* chore: cleanup libp2p patching examples
* refactor: rename SwarmApi::stats
perhaps roundtrip_times is more readable.
* chore: upgrade to libp2p 0.19
* fix: awaiting for binding new listening addresses
the initial implementation didn't actually wait for anything other than
asking the swarm to start listening, but now the await will complete
only after a listening address has actually been bound. this required
some nasty matching on the multiaddr protocol parts which will hopefully
ever be used by test code but ... it works now, at least a bit better.
* fix test on macos, fix unspecified addr handling
not exactly sure how critical this is, but all of the thinking which was
done for "is this Stream impl ok" was based on the assumption that the
Unshared value was Send, as it was but this was never added as a bound.
Adding list to BlockStore trait and cleanup support
Adding list functionality and tests
wip dag put
Update Cargo.toml
Co-Authored-By: Joonas Koivunen <joonas.koivunen@gmail.com>
Delete config
fix: switching back to Vecs
feat: adding list functions to repo and ipfs
feat: working endpoint
fix: more sane newline adding
fix: clippy
fix: cargo fmt
wip: block.rm
cargo fmt
Delete refs.rs
Update lib.rs
Update fs.rs
Update v0.rs
Update v0.rs
Update fs.rs
Update mod.rs
Update mem.rs
Update mem.rs
WIP
fix: removing to_owned
WIP: Got it working but need to implement unshared and then clean up
WIP: Compiling, but empty results probably due to clone
fix: cargo fmt
feat: new result enums and implementation
fix: cargo fmt
wip: 5/8 passing tests, need options and cid in errors
wip: PR comments
fix: last test passing 🎉
fix: cargo fmt
fix: clippy and fmt
chore: socializing things
fix: adding support folder
fix: redundant clone
chore: move HandledErr
chore: fmt and TODO removal
fix: clippy
fix: cargo fmt and clippy
chore: moving to block/options.rs
fix: otiginal Cid
fix: tests
fix: clippy tests
the test case expected mixed cidv0 and cidv1... I didn't see it coming,
and it's quite unfortunate that we cannot support both, but at the same
time I think the end result is ok.