Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.7
Choose a base ref
...
head repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.29.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 5, 2022

  1. feat: make Connection.id unique across all peers

    BREAKING CHANGE: the connection id is now a string.
    
    The quinn.stable_id is prefaced with the SockeetAddr of the
    peer, so this should provide a globally unique id now.
    joshuef committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ae102be View commit details
    Browse the repository at this point in the history
  2. chore: clippy tidying

    joshuef committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e7f338c View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.29.0

    actions-user authored and MaidSafe-QA committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5be24ee View commit details
    Browse the repository at this point in the history
Loading