Skip to content

connector-v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:09
· 8 commits to main since this release
Works on networks that give it no UDP at all, and rides a WebRTC stack that was
rewritten underneath it.

- TURN over TCP/TLS: a wallet interaction now completes without opening a single
  UDP socket. Verified against a real wallet -- proof returned and verified in
  21.9s over two outbound TCP/443 connections and nothing else. No other Rust
  crate does this: webrtc-ice leaves TCP and TURNS an unimplemented TODO, and
  webrtc 0.20 discards such URLs with a warning.
- webrtc 0.11 -> 0.20, which is a different library rather than a newer one.
- probe_relay_candidates, to tell a misconfigured relay from an unreachable one
  without involving a wallet.