filecoin-project / dealbot

🤖🤝 A bot for making deals
Apache License 2.0
32 stars 10 forks source link

Move retrieval to v1 api #378

Closed hannahhoward closed 2 years ago

hannahhoward commented 2 years ago

Goals

Get off deprecated APIs

Implementations

Basically, this just takes lotus's retrieval CLI command's code and mashes it up with our existing retrieval code to hopefully produce the same set of updates back to the controller. We don't really have tests for retrieval, so I guess we'll see what it produces.

Hopefully the integration tests run in CI will give us a decent indicator of whether this has successfully done the thing?