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

chore: delivery monitor for store v3 reliability protocol #2977

Merged
merged 9 commits into from
Aug 27, 2024

Commits on Aug 15, 2024

  1. reliability with store-v3

    Better structure of delivery monitor and related modules
    
    store protocol: simple cleanup of unused const
    
    use of observer observable pattern to inform delivery_monitor about subscription state
    
    waku_store resume does not need to get an explicit peerId as query param
    
    waku_sync protocol needs some peerId as peerId is optional in query proc
    
    send_monitor becomes a publish observer of lightpush and relay
    
    deliver monitor add more protection against possible crash and better logs
    Ivansete-status committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2e8703d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805eb38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371a58c View commit details
    Browse the repository at this point in the history
  4. chat2 undo

    Ivansete-status committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7432ea0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b372b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update waku/waku_relay/protocol.nim

    Co-authored-by: gabrielmer <[email protected]>
    Ivansete-status and gabrielmer authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8fe4d90 View commit details
    Browse the repository at this point in the history
  2. update comment

    Ivansete-status authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    89cf03c View commit details
    Browse the repository at this point in the history
  3. fix typo

    Ivansete-status authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cee592d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1743f70 View commit details
    Browse the repository at this point in the history