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

Yamux is broken #334

Closed
wants to merge 7 commits into from
Closed

Yamux is broken #334

wants to merge 7 commits into from

Commits on Sep 28, 2023

  1. Don't try and dial DNSADDR addresses

    These should mainly be used for bootstrap with a DNS TXT
    record lookup to expand to list of nodes
    
    This removes a lot of log spam from failed dial attempts
    ianopolous committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4d72949 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add large blob protocol and failing test for sending 1MiB message wit…

    …h yamux
    
    This is trying to emulate a downstream test using bitswap,
    which currently fails with 1MiB blocks.
    ianopolous committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    937d71a View commit details
    Browse the repository at this point in the history
  2. Linting

    ianopolous committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    23df830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d79dcc9 View commit details
    Browse the repository at this point in the history
  4. cleanup on test failure

    ianopolous committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4e43597 View commit details
    Browse the repository at this point in the history
  5. linting

    ianopolous committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    26748ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03b76dd View commit details
    Browse the repository at this point in the history