shamb0t
shamb0t
Issue to track refactoring log fetching
@satazor has pointed out that currently log.heads return hashes (or cids), log.tails return entries and log.tailHashes (or soon log.tailCids) return hashes/cids while it makes more sense for log.heads and log.tails...
Decouples identity-provider from the access-controller
Calling functions without arguments in several access-controllers fails silently without any error information. An error should be thrown if arguments are missing
Removes `provider` from `identity` Supersedes #49
Closes store after signing to avoid leveldb 'lock held' error
Conflating caps and co-caps?