Skip to content

Commit

Permalink
Merge branch 'feat/relay-px' into 'dev'
Browse files Browse the repository at this point in the history
feat: enable peer exchange for relays

Closes #85

See merge request ergo/rosen-bridge/rosenet!43
  • Loading branch information
vorujack committed Oct 6, 2024
2 parents 6b4f219 + 46034f1 commit c7ca1c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-dodos-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/rosenet-relay': minor
---

Enable gossipsub peer exchange in relays
1 change: 1 addition & 0 deletions packages/rosenet-relay/lib/createRoseNetRelay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const createRoseNetRelay = async ({
Dlo: 0,
Dhi: 0,
Dout: 0,
doPX: true,
globalSignaturePolicy: 'StrictNoSign',
ignoreDuplicatePublishError: true,
/**
Expand Down

0 comments on commit c7ca1c0

Please sign in to comment.