mediachain / oldchain-client

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

yield tuple of (ref, object) from canonical_stream #82

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

Changes canonical_stream to yield a tuple of (canonical_ref, canonical)

This will let the indexer know about the canonical ref of the objects in the stream. Yields the base58 string form of the canonical ref.

parkan commented 8 years ago

We aren't really doing proper semantic versioning at this point but I think that's OK for rapid iteration