mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-27 07:51:35 +00:00
chore: update datastore (#990)
`interface-datastore` now only contains the interface definition, `datastore-core` has the various implementations. BREAKING CHANGE: datastore implementations provided to libp2p must be compliant with interface-datastore@6.0.0
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
const { expect } = require('aegir/utils/chai')
|
||||
const { fromString: uint8ArrayFromString } = require('uint8arrays/from-string')
|
||||
const { toString: uint8ArrayToString } = require('uint8arrays/to-string')
|
||||
const { MemoryDatastore } = require('interface-datastore')
|
||||
const { MemoryDatastore } = require('datastore-core/memory')
|
||||
const Keychain = require('../../src/keychain')
|
||||
|
||||
describe('cms interop', () => {
|
||||
|
Reference in New Issue
Block a user