Skip to content

Backwards compatibility for ipldbridge #82

@jsonsivar

Description

@jsonsivar

Hello - so our project Space (https://github.com/fleekhq/space-daemon) is using both github.com/textileio/textile and go-ipfs. Textile brings in some Filecoin dependencies so there is now a conflict in the expected version of go-graphsync between Filecoin and go-ipfs.

The problem is that since ipldbridge was removed after v0.0.5 in this repo, go-ipfs v0.6.0 still depends on that. Meanwhile the Filecoin dependencies listed here need a newer version of go-graphsync:

463:github.com/filecoin-project/go-fil-markets@v0.3.0 github.com/ipfs/go-graphsync@v0.0.6-0.20200504202014-9d5f2c26a103
537:github.com/filecoin-project/lotus@v0.4.0 github.com/ipfs/go-graphsync@v0.0.6-0.20200504202014-9d5f2c26a103
671:github.com/filecoin-project/go-data-transfer@v0.3.0 github.com/ipfs/go-graphsync@v0.0.6-0.20200504202014-9d5f2c26a103

Are there plans to make this compatible with both Filecoin and IPFS? Apologies if this isn't the best place to post this, maybe it should be done on the Filecoin side but thought I'd start here and get some input before proceeding. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    need/triageNeeds initial labeling and prioritization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions