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!: merge stat properties into stream/connection objects #1856

Merged
merged 17 commits into from
Jul 20, 2023

Commits on Jun 27, 2023

  1. feat!: merge stat properties into stream/connection objects

    Moves `direction`, `timeline`, `status`, etc from `.stat` objects
    on `Stream` and `Connection` objects onto the root object so we
    don't have awkward constructs like `conn.stat.status`, instead the
    simpler `conn.status`.
    
    Fixes #1849
    
    BREAKING CHANGE: `stream.stat.*` and `conn.stat.*` properties are now accessed via `stream.*` and `conn.*`
    achingbrain committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4a1f87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e5767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788cefb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1954d View commit details
    Browse the repository at this point in the history
  5. chore: fix linting

    achingbrain committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e748e20 View commit details
    Browse the repository at this point in the history
  6. chore: fix deps

    achingbrain committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2293bbb View commit details
    Browse the repository at this point in the history
  7. chore: linting

    achingbrain committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1442c30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07db33f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    862880f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5b2af1 View commit details
    Browse the repository at this point in the history
  11. chore: fix pubsub tests

    achingbrain committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    149c456 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    8242b2d View commit details
    Browse the repository at this point in the history
  2. chore: add gossipsub

    achingbrain committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1f9df11 View commit details
    Browse the repository at this point in the history
  3. chore: fix up gossipsub

    achingbrain committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    88a4cba View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    eb9a52f View commit details
    Browse the repository at this point in the history
  2. chore: add missing dep

    achingbrain committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6e13567 View commit details
    Browse the repository at this point in the history
  3. chore: unblock pr

    achingbrain committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5b915f9 View commit details
    Browse the repository at this point in the history