orbitdb-archive / ipfs-log

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

Use latest IdentityProvider module #198

Closed haadcode closed 5 years ago

haadcode commented 5 years ago

This PR will pull in latest IdentityProvider from https://github.com/orbitdb/orbit-db-identity-provider/pull/13.

It contains changes needed for using the latest version in the tests (the ipfs-log code itself doesn't depend on the module. It also moves test fixture for identity and signing keys under corresponding directories.

haadcode commented 5 years ago

Not sure why the browser tests are failing, will look into it.

haadcode commented 5 years ago

Browser tests should be fixed now.

haadcode commented 5 years ago

Ready for review 👍

haadcode commented 5 years ago

Depends on: