Skip to content

Commit

Permalink
Revert "try to fix nonces collisions (#1450)"
Browse files Browse the repository at this point in the history
This reverts commit 5a91ddf.
  • Loading branch information
svyatonik committed Jun 10, 2022
1 parent 5a91ddf commit e6350e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ Following accounts are used when `westend-millau` bridge is running:

- Millau's `George` signs relay transactions with new Westend headers.

Following accounts are used when `rialto-parachain-millau` bridge is running:

- RialtoParachain's `Bob` signs RialtoParachain transactions which contain messages for Millau;
- Millau's `Bob` signs Millau transactions which contain messages for RialtoParachain;
- Millau's `George` signs complex headers+parachains+messages relay transactions on Millau chain;
- RialtoParachain's `George` signs complex headers+messages relay transactions on RialtoParachain chain.

### Docker Usage
When the network is running you can query logs from individual nodes using:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MESSAGE_LANE=${MSG_EXCHANGE_GEN_LANE:-00000000}

SHARED_CMD="/home/user/substrate-relay send-message rialto-parachain-to-millau"
SHARED_HOST="--source-host rialto-parachain-collator-bob --source-port 9944"
DAVE_SIGNER="--source-signer //Bob"
DAVE_SIGNER="--source-signer //Dave"

SEND_MESSAGE="$SHARED_CMD $SHARED_HOST $DAVE_SIGNER"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MESSAGE_LANE=${MSG_EXCHANGE_GEN_LANE:-00000000}

SHARED_CMD=" /home/user/substrate-relay send-message millau-to-rialto-parachain"
SHARED_HOST="--source-host millau-node-bob --source-port 9944"
DAVE_SIGNER="--source-signer //Bob"
DAVE_SIGNER="--source-signer //Dave"

SEND_MESSAGE="$SHARED_CMD $SHARED_HOST $DAVE_SIGNER"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ sleep 6
--relayer-mode=altruistic \
--millau-host millau-node-alice \
--millau-port 9944 \
--millau-signer //George \
--millau-signer //Charlie \
--millau-transactions-mortality=64 \
--rialto-parachain-host rialto-parachain-collator-charlie \
--rialto-parachain-port 9944 \
--rialto-parachain-signer //George \
--rialto-parachain-signer //Charlie \
--rialto-parachain-transactions-mortality=64 \
--rialto-host rialto-node-alice \
--rialto-port 9944 \
Expand Down

0 comments on commit e6350e8

Please sign in to comment.