ipfs / go-ipld-git

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

Fix blob marshalling #37

Closed magik6k closed 5 years ago

magik6k commented 5 years ago

This fixes json marshalling of blobs (https://github.com/ipfs/go-ipfs/pull/5937#issuecomment-456813807).

This was caused by recent change in how we handle blobs - https://github.com/ipfs/go-ipld-git/commit/b058860118b47112ece1b5f443366f6383c96e20#diff-6ccee4307ecb85b212e284c90bafe33cL11