* refactor: Move Manifest to own module.
* refactor: Modularize orbitdb access controller.
* chore: Check for correct access controller path and modify if necessary.
* fix: Linting.
* refactor: AC interface no longer needed.
* refactor: Move IPFS-specific AC list back into IPFS AC.
* refactor: Explicitly name access controller param.
* refactor: Pass in manifest settings as object.
* refactor: Config access controllers.
* refactor: ACs should expose specific params before being called with generic params.
* feat: Pass write access to root IPFS AC.
* refactor: AC should handle type prefix.
* test: Test for type.
* refactor: Pass generic access to Database (and inheriting dbs).
* refactor: Use AccessControllers module to manage custom ACs.
* chore: Remove excess console logging.
* test: Fix ipfs module import.
* Fix error event test in Sync tests
* Fix race condition
* Debug timeouts
* More tests fixing
* Try running local webrtc-star-signalling server for tests
* Fix sync tests
* Skip Log references tests in the browser tests
* Turn off IPFS console.log output for tests
* Fix replication and sync tests
* Close keystore after tests in IPFSAccessController tests
* Fix error event test in Sync tests
* Fix race condition
* Add entry index to Log
* Clean up storage files
* Fix tests
* Fix linter
* test: Connecting to multiple orbitdb instances and multiple databases. Replicating data across multiple dbs.
* test: Higher level orditdb test. Name is accordingly.
* test: Test multiple db stores.
* test: Delete test dirs.
* feat: buffer all records from iterator.
* fix: Linting.
* test: Re-enable all tests.
* test: Wait for replication to complete on all dbs.
* test: Rename storage test file.
* test: Remove unnecessary tests.
* test: Close dbs.
* test: Count all the connecting peers.
* test: Re-enable skipped tests.
* test: Re-enable all tests.
* test: Wait for final entry when evaluating onSynced.
* test: Check if latest append is head to determine if sync has completed.
* test: Do not rely on order of sync-ed entries.
* docs: Sync-ing notes.
* docs: Simplify dial and pubsub explanation. Formatting.
* refactor: Check for required params.
* docs: Explain initial sync and pubsub updates.
* test: Save updated heads during sync.
* test: Remove extraneous expected entries.
* test: For eventual consistency.
* chore: Remove console.logs. Log errors using error event.
* chore: Remove extraneous asyncs.
* Get browsers tests running
* Clean up replication test
* Setup fixtures for browser tests
* Fix import paths for webpack
* Fix webpack
* Add mocha-headless-chrome to run browser tests
* Add webrtc swarm endpoints for browser test IPFS node configs
* Remove adding pubkey to storage in KeyStore
* Runs browser tests in CI
* Fix import paths again
* Fix failing browser tests
* Fixes