ipfs / go-ipld-git

ipld handlers for git objects
MIT License
57 stars 19 forks source link

Create IPLD-Prime codec that can surplant the ipld-format functionality in this repo #45

Closed willscott closed 3 years ago

willscott commented 3 years ago

Currently, this implements an ipld-format view of blocks containing git data. We need an ipld-prime view of the same data if we want integrate it into IPFS

drgomesp commented 2 years ago

Is there any update on this? Not sure if such implementation can be found anywhere else.

aschmahmann commented 2 years ago

@drgomesp I don't understand the question as indicated two lines above this was done in #46 and closed over a year ago

drgomesp commented 2 years ago

My bad @aschmahmann , I didn't do my research properly. The question comes from my current testing with this library by experimenting with a local filesystem store implementation (fsstore.Store).

Thanks for the prompt response.

aschmahmann commented 2 years ago

No problem. If you're finding yourself having issues check out https://docs.ipfs.tech/community/ and follow the links to ask around on the forums or chat channels.