go-ds-crdt.Datastore does implement latest go-datastore
kishansagathiya opened this issue · 3 comments
A new method was added to the Datastore interface
Sync(prefix Key) error
mac@mac distribution % go get github.com/ipfs/go-ds-crdt
github.com/ipfs/go-ds-crdt
/Users/mac/go/pkg/mod/github.com/ipfs/go-ds-crdt@v0.1.7/crdt.go:38:5: cannot use (*Datastore)(nil) (type *Datastore) as type datastore.Datastore in assignment:
*Datastore does not implement datastore.Datastore (missing Sync method)
/Users/mac/go/pkg/mod/github.com/ipfs/go-ds-crdt@v0.1.7/crdt.go:39:5: cannot use (*Datastore)(nil) (type *Datastore) as type datastore.Batching in assignment:
*Datastore does not implement datastore.Batching (missing Sync method)
/Users/mac/go/pkg/mod/github.com/ipfs/go-ds-crdt@v0.1.7/crdt.go:486:32: undefined: dshelp.CidToDsKey
/Users/mac/go/pkg/mod/github.com/ipfs/go-ds-crdt@v0.1.7/heads.go:34:28: undefined: dshelp.CidToDsKey
/Users/mac/go/pkg/mod/github.com/ipfs/go-ds-crdt@v0.1.7/heads.go:138:19: undefined: dshelp.DsKeyToCid
This can be closed now I think, can't it?