fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Successful transfers over HTTP #107

Closed justindotpub closed 1 year ago

justindotpub commented 1 year ago

A bunch of changes to get to a point where push and pull over http both work, meaning they transfer the requested blocks and don't hang. Much cleanup is needed, but now we can start from working and have tests to run as we refactor.