Skip to content

Commit

Permalink
feat: setup hyperspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleanh0902 committed Apr 2, 2024
1 parent 4ceb611 commit c7998dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ ictest-push-wasm:

include contrib/make/release.mk


test-upgrade: clean-testing-data
@echo "Starting upgrade test"
./scripts/tweak-test-upgrade.sh
Expand Down
6 changes: 6 additions & 0 deletions scripts/tweak-test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ screen -dms old-node bash scripts/localnode.sh _build/old/centaurid $DENOM

sleep 2 # wait for note to start

docker run -d --publish 38391:38391 --publish 9988:9988 --publish 9944:9944 --publish 34165:34165 composablefi/devnet-picasso

# execute additional pre scripts
if [ ! -z "$ADDITIONAL_PRE_SCRIPTS" ]; then
# slice ADDITIONAL_SCRIPTS by ,
Expand All @@ -81,6 +83,10 @@ if [ ! -z "$ADDITIONAL_PRE_SCRIPTS" ]; then
done
fi

bash scripts/relayer_hyperspace/config_relayer.sh

# Wait parachain to start
sleep 10

run_fork () {
echo "forking"
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade/v6_to_7/post_08_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
KEY="mykey"
KEYALGO="secp256k1"
KEYRING="test"
HOME_DIR="mytestnet"
HOME_DIR=mytestnet


sleep 2
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade/v6_to_7/pre_08_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
KEY="mykey"
KEYALGO="secp256k1"
KEYRING="test"
HOME_DIR="mytestnet"
HOME_DIR=mytestnet



Expand Down

0 comments on commit c7998dc

Please sign in to comment.