mediachain / oldchain-client

[DEPRECATED] old mediachain client experiments
MIT License
4 stars 2 forks source link

add ipfs link to translator using version hash #76

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

changes the translator key to be a map with id as the versioned translator id, and link with an ipfs link to the translator (if the version is a valid multihash)

yusefnapora commented 8 years ago

new output example:

"translator": {
      "link": {
        "@link": "QmWsU4MrF28SrYz5Kwdd2i1d1fUozakdUUuHaSUHjNrBcT"
      },
      "id": "getty@QmWsU4MrF28SrYz5Kwdd2i1d1fUozakdUUuHaSUHjNrBcT"
    },
parkan commented 8 years ago

Shouldn't break anything on the indexer, right?

yusefnapora commented 8 years ago

no, the indexer doesn't care about the translator field atm