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

test(gossipsub): Part 1 Test cases covering subscribe and unsubscribe Events #1201

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. test(gossipsub): Test cases covering subscribe and unsubscribe Events

    added test wrt subscribe and unsubscribe
    
    added tests/pubsub/testgossipinternal2 file
    
    linters
    
    feat: rendezvous refactor (#1183)
    
    Hello!
    
    This PR aim to refactor rendezvous code so that it is easier to impl.
    Waku rdv strategy. The hardcoded min and max TTL were out of range with
    what we needed and specifying which peers to interact with is also
    needed since Waku deals with peers on multiple separate shards.
    
    I tried to keep the changes to a minimum, specifically I did not change
    the name of any public procs which result in less than descriptive names
    in some cases. I also wanted to return results instead of raising
    exceptions but didn't. Would it be acceptable to do so?
    
    Please advise on best practices, thank you.
    
    ---------
    
    Co-authored-by: Ludovic Chenut <ludovic@status.im>
    
    refactor and suite name refactor
    
    chore(ci): Enable S3 caching for interop (#1193)
    
    - Adds our S3 bucket for caching docker images as Protocol Labs shut
    down their shared one.
    - Remove the free disk space workaround that prevented the jobs from
    failing for using too much space for the images.
    
    ---------
    
    Co-authored-by: diegomrsantos <diego@status.im>
    
    PR review comment changes
    shashankshampi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eb2f6bf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9c0966e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    25df50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c8c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b7125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19d3ead View commit details
    Browse the repository at this point in the history