Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added subscription specific configurations to PubSub #171

Closed
wants to merge 3 commits into from

Commits on Apr 5, 2019

  1. Added subscription specific configurations to PubSub

    Added simple configurability to gossipsub
    Added a gossipsub last-writer-wins persistence configuration
    aschmahmann committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    3f32612 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Added configuration to gossipsub to decide which peers messages shoul…

    …d be re-emitted to (i.e. not initial message propagation, but rebroadcasting messages)
    
    Moved configuration changes to gossipsub into relevant interfaces instead of Options (makes code much cleaner at the expense of breaking the interfaces)
    aschmahmann committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    de35667 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Simplified LWW strategy by utilizing go-libp2p-record validators.

    Renamed configurations to strategies
    Added OnGraft function to GossipStrategies
    LWW strategy now requests the latest topic data during OnGraft
    aschmahmann committed May 3, 2019
    Configuration menu
    Copy the full SHA
    de12811 View commit details
    Browse the repository at this point in the history