mediachain / oldchain-client

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

Make rocksdb dependency optional #66

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

This removes rocksdb from requirements.txt, since clients that just want to write or do gets won't need it. If rocks isn't installed, the BlockCache just uses a dictionary to cache blocks in memory.

Also adds a note to the README about the optional rocks dependency.