mediachain / mediachain-indexer

search, dedupe, and media ingestion for mediachain
33 stars 14 forks source link

include `canonical_ref` of blockchain objects in index #25

Closed yusefnapora closed 7 years ago

yusefnapora commented 7 years ago

Depends on https://github.com/mediachain/mediachain-client/pull/82

gets the canonical ref from the updated canonical_stream method, and inserts it into the index at the canonical_ref key (sibling to latest_ref)

yusefnapora commented 7 years ago

we should set the mediachain-client dependency to 0.1.7 and probably bump the indexer version

parkan commented 7 years ago

Ok push to this branch again and we'll re-merge

yusefnapora commented 7 years ago

I just pushed the dependency bump to master a second ago 😬 It looks like tim set the indexer version to 0.0.14 a few commits back, and we've only published 0.0.12 so far, so we could probably leave the indexer version alone and just publish it as is

parkan commented 7 years ago

Yeah we should get our versioning somewhat more in sync

autoencoder commented 7 years ago

Syncing version numbers - So each time the Indexer changes its REST API and needs a version bump, we should bump the version number of the Client too? Sure, we can do it that way if you guys want :)

parkan commented 7 years ago

Well, I mean at least minor version numbers that are vaguely similar (0.1.x series?)

Small detail but keeps things a bit more consistent