feat: sign pubsub messages (#362)

* fix: forward pubsub publish callback to floodsub

chore: update floodsub version

* test: add random walk delay to config

* chore: update floodsub
This commit is contained in:
Jacob Heun
2019-05-07 13:45:59 +02:00
committed by GitHub
parent 71dcaafcac
commit 40978a1940
3 changed files with 3 additions and 4 deletions

View File

@ -423,6 +423,7 @@ describe('peer discovery', () => {
randomWalk: {
enabled: true,
queriesPerPeriod: 1,
delay: 100,
interval: 200, // start the query sooner
timeout: 3000
}