Fixes for gendb, decoder and claimTrieCache gen. #25

Merged
filipnyquist merged 9 commits from master into master 2017-09-26 20:35:13 +02:00

9 commits

Author SHA1 Message Date
Fillerino
27749a76d0 Updated port
Lets not roll with 80....
2017-09-26 20:30:29 +02:00
Fillerino
d2bc8f2220 Bugfixes...
Fixed status bug and lbrycrdd rpc client not working properly which forced syncing to stop.
2017-09-26 20:27:44 +02:00
Fillerino
4b05a76e28 Added basic status API.
Added a basic status API, will be upgraded later on.
2017-09-26 19:39:03 +02:00
Fillerino
b55d9b5619 Forgot to add os as import. 2017-09-26 19:09:23 +02:00
Fillerino
58ca2ebc23 Added so lighthouse gets the connection details from ~ config.
Added so lighthouse get the configuration for lbrycrdd from the ~/.lbrycrd/lbrycrd.conf file.
2017-09-26 19:08:42 +02:00
Fillerino
c026893c32 Lets stick to base-path for API.
Removed /api/lighthouse from path, updated API doc.
2017-09-26 18:40:33 +02:00
Fillerino
fd7f751523 Fixed creation of claimTrieCache.json.
Fixes #22
2017-09-26 18:11:40 +02:00
Fillerino
a81688ddd1 Made ./gendb.sh idempotent.
Now only created the index once, exit with code 1 if it exists. Resolves #23
2017-09-26 17:52:05 +02:00
Fillerino
c4b57300dd Removed configuration of decoder, using lbrycrd conf from .lbrycrd.
Removed configuration of decoder, using lbrycrd conf from .lbrycrd.
Fixes #21
2017-09-26 17:51:18 +02:00