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

[identify] Implement /ipfs/id/push/1.0.0 alongside some refactoring. #1999

Merged
merged 9 commits into from
Mar 18, 2021

Commits on Mar 15, 2021

  1. Implement /ipfs/id/push/1.0.0 alongside some refactoring.

      * Implement /ipfs/id/push/1.0.0, i.e. the ability to actively
        push information of the local peer to specific remotes.
      * Make the initial delay as well as the recurring delay
        for the periodic identification requests configurable,
        introducing `IdentifyConfig`.
    Roman S. Borschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cd45102 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into identify-push

    Roman S. Borschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f5ce3a8 View commit details
    Browse the repository at this point in the history
  3. Fix test.

    Roman S. Borschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    667534e View commit details
    Browse the repository at this point in the history
  4. Fix example.

    Roman S. Borschel committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    39fa379 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dbae78 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Update protocols/identify/src/identify.rs

    Co-authored-by: Max Inden <[email protected]>
    romanb and mxinden authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    6463521 View commit details
    Browse the repository at this point in the history
  2. Update protocols/identify/src/identify.rs

    Co-authored-by: Max Inden <[email protected]>
    romanb and mxinden authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b05df32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a51971 View commit details
    Browse the repository at this point in the history
  4. Update versions and changelogs.

    Roman S. Borschel committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e6ca10b View commit details
    Browse the repository at this point in the history