Hannah Howard
Hannah Howard
See: https://github.com/filecoin-project/lotus/pull/2098
Once we get the client hooked up, we fix the construction of data transfer, we need to verify a storage and retrieval deal actually works. Acceptance criteria: - propose a...
once upon a time I decided to run all the tests with go test --race. Apparently, there are problems.
# Goals Given the number of expected breaking changes, it's very much neccesary to setup a v2 release. This is an epic branch to merge big refactor PRs to until...
The README's instructions are well out of date and in need of an update, at minimum so the syntax and instructions are correct. We should also probably add sections about...
As various refactors complete (#310 & #308, etc) wow we sure do need a guide to the architectural decisions of this library and their rationale. It's currently a beast.
# What go-data-transfer does not have any references to filecoin specific concepts. It is intended to be largely protocol and payment scheme nuetral, and could be used over any libp2p...