Skip to content
Snippets Groups Projects
Unverified Commit 4a400dc1 authored by Rohit Sarpotdar's avatar Rohit Sarpotdar Committed by GitHub
Browse files

updated substrate-relay to v1.8.0 (#7697)

removed run-relay references removed in PR #7549
parent a9baa520
No related merge requests found
Pipeline #516809 waiting for manual action with stages
in 1 hour, 30 minutes, and 38 seconds
......@@ -227,11 +227,6 @@ function run_messages_relay() {
}
case "$1" in
run-relay)
init_wnd_ro
init_ro_wnd
run_relay
;;
run-finality-relay)
init_wnd_ro
init_ro_wnd
......@@ -453,7 +448,6 @@ case "$1" in
*)
echo "A command is require. Supported commands for:
Local (zombienet) run:
- run-relay
- run-finality-relay
- run-parachains-relay
- run-messages-relay
......
......@@ -112,7 +112,7 @@ POLKADOT_PARACHAIN_BINARY=~/local_bridge_testing/bin/polkadot-parachain \
```
cd <polkadot-sdk-git-repo-dir>
./bridges/testing/environments/rococo-westend/bridges_rococo_westend.sh run-relay
./bridges/testing/environments/rococo-westend/bridges_rococo_westend.sh run-finality-relay
```
**Check relay-chain headers relaying:**
......
# this image is built on top of existing Zombienet image
ARG ZOMBIENET_IMAGE
# this image uses substrate-relay image built elsewhere
ARG SUBSTRATE_RELAY_IMAGE=docker.io/paritytech/substrate-relay:v1.7.0
ARG SUBSTRATE_RELAY_IMAGE=docker.io/paritytech/substrate-relay:v1.8.0
# metadata
ARG VCS_REF
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment