Move LWW query away from OrbitList to OrbitDB. OrbitList is now just a transport layer.

This commit is contained in:
haad
2016-03-05 10:10:46 +01:00
parent 9c1e811dfe
commit db7e799a87
6 changed files with 117 additions and 121 deletions

View File

@@ -38,7 +38,7 @@ let run = (async(() => {
console.log("---------------------------------------------------")
console.log("Key | Value")
console.log("---------------------------------------------------")
console.log(items.map((e) => `${e.payload.key} | ${e.payload.value}`).join("\n"));
console.log(items.map((e) => `${e.key} | ${e.value}`).join("\n"));
console.log("---------------------------------------------------")
console.log(`Query 2 #${count} took ${timer2.stop(true)} ms\n`);