mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-26 07:21:36 +00:00
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:
committed by
Vasco Santos
parent
49fffda23c
commit
e50c6abcf2
@ -54,10 +54,7 @@ const DefaultConfig = {
|
||||
autoDial: true
|
||||
},
|
||||
pubsub: {
|
||||
enabled: true,
|
||||
emitSelf: true,
|
||||
signMessages: true,
|
||||
strictSigning: true
|
||||
enabled: true
|
||||
},
|
||||
relay: {
|
||||
enabled: true,
|
||||
|
Reference in New Issue
Block a user