dariusc93 / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
42 stars 8 forks source link

refactor: Remove sessions and redundant code #255

Closed dariusc93 closed 4 months ago

dariusc93 commented 4 months ago

Due to beetle-bitswap being removed, we no longer need to keep the sessions bits around as it would not be used and any sessions created would be handled by the behaviour internally.

Additionally, we removed redundant dependencies and cleanup logic within unixfs module