Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 33bbe94

Browse files
authored
chore: enable dag.put with hashAlg test (#1448)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 86d46f4 commit 33bbe94

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"ipfs-repo": "~0.22.1",
114114
"ipfs-unixfs": "~0.1.15",
115115
"ipfs-unixfs-engine": "~0.30.0",
116-
"ipld": "~0.17.2",
116+
"ipld": "~0.17.3",
117117
"ipld-dag-cbor": "~0.12.1",
118118
"ipld-dag-pb": "~0.14.5",
119119
"is-ipfs": "~0.3.2",
@@ -123,13 +123,13 @@
123123
"joi-browser": "^13.4.0",
124124
"joi-multiaddr": "^2.0.0",
125125
"libp2p": "~0.22.0",
126+
"libp2p-bootstrap": "~0.9.3",
126127
"libp2p-circuit": "~0.2.0",
127128
"libp2p-floodsub": "~0.15.0",
128129
"libp2p-kad-dht": "~0.10.0",
129130
"libp2p-keychain": "~0.3.1",
130131
"libp2p-mdns": "~0.12.0",
131132
"libp2p-mplex": "~0.8.0",
132-
"libp2p-bootstrap": "~0.9.3",
133133
"libp2p-secio": "~0.10.0",
134134
"libp2p-tcp": "~0.12.0",
135135
"libp2p-webrtc-star": "~0.15.3",

test/core/interface.spec.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ describe('interface-ipfs-core tests', () => {
1616

1717
tests.config(defaultCommonFactory)
1818

19-
tests.dag(defaultCommonFactory, {
20-
skip: [
21-
{
22-
name: 'should override hash algoritm default and resolve with it',
23-
reason: 'https://github.com/ipld/js-ipld/pull/133 needs to land first'
24-
}
25-
]
26-
})
19+
tests.dag(defaultCommonFactory)
2720

2821
tests.dht(defaultCommonFactory, {
2922
skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }

0 commit comments

Comments
 (0)