Skip to content

Commit

Permalink
fix nodes startup (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored May 17, 2023
1 parent 0f6091d commit 106173c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ To run a Rialto node for example, you can use the following command:
```bash
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 \
-it paritytech/rialto-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external
--rpc-cors=all --unsafe-rpc-external
```

## Community
Expand Down
2 changes: 1 addition & 1 deletion deployments/local-scripts/run-millau-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ MILLAU_PORT="${MILLAU_PORT:-9945}"

RUST_LOG=runtime=trace \
./target/debug/millau-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external \
--rpc-cors=all --unsafe-rpc-external --unsafe-rpc-external \
--port 33044 --rpc-port 9934 --ws-port $MILLAU_PORT \
2 changes: 1 addition & 1 deletion deployments/local-scripts/run-rialto-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RIALTO_PORT="${RIALTO_PORT:-9944}"

RUST_LOG=runtime=trace \
./target/debug/rialto-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external \
--rpc-cors=all --unsafe-rpc-external \
--port 33033 --rpc-port 9933 --ws-port $RIALTO_PORT \
2 changes: 1 addition & 1 deletion deployments/local-scripts/run-westend-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ WESTEND_PORT="${WESTEND_PORT:-9944}"

RUST_LOG=runtime=trace,runtime::bridge=trace \
./target/debug/polkadot --chain=westend-dev --alice --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external \
--rpc-cors=all --unsafe-rpc-external \
--port 33033 --rpc-port 9933 --ws-port $WESTEND_PORT \
5 changes: 0 additions & 5 deletions deployments/networks/millau.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
environment:
RUST_LOG: runtime=trace,rpc=debug,txpool=trace,runtime::bridge=trace,sc_basic_authorship=trace,beefy=trace,xcm=trace
Expand All @@ -38,7 +37,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "20033:9933"
Expand All @@ -55,7 +53,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "20133:9933"
Expand All @@ -72,7 +69,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "20233:9933"
Expand All @@ -89,7 +85,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "20333:9933"
Expand Down
3 changes: 0 additions & 3 deletions deployments/networks/rialto-parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
--ws-port 9944
--rpc-cors=all
--unsafe-rpc-external
--unsafe-ws-external
--
--execution wasm
--chain /rialto-share/rialto-relaychain-spec-raw.json
Expand Down Expand Up @@ -44,7 +43,6 @@ services:
--ws-port 9944
--rpc-cors=all
--unsafe-rpc-external
--unsafe-ws-external
--
--execution wasm
--chain /rialto-share/rialto-relaychain-spec-raw.json
Expand All @@ -66,7 +64,6 @@ services:
--ws-port 9944
--rpc-cors=all
--unsafe-rpc-external
--unsafe-ws-external
--
--execution wasm
--chain /rialto-share/rialto-relaychain-spec-raw.json
Expand Down
6 changes: 0 additions & 6 deletions deployments/networks/rialto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
environment:
RUST_LOG: runtime=trace,rpc=debug,txpool=trace,runtime::bridge=trace,beefy=trace,xcm=trace
Expand All @@ -38,7 +37,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "10033:9933"
Expand All @@ -55,7 +53,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "10133:9933"
Expand All @@ -72,7 +69,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "10233:9933"
Expand All @@ -89,7 +85,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "10333:9933"
Expand All @@ -106,7 +101,6 @@ services:
- --rpc-cors=all
- --enable-offchain-indexing=true
- --unsafe-rpc-external
- --unsafe-ws-external
- --prometheus-external
ports:
- "10433:9933"
Expand Down

0 comments on commit 106173c

Please sign in to comment.