You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are depending on various parts that are inside ipfs/go-ipfs. This can create issues as we don't track the dependency properly, but rather clone it with a script and pull it in.
Acceptance criteria
These things need to get extracted:
go-ipfs/merkledag
go-ipfs/exchange
go-ipfs/blockservice
go-ipfs/importer
go-ipfs/unixfs
Risks + pitfalls
Where to begin
The text was updated successfully, but these errors were encountered:
Description
Currently we are depending on various parts that are inside ipfs/go-ipfs. This can create issues as we don't track the dependency properly, but rather clone it with a script and pull it in.
Acceptance criteria
These things need to get extracted:
go-ipfs/merkledag
go-ipfs/exchange
go-ipfs/blockservice
go-ipfs/importer
go-ipfs/unixfs
Risks + pitfalls
Where to begin
The text was updated successfully, but these errors were encountered: