rendezvous-server icon indicating copy to clipboard operation
rendezvous-server copied to clipboard

Standalone rendezvous server: https://github.com/libp2p/specs/blob/master/rendezvous/README.md

Results 11 rendezvous-server issues
Sort by recently updated
recently updated
newest added

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.27. Release notes Sourced from futures's releases. 0.3.27 Add TryFlattenUnordered (#2577, #2590, #2606, #2607) Add AbortHandle::is_aborted (#2710) Add AbortRegistration::handle (#2712) Make BiLock strict-provenance compatible (#2716)...

dependencies
rust

Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.4.0 to 2.2.1. Release notes Sourced from Swatinem/rust-cache's releases. v2.2.1 Update @actions/cache dependency to fix usage of zstd compression. v2.2.0 Add new save-if option to always restore,...

dependencies
github_actions

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.69. Release notes Sourced from anyhow's releases. 1.0.69 Documentation improvements 1.0.68 Opt out of -Zrustdoc-scrape-examples on docs.rs for now 1.0.67 Improve the backtrace captured when...

dependencies
rust

Bumps [dprint/check](https://github.com/dprint/check) from 1.5 to 2.2. Release notes Sourced from dprint/check's releases. v2.2 What's Changed feat: add input for specifiable config by @​kachick in dprint/check#9 New Contributors @​kachick made their...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.pre.preview to 3.1.2. Release notes Sourced from actions/upload-artifact's releases. v3.1.2 Update all @actions/* NPM packages to their latest versions- #374 Update all dev dependencies to their most...

dependencies
github_actions

Bumps [libp2p](https://github.com/libp2p/rust-libp2p) from 0.41.1 to 0.49.0. Release notes Sourced from libp2p's releases. v0.49.0 This is a large release with a couple of breaking changes. As always, please read the changelogs....

dependencies
rust

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Once/if https://github.com/libp2p/rust-libp2p/pull/2142 lands, we can use the protobuf encoding of `KeyPair` directly to store the identity file. Saves a couple of lines of code to convert to/from ed25519 keys.

A simple Docker image for running a rendezvous server might be useful. Would help with making running one more reliable and easy.