Skip to content

Commit

Permalink
Fix equivocation detection containers startup (#2516) (#2517)
Browse files Browse the repository at this point in the history
* Fix equivocation detection containers startup

* Fix cargo deny
  • Loading branch information
serban300 committed Aug 31, 2023
1 parent d65db28 commit d9658f4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions deployments/bridges/rialto-millau/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exposed ports: 10016, 10116, 10216, 10316, 10416, 10516, 10716
# Exposed ports: 10000-10005

version: '3.5'
services:
Expand Down Expand Up @@ -28,7 +28,7 @@ services:
RUST_LOG: rpc=trace,bridge=trace
GLOBAL_DEPLOYMENTS: $GLOBAL_DEPLOYMENTS
ports:
- "10016:9616"
- "10000:9616"
depends_on: &all-nodes
- millau-node-alice
- millau-node-bob
Expand All @@ -48,7 +48,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/relay-messages-to-rialto-generator-entrypoint.sh
ports:
- "10216:9616"
- "10001:9616"
depends_on:
- relay-millau-rialto

Expand All @@ -58,7 +58,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/relay-messages-to-rialto-resubmitter-entrypoint.sh
ports:
- "10316:9616"
- "10002:9616"
depends_on:
- relay-messages-millau-to-rialto-generator

Expand All @@ -68,7 +68,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/relay-messages-to-millau-generator-entrypoint.sh
ports:
- "10516:9616"
- "10003:9616"
depends_on:
- relay-millau-rialto

Expand All @@ -78,7 +78,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/detect-millau-to-rialto-equivocations-entrypoint.sh
ports:
- "10616:9616"
- "10004:9616"
depends_on:
- relay-millau-rialto

Expand All @@ -88,7 +88,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/detect-rialto-to-millau-equivocations-entrypoint.sh
ports:
- "10716:9616"
- "10005:9616"
depends_on:
- relay-millau-rialto

Expand Down
16 changes: 8 additions & 8 deletions deployments/bridges/rialto-parachain-millau/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exposed ports: 10816, 10916, 11016, 11017, 11018
# Exposed ports: 10100-10106

version: '3.5'
services:
Expand Down Expand Up @@ -27,7 +27,7 @@ services:
environment:
RUST_LOG: rpc=trace,bridge=trace
ports:
- "10816:9616"
- "10100:9616"
depends_on: &all-nodes
- millau-node-alice
- millau-node-bob
Expand All @@ -46,11 +46,11 @@ services:
EXT_MILLAU_RELAY_ACCOUNT_HEADERS_OVERRIDE: //RialtoParachain.RialtoHeadersRelay2
EXT_RIALTO_PARACHAIN_RELAY_ACCOUNT: //Millau.HeadersAndMessagesRelay2
ports:
- "10916:9616"
- "10101:9616"
relay-messages-millau-to-rialto-parachain-generator:
<<: *sub-bridge-relay
ports:
- "11016:9616"
- "10102:9616"
entrypoint: /entrypoints/relay-messages-to-rialto-parachain-generator-entrypoint.sh
depends_on:
- relay-millau-rialto-parachain-1
Expand All @@ -59,7 +59,7 @@ services:
<<: *sub-bridge-relay
entrypoint: /entrypoints/relay-messages-to-millau-generator-entrypoint.sh
ports:
- "11017:9616"
- "10103:9616"
depends_on:
- relay-millau-rialto-parachain-1

Expand All @@ -69,7 +69,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/relay-messages-to-rialto-parachain-resubmitter-entrypoint.sh
ports:
- "11018:9616"
- "10104:9616"
depends_on:
- relay-messages-millau-to-rialto-parachain-generator

Expand All @@ -79,7 +79,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/detect-millau-to-rialto-parachain-equivocations-entrypoint.sh
ports:
- "11019:9616"
- "10105:9616"
depends_on:
- relay-millau-rialto-parachain-1

Expand All @@ -89,7 +89,7 @@ services:
RUST_LOG: bridge=trace
entrypoint: /entrypoints/detect-rialto-to-millau-equivocations-entrypoint.sh
ports:
- "11020:9616"
- "10106:9616"
depends_on:
- relay-millau-rialto-parachain-1

Expand Down
10 changes: 5 additions & 5 deletions deployments/bridges/westend-millau/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exposed ports: 10616, 10617, 10618, 10619
# Exposed ports: 10200-10203

version: '3.5'
services:
Expand All @@ -10,7 +10,7 @@ services:
environment:
RUST_LOG: rpc=trace,bridge=trace
ports:
- "10616:9616"
- "10200:9616"
depends_on:
- millau-node-alice

Expand All @@ -23,7 +23,7 @@ services:
RUST_LOG: rpc=trace,bridge=trace
EXT_RELAY_ACCOUNT: //Westend.HeadersRelay2
ports:
- "10617:9616"
- "10201:9616"
depends_on:
- millau-node-alice

Expand All @@ -35,7 +35,7 @@ services:
environment:
RUST_LOG: rpc=trace,bridge=trace
ports:
- "10618:9616"
- "10202:9616"
depends_on:
- millau-node-alice

Expand All @@ -48,7 +48,7 @@ services:
RUST_LOG: rpc=trace,bridge=trace
EXT_RELAY_ACCOUNT: //Westend.AssetHubWestendHeaders2
ports:
- "10619:9616"
- "10203:9616"
depends_on:
- millau-node-alice

Expand Down

0 comments on commit d9658f4

Please sign in to comment.