orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Parallelize calls to permitted and verify in join #261

Closed shamb0t closed 5 years ago

shamb0t commented 5 years ago

Parallelizes calls to permitted and verify in log.join

Uses p-each-series instead of p-map