File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 134134 "scripts" : {
135135 "clean" : " aegir clean" ,
136136 "lint" : " aegir lint" ,
137- "dep-check" : " aegir dep-check" ,
137+ "dep-check" : " aegir dep-check -i protons " ,
138138 "build" : " aegir build" ,
139139 "generate" : " protons ./src/message/rpc.proto" ,
140140 "test" : " aegir test" ,
159159 "@libp2p/interface-mocks" : " ^9.0.0" ,
160160 "@libp2p/interface-pubsub-compliance-tests" : " ^5.0.0" ,
161161 "@libp2p/peer-collections" : " ^3.0.0" ,
162- "@libp2p/peer-id" : " ^2.0.0" ,
163162 "@libp2p/peer-id-factory" : " ^2.0.0" ,
164163 "@multiformats/multiaddr" : " ^11.0.3" ,
165- "aegir" : " ^37.9.1 " ,
164+ "aegir" : " ^38.1.7 " ,
166165 "multiformats" : " ^11.0.0" ,
167166 "p-wait-for" : " ^5.0.0" ,
168167 "protons" : " ^6.0.0" ,
169- "sinon" : " ^15.0.1" ,
170- "wherearewe" : " ^2.0.1"
168+ "sinon" : " ^15.0.1"
171169 }
172170}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export class FloodSub extends PubSubBaseProtocol {
7171 * Process incoming message
7272 * Extends base implementation to check router cache.
7373 */
74- async processMessage ( from : PeerId , message : Message ) {
74+ async processMessage ( from : PeerId , message : Message ) : Promise < void > {
7575 // Check if I've seen the message, if yes, ignore
7676 const seqno = await super . getMsgId ( message )
7777 const msgIdStr = toString ( seqno , 'base64' )
You can’t perform that action at this time.
0 commit comments