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: add autonat support #1298

Merged
merged 12 commits into from
Mar 14, 2023
Merged

feat: add autonat support #1298

merged 12 commits into from
Mar 14, 2023

Commits on Jul 19, 2022

  1. feat: add autonat support

    Implements the [autonat](https://github.com/libp2p/specs/blob/master/autonat/README.md)
    spec to give us confidence in our external addresses and to open the
    door to things like switching DHT server mode on automatically, hole
    punching, v2 circuit relay etc.
    
    Depends on:
    
    - [ ] libp2p/js-libp2p-interfaces#269
    achingbrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d8a042a View commit details
    Browse the repository at this point in the history
  2. chore: linting

    achingbrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3c81306 View commit details
    Browse the repository at this point in the history
  3. chore: fix node tests

    achingbrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a24a5e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. merge master

    mpetrunic committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f322a6b View commit details
    Browse the repository at this point in the history
  2. fix: tests

    mpetrunic committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    00af7a0 View commit details
    Browse the repository at this point in the history
  3. fix depcheck

    mpetrunic committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6e038f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    ae6ad31 View commit details
    Browse the repository at this point in the history
  2. chore: fix linting

    achingbrain committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a551e7f View commit details
    Browse the repository at this point in the history
  3. chore: fix type

    achingbrain committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d6b50a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05ea095 View commit details
    Browse the repository at this point in the history
  5. chore: linting again

    achingbrain committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a3ec696 View commit details
    Browse the repository at this point in the history