Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v7 wip * missing getter on CoreTracker * forward user preload to core * add back sessions and namespaces * missing encryption key * must wait for root in sessions * or null * decode keys * add some compat fields * wait should default to true * root core store closes all cores * switch to rocksdb branch * update package.json * primaryKey can be optionally passed in * global cache * support setNamespace for mutating the ns if you know what you are doing * Fix namespace before ready (#98) * add hanging namespace test * fix deadlock --------- Co-authored-by: Mathias Buus <mathiasbuus@gmail.com> * add week ref test * kill bootstrap and move to simple from key (#100) * kill bootstrap and move to simple from key * kill more * serial line killer * test for preready sessions * missing close * Session manager (#101) * wip * fix mutation during iteration * move ready down * limit preload usage (#102) * Support passing encryption in preload (#103) * support passing encryption from preload * init isBlockKey also * forward writable option --------- Co-authored-by: Mathias Buus <mathiasbuus@gmail.com> * pre tag with 7 * cores.get supports buffers * Fix get (#104) * we fixed the wrong typo * add watch/unwatch for monitoring core flows * pin to specific hash tmp * v7 bump to hypercore 11 (#105) * bump to hypercore 11 * updated storage api * remove stale arg * correctly set primary key if parallel * condense * this.primaryKey may be set in constructor * tweak core setup to use alias and fix open * test aliases * docs * also decode dkey since public * basic replication test --------- Co-authored-by: Christophe Diederichs <chm-diederichs@protonmail.com> Co-authored-by: Christophe Diederichs <45171645+chm-diederichs@users.noreply.github.com> Co-authored-by: HDegroote <75906619+HDegroote@users.noreply.github.com>
- Loading branch information