Skip to content

Commit

Permalink
use wss to connect to the Rialto node in test deployments (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored Jan 20, 2023
1 parent 722d47b commit d5f95c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/bridges/rialto-millau/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ./bridges/common:/common
- ./bridges/rialto-millau/entrypoints:/entrypoints
environment:
RUST_LOG: rpc=trace,bridge=trace
RUST_LOG: rpc=trace,bridge=trace,jsonrpsee=trace,jsonrpsee_core=trace,jsonrpsee_ws_client=trace,rustls=trace,soketto=trace
ports:
- "10016:9616"
depends_on: &all-nodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ sleep 6
--millau-port 9944 \
--millau-signer //Rialto.HeadersAndMessagesRelay \
--millau-transactions-mortality=64 \
--rialto-host rialto-node-alice \
--rialto-port 9944 \
--rialto-host wss.rialto.brucke.link \
--rialto-port 443 \
--rialto-secure \
--rialto-signer //Millau.HeadersAndMessagesRelay \
--rialto-transactions-mortality=64 \
--lane=00000000 \
Expand Down
2 changes: 2 additions & 0 deletions deployments/networks/rialto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ services:
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
environment:
RUST_LOG: runtime=trace,rpc=debug,txpool=trace,runtime::bridge=trace,beefy=debug,jsonrpsee=trace,jsonrpsee_core=trace,jsonrpsee_server=trace,rustls=trace,soketto=trace
ports:
- "10133:9933"
- "10144:9944"
Expand Down

0 comments on commit d5f95c1

Please sign in to comment.