mafintosh / hyperdb

Distributed scalable database
MIT License
752 stars 75 forks source link

Fix 'authorized' API #85

Closed hackergrrl closed 6 years ago

hackergrrl commented 6 years ago

Addresses https://github.com/mafintosh/hyperdb/issues/77. This involves looking at the vector clocks of the hyperdb's heads and checking if any of the referenced feeds are the key looked for.

mafintosh commented 6 years ago

Clever (in a good way!) way to fix this :+1: