This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 113
113
"ipfs-repo" : " ~0.22.1" ,
114
114
"ipfs-unixfs" : " ~0.1.15" ,
115
115
"ipfs-unixfs-engine" : " ~0.30.0" ,
116
- "ipld" : " ~0.17.2 " ,
116
+ "ipld" : " ~0.17.3 " ,
117
117
"ipld-dag-cbor" : " ~0.12.1" ,
118
118
"ipld-dag-pb" : " ~0.14.5" ,
119
119
"is-ipfs" : " ~0.3.2" ,
123
123
"joi-browser" : " ^13.4.0" ,
124
124
"joi-multiaddr" : " ^2.0.0" ,
125
125
"libp2p" : " ~0.22.0" ,
126
+ "libp2p-bootstrap" : " ~0.9.3" ,
126
127
"libp2p-circuit" : " ~0.2.0" ,
127
128
"libp2p-floodsub" : " ~0.15.0" ,
128
129
"libp2p-kad-dht" : " ~0.10.0" ,
129
130
"libp2p-keychain" : " ~0.3.1" ,
130
131
"libp2p-mdns" : " ~0.12.0" ,
131
132
"libp2p-mplex" : " ~0.8.0" ,
132
- "libp2p-bootstrap" : " ~0.9.3" ,
133
133
"libp2p-secio" : " ~0.10.0" ,
134
134
"libp2p-tcp" : " ~0.12.0" ,
135
135
"libp2p-webrtc-star" : " ~0.15.3" ,
Original file line number Diff line number Diff line change @@ -16,14 +16,7 @@ describe('interface-ipfs-core tests', () => {
16
16
17
17
tests . config ( defaultCommonFactory )
18
18
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 )
27
20
28
21
tests . dht ( defaultCommonFactory , {
29
22
skip : { reason : 'TODO: DHT is not implemented in js-ipfs yet!' }
You can’t perform that action at this time.
0 commit comments