Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: disallow publishing pubsub messages to zero peers #4286

Merged
merged 4 commits into from
Jan 11, 2023

Commits on Jan 11, 2023

  1. fix: disallow publishing pubsub messages to zero peers

    Use the default gossipsub behaviour of not allowing publishing message
    to zero peers.
    
    If a user publishes a message they may be suprised to find it's not
    been recieved by anyone, so instead an error should be thrown when there
    are no peers that will receive a message.
    achingbrain committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    316bbdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dee080 View commit details
    Browse the repository at this point in the history
  3. chore: fix publish tests

    achingbrain committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d71d77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    582b12c View commit details
    Browse the repository at this point in the history