myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

Support Filecoin data transfer protocol #11

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

This only includes free retrieval support. This protocol adds an additional network handler for sending deal proposal responses. Deal requests should be sent as graphsync extensions. Deal proposals should be validated and transfers blocked if validator conditions aren't met.

tchardin commented 2 years ago

Solved by #18