chore: update pubsub (#801)

BREAKING CHANGE: pubsub signing policy properties were changed according to libp2p-interfaces changes to a single property. The emitSelf option default value was also modified to match the routers value
This commit is contained in:
Vasco Santos
2020-11-13 15:14:21 +01:00
committed by Vasco Santos
parent 49fffda23c
commit e50c6abcf2
3 changed files with 8 additions and 10 deletions

View File

@ -54,10 +54,7 @@ const DefaultConfig = {
autoDial: true
},
pubsub: {
enabled: true,
emitSelf: true,
signMessages: true,
strictSigning: true
enabled: true
},
relay: {
enabled: true,