We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to build SP retrieval checker module, we need API to retrieve content from the given peer using a given protocol:
fetchCid(cid, multiaddr, protocol)
We can leverage Lassie for the initial implementation and swap it for Rust-native version later.
The text was updated successfully, but these errors were encountered:
How to statically link a Go library to Rust and call Go APIs via FFI: https://radu-matei.com/blog/from-go-to-rust-static-linking-ffi/
Sorry, something went wrong.
Closing as done via #243 and other PRs listed in CheckerNetwork/roadmap#19
bajtos
No branches or pull requests
In order to build SP retrieval checker module, we need API to retrieve content from the given peer using a given protocol:
We can leverage Lassie for the initial implementation and swap it for Rust-native version later.
The text was updated successfully, but these errors were encountered: