dariusc93 / rust-ipfs

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

Implement graphsync #67

Closed dariusc93 closed 12 months ago

dariusc93 commented 1 year ago

We currently use bitswap, but extending out to graphsync may be helpful in better exchanging of blocks between peers, which may eventually replace bitswap altogether (and possibly build bitswap on top of graphsync so we can have backwards compatibility)

dariusc93 commented 12 months ago

Closing since a different direction may be taken