Skip to content

Commit

Permalink
Upgrade relayer-test for rly latest (cf49cb4) (cosmos#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored Mar 12, 2021
1 parent 0370397 commit ffb7c29
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
8 changes: 8 additions & 0 deletions contrib/relayer-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Relayer tests

These scripts helps to test go-relayer with two local wasmd chains. \
Make sure you run below scripts under `wasmd/contrib/relayer-tests` directory.

- `./init_two_chainz_relayer.sh` will spin two chains and runs
- `./one_chain.sh` will spin a single chain. This script used by the one above
- `./test_ibc_transfer.sh` will setup a path between chains and send tokens between chains.

## Thank you
The setup scripts here are taken from [cosmos/relayer](https://github.com/cosmos/relayer)
Thank your relayer team for these scripts.

Expand Down
8 changes: 0 additions & 8 deletions contrib/relayer-tests/RELAYER_TEST.md

This file was deleted.

3 changes: 2 additions & 1 deletion contrib/relayer-tests/init_two_chainz_relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ mkdir -p $WASMD_DATA && cd $WASMD_DATA && cd ../

echo "Generating rly configurations..."
rly config init
rly config add-dir configs/wasmd/
rly config add-chains configs/wasmd/chains
rly config add-paths configs/wasmd/paths

SEED0=$(jq -r '.mnemonic' $WASMD_DATA/ibc-0/key_seed.json)
SEED1=$(jq -r '.mnemonic' $WASMD_DATA/ibc-1/key_seed.json)
Expand Down

0 comments on commit ffb7c29

Please sign in to comment.