mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Merge commit '392447f5c8f986ded2559a78457f4cd87942f393' into update-bridges-subtree-r/w
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -xeu
|
||||
|
||||
/home/user/rialto-bridge-node build-spec \
|
||||
--chain local \
|
||||
--raw \
|
||||
--disable-default-bootnode \
|
||||
> /rialto-share/rialto-relaychain-spec-raw.json
|
||||
|
||||
# we're using local driver + tmpfs for shared `/rialto-share` volume, which is populated
|
||||
# by the container running this script. If this script ends, the volume will be detached
|
||||
# and our chain spec will be lost when it'll go online again. Hence the never-ending
|
||||
# script which keeps volume online until container is stopped.
|
||||
tail -f /dev/null
|
||||
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -xeu
|
||||
|
||||
sleep 60
|
||||
curl -v http://rialto-node-alice:9933/health
|
||||
curl -v http://rialto-parachain-collator-alice:9933/health
|
||||
|
||||
/home/user/substrate-relay register-parachain rialto-parachain \
|
||||
--parachain-host rialto-parachain-collator-alice \
|
||||
--parachain-port 9944 \
|
||||
--relaychain-host rialto-node-alice \
|
||||
--relaychain-port 9944 \
|
||||
--relaychain-signer //Alice
|
||||
Reference in New Issue
Block a user