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

Stable rust: Remove unstable impl trait from Tari comms #3056

Merged

Commits on Jul 6, 2021

  1. Stable rust: Remove unstable impl trait from Tari comms

    - Uses `async_trait` for the comms `Transport` trait
    - Transport trait results/futures are flattened/simplified
    - Replace impl Trait usage in RPC services to use boxed alternatives
    - Replace impl Trait usage in Tor control port module
    - Include the single remaining still unstable `is_unicast_link_local`
      function as copied code and remove `ip` feature.
    sdbondi committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cec2273 View commit details
    Browse the repository at this point in the history