Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nodes startup #2138

Merged
merged 1 commit into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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