ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
638 stars 156 forks source link

Implement BlockSync protocol #101

Closed ec2 closed 4 years ago

ec2 commented 4 years ago

BlockSync (https://github.com/filecoin-project/specs/blob/6ab401c0b92efb6420c6e198ec387cf56dc86057/network-protocols.md#blocksync)

ansermino commented 4 years ago

Why does this depend on bitswap? Just not seeing any relation in the spec, from the shared Slack convo it seems we can just do BlockSync

ec2 commented 4 years ago

You know what, i might be mistaken and misread and misunderstood. I believe this is the alternative to GraphSync...