Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update to libp2p-0.23. #6870

Merged
11 commits merged into from
Aug 14, 2020
Merged

Update to libp2p-0.23. #6870

11 commits merged into from
Aug 14, 2020

Commits on Aug 11, 2020

  1. Update to libp2p-0.23.

    Thereby incorporate bandwidth measurement along the
    lines previously done by libp2p itself.
    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d064271 View commit details
    Browse the repository at this point in the history
  2. Tweak dependencies for wasm32 compilation.

    For wasm32 we need to enable unstable features to
    make `task::Builder::local` available.
    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c7ff520 View commit details
    Browse the repository at this point in the history
  3. Simplify dependencies.

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    a941680 View commit details
    Browse the repository at this point in the history
  4. Simplify.

    Leave the calculation of bytes sent/received per second
    to the outer layers of the code, subject to their own
    individual update intervals.
    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    4ce6c02 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f4c3b76 View commit details
    Browse the repository at this point in the history
  6. Re-add lost dev dependency.

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d6f412f View commit details
    Browse the repository at this point in the history
  7. Avoid division by zero.

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    6c96875 View commit details
    Browse the repository at this point in the history
  8. Remove redundant metric.

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    03d3f75 View commit details
    Browse the repository at this point in the history
  9. Enable sending of noise legacy handshakes.

    Roman S. Borschel committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    df43ead View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Add comment about monotonic gauge.

    Roman S. Borschel committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    3ea8dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. CI

    Roman S. Borschel committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    4ff525e View commit details
    Browse the repository at this point in the history