paritytech / parity-bridges-common

Collection of Useful Bridge Building Tools 🏗️
GNU General Public License v3.0
270 stars 133 forks source link

Remove obsolete relayer CLI args: host, port, path, secure #2909

Open svyatonik opened 6 months ago

svyatonik commented 6 months ago

Following https://github.com/paritytech/parity-bridges-common/pull/2902 we may now use WS endpoint URI instead of separate URI components. Let's remove obsolete arguments (host, port, path, secure) once we'll migrate all our relayers to this new CLI format

svyatonik commented 5 months ago

Zombienet tests and Rococo<>Westend rleayers are updated, so only Kusama <> Polkadot relayer remains