diff --git a/package.json b/package.json index ab9569d257..67d1819938 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "ipfs-repo": "~0.22.1", "ipfs-unixfs": "~0.1.15", "ipfs-unixfs-engine": "~0.30.0", - "ipld": "~0.17.2", + "ipld": "~0.17.3", "ipld-dag-cbor": "~0.12.1", "ipld-dag-pb": "~0.14.5", "is-ipfs": "~0.3.2", @@ -123,13 +123,13 @@ "joi-browser": "^13.4.0", "joi-multiaddr": "^2.0.0", "libp2p": "~0.22.0", + "libp2p-bootstrap": "~0.9.3", "libp2p-circuit": "~0.2.0", "libp2p-floodsub": "~0.15.0", "libp2p-kad-dht": "~0.10.0", "libp2p-keychain": "~0.3.1", "libp2p-mdns": "~0.12.0", "libp2p-mplex": "~0.8.0", - "libp2p-bootstrap": "~0.9.3", "libp2p-secio": "~0.10.0", "libp2p-tcp": "~0.12.0", "libp2p-webrtc-star": "~0.15.3", diff --git a/test/core/interface.spec.js b/test/core/interface.spec.js index 7daf289e26..73742776a7 100644 --- a/test/core/interface.spec.js +++ b/test/core/interface.spec.js @@ -16,14 +16,7 @@ describe('interface-ipfs-core tests', () => { tests.config(defaultCommonFactory) - tests.dag(defaultCommonFactory, { - skip: [ - { - name: 'should override hash algoritm default and resolve with it', - reason: 'https://github.com/ipld/js-ipld/pull/133 needs to land first' - } - ] - }) + tests.dag(defaultCommonFactory) tests.dht(defaultCommonFactory, { skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }