filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

stop relying on the deprecated go-libp2p-core package #773

Open marten-seemann opened 1 year ago

marten-seemann commented 1 year ago

We moved all of the go-libp2p-core packages into go-libp2p. This makes future updates a lot easier, but it means we'll have to adjust import paths once now.

neelvirdy commented 1 year ago

@marten-seemann are you still tracking this? running into blockers updating dependencies on filclient and this would help unblock me

marten-seemann commented 1 year ago

This PR should be good to go? Looks like it needs to be rebased though. Want to take it over?

neelvirdy commented 1 year ago

sure, recreated here https://github.com/filecoin-project/go-fil-markets/pull/777