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(swarm)!: Remove ConnectionHandler::Error in favor of CloseReason #3201

Closed
wants to merge 8 commits into from

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    54ab711 View commit details
    Browse the repository at this point in the history
  2. Remove ConnectionHandler::Error associated type

    Now that we are always boxing the error, it makes more sense to
    have handlers directly return the most specific error without
    additional wrapping.
    thomaseizinger committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2893ec5 View commit details
    Browse the repository at this point in the history
  3. Fix rustdoc test

    thomaseizinger committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    840b450 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Introduce CloseReason

    thomaseizinger committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b9e1dd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    32597a6 View commit details
    Browse the repository at this point in the history
  2. Unify docs

    thomaseizinger committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7aa991e View commit details
    Browse the repository at this point in the history
  3. Update variable name

    thomaseizinger committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    78abccb View commit details
    Browse the repository at this point in the history