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

[client/network] Add support for /wss addresses #13152

Merged

Commits on Jan 13, 2023

  1. join dns with another instance of WS transport

    Secure Websocket transport needs unresolved addresses, so we join DNS transport with
    yet another instance of Websocket transport.
    
    Closes paritytech#12024
    melekes committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ae133bb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. WSS transport itself need to wrap DNS transport

    in order to resolve addresses before passing them down to TCP transport
    
    Refs libp2p/rust-libp2p#3330
    melekes committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8c59929 View commit details
    Browse the repository at this point in the history
  2. reverse order

    melekes committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2347cf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    756ef86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3cac22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    668ff8c View commit details
    Browse the repository at this point in the history