This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 88
88
"it-first" : " ^1.0.4" ,
89
89
"it-last" : " ^1.0.4" ,
90
90
"it-pipe" : " ^1.1.0" ,
91
- "libp2p" : " ^0.29.3 " ,
91
+ "libp2p" : " libp2p/js-libp2p#0.30.x " ,
92
92
"libp2p-bootstrap" : " ^0.12.1" ,
93
93
"libp2p-crypto" : " ^0.18.0" ,
94
- "libp2p-floodsub" : " ^0.23.1 " ,
95
- "libp2p-gossipsub" : " ^0.6.1 " ,
94
+ "libp2p-floodsub" : " ^0.24.0 " ,
95
+ "libp2p-gossipsub" : " ^0.7.0 " ,
96
96
"libp2p-kad-dht" : " ^0.20.1" ,
97
97
"libp2p-mdns" : " ^0.15.0" ,
98
98
"libp2p-mplex" : " ^0.10.0" ,
99
99
"libp2p-noise" : " ^2.0.1" ,
100
100
"libp2p-record" : " ^0.9.0" ,
101
101
"libp2p-tcp" : " ^0.15.1" ,
102
102
"libp2p-webrtc-star" : " ^0.20.1" ,
103
- "libp2p-websockets" : " ^0.14 .0" ,
103
+ "libp2p-websockets" : " ^0.15 .0" ,
104
104
"mafmt" : " ^8.0.0" ,
105
105
"merge-options" : " ^2.0.0" ,
106
106
"mortice" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -148,9 +148,7 @@ describe('libp2p customization', function () {
148
148
} ,
149
149
pubsub : {
150
150
enabled : true ,
151
- emitSelf : true ,
152
- signMessages : true ,
153
- strictSigning : true
151
+ emitSelf : true
154
152
}
155
153
} )
156
154
const transports = Array . from ( libp2p . transportManager . getTransports ( ) )
You can’t perform that action at this time.
0 commit comments