Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash
set -xeu

sleep 60
curl -v http://millau-node-bob:9933/health
curl -v http://rialto-node-bob:9933/health
sleep 15

MESSAGE_LANE=${MSG_EXCHANGE_GEN_LANE:-00000000}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash
set -xeu

sleep 60
curl -v http://millau-node-bob:9933/health
curl -v http://rialto-node-bob:9933/health
sleep 15

MESSAGE_LANE=${MSG_EXCHANGE_GEN_LANE:-00000000}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BUNCH_OF_MESSAGES_TIME=3600

# give conversion rate updater some time to update Millau->Rialto conversion rate in Rialto
# (initially rate=1 and rational relayer won't deliver any messages if it'll be changed to larger value)
sleep 180
sleep 120

while true
do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BUNCH_OF_MESSAGES_TIME=3600

# give conversion rate updater some time to update Rialto->Millau conversion rate in Millau
# (initially rate=1 and rational relayer won't deliver any messages if it'll be changed to larger value)
sleep 180
sleep 120

while true
do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
set -xeu

sleep 20
curl -v http://millau-node-alice:9933/health
sleep 15

# //Dave is signing Millau -> Rialto message-send transactions, which are causing problems.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash
set -xeu

sleep 60
curl -v http://millau-node-alice:9933/health
curl -v http://rialto-node-alice:9933/health
sleep 15

/home/user/substrate-relay init-bridge millau-to-rialto \
--source-host millau-node-alice \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand_sleep() {

# give conversion rate updater some time to update Rialto->Millau conversion rate in Millau
# (initially rate=1 and rational relayer won't deliver any messages if it'll be changed to larger value)
sleep 180
sleep 120

while true
do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash
set -xeu

sleep 60
curl -v http://millau-node-alice:9933/health
curl -v https://westend-rpc.polkadot.io:443/health
sleep 15

/home/user/substrate-relay init-bridge westend-to-millau \
--source-host westend-rpc.polkadot.io \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash
set -xeu

sleep 60
curl -v http://rialto-node-alice:9933/health
curl -v http://rialto-parachain-collator-alice:9933/health
sleep 15

/home/user/substrate-relay register-parachain rialto-parachain \
--parachain-host rialto-parachain-collator-alice \
Expand Down