Fix sync
Fix linter
Fix tests
Clean up
Set default references count to 0
Fix sync
Use address instead of databaseId
Sync protocol
Keep references to open databases in OrbitDB
Fix append benchmark
Initial version of heads exchange
Remove Feed
Fix KeyValuePersisted iterator
Refactor OrbitDBAddress a bit more
Add rest of the database types
Refactor OrbitDB addresses
Initial version for the full circle
Initial structure and tests for new OrbitDB
Make sure KeyStore is open when a Database is created
Re-organize OrbitDB
Use new databases and Log
More clean up
Add 'drop' event to Database
Clean up OrbitDB
Remove id from OrbitDB
Use new KeyStore and Identities
Remove storage from OrbitDB
Remove migrations from OrbitDB
Remove caches from OrbitDB
Remove pubsub from OrbitDB
There's a new release of js-IPFS around the corner, one of the things it
does is turn on pubsub by default so needs a little code tweaking to work.
This PR contains the changes required to get orbit-db working with the
latest release candidate.
package-lock
pointing to branch
more cache management stuff
WIP
Passing tests
Removing static linking
fixing tests and linting
fixing package.json
removing last debugger
removing last debugger
Adding keystore and cache getters
PR comments
Removing extraneous cache management
Package files
Closing caches
using dbAddress as this.caches key
new tests for store management
Working but with slightly different semantics
Rebuild
package-lock
Dependency updates
removeHandler
restoring db.close in replication status test
package.json files
move handler to orbitdb.caches
Test updates
Cache management cleanup
use store.options.directory
requestCache in onLoad and onDrop
add status test
Adding db to this.stores in onLoad and onDrop
Working RC5 before rebase
Updating package-lock
restoring original replicaiton status test
package files
removing keystore getter
more keystore cleanup
typo
pointing to fix/store-performance branch
fix:typo
fix: indentation
test: Changing test to reflect new orbit-store default
Update package.json
test: updating tests
update localstorage-level-migration dep
experiment:Moving keystore up ALL way
orbitdb storage adapter mark 1
fix: more passing tests
more fixes
chore:package-lock.json
reverting mkdir.c for now
package-lock.json for node 10.13
fix: circleci
fix: webpack fs updates
disabling loadCache
Moving storage adapter to its own thing
tests: fixing up
chore: long needed fixing
More linting
tests: fix up look sharp
test: v0 failure only
Reversting lint fixes
fix v0-load test
set cache heads
fix: passing in storage no longer needed
fix: removing artifact from previous merge
fix: honor default keystore and pesky call-by-reference bug
fix: removing directory arg from _addManifestToCache
chore: package-lock
fix: pending drop test
removing directory option for individual dbs
docs: removing directory options
fix: removing line instead of commenting
fix: moving storage setup to createInstance
feat: Upgrading ipfs to 0.36
chore: package-log
fix: restoring onlyHash
workaround: removing memstore from replication tests
fix: this.keystore.close and this.cache.close
chore: removing eslint annotation
chore: package-lock.json
fix: passing preCreate in as option
chore: package files
Fixing package.json
fixing replicate tests
Fixing some tests
Updating orbit-db-store dependency
CircleCI updates - To be obviated via other PR
Restoring ability to pass a custom directory to orbitdb.create
More test fixes
set identity tests fixed
Fixing replication tests
Temporarily disabling concurrency tests
Closing keystore in identities test
Restoring test:all
package.json
More replicate test fixes
successful make rebuild
Linting fixes
Fix default database creation tests
Add more test utils
Remove obsolete public methods from OrbitDB
Workaround for "underlying socket has been closed" error in replication test
Update package-lock
Add tests to make sure a database can be saved and loaded multiple times in a row
Add a test to make sure the correct replication progress is emitted
Add mem-store for faster development testing
Improve tests
Improve logging
Fix replication benchmark
Update packages and build