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

feat: replace waitForRemotePeers() with waku.waitForPeer() method #2161

Merged
merged 30 commits into from
Oct 8, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    4dbb1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315d82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ded77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240b1b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad56eae View commit details
    Browse the repository at this point in the history
  6. clean up waitForRemotePeer, split metadata await from event and optim…

    …ise, decouple from protocol implementations
    weboko committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7580eeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    800eae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. use only connected peers in light push based on connections instead o…

    …f peer renewal mechanism
    weboko committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6bcf283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9742d68 View commit details
    Browse the repository at this point in the history
  3. fix check & update tests

    weboko committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0f09905 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3dda8ad View commit details
    Browse the repository at this point in the history
  2. use libp2p.getPeers

    weboko committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    06498f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaee635 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. merge with master

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3928603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21056fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac212c1 View commit details
    Browse the repository at this point in the history
  4. implement waku.connect method

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4b94686 View commit details
    Browse the repository at this point in the history
  5. add docs to IWaku interface

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    690e630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba78ed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9267c70 View commit details
    Browse the repository at this point in the history
  8. change tests to use new API

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    440f908 View commit details
    Browse the repository at this point in the history
  9. fix linting

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4f194ab View commit details
    Browse the repository at this point in the history
  10. update size limit

    weboko committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cd6acee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64b8f3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1e2ba1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. merge with master

    weboko committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0c2e7e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. feat: add mocha tests to @waku/sdk and cover waitForRemotePeer (#2163)

    * feat: add mocha tests to @waku/sdk and cover waitForRemotePeer
    
    * add waitForRemote UTs
    
    * remove junk
    weboko authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8937a56 View commit details
    Browse the repository at this point in the history
  2. feat: expose peerId and protocols from WakuNode (#2166)

    * chore: expose peerId and protocols from WakuNode
    
    * remove unused method
    
    * move to private method
    weboko authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    027a1d1 View commit details
    Browse the repository at this point in the history
  3. rename to waitForPeers

    weboko committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    448e659 View commit details
    Browse the repository at this point in the history
  4. up test

    weboko committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ec8ccb4 View commit details
    Browse the repository at this point in the history