From 4bf54e5ce08cdee4dfc53471b7f63f92ef3060ea Mon Sep 17 00:00:00 2001 From: bizk Date: Wed, 10 Jan 2024 14:30:10 -0300 Subject: [PATCH] debugging workflow --- Makefile | 2 +- scripts/simapp-start-node.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6a4d0d..f7aa988 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ test: test-rosetta-ci: sh ./scripts/simapp-start-node.sh & + sleep 30 make build && make plugin ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" & sleep 30 - export SIMD_BIN=./cosmos-sdk/build/simd && chmod +x ./tests/rosetta-cli/data.sh && sh ./tests/rosetta-cli/data.sh sh ./tests/rosetta-cli/rosetta-cli-test.sh ############################################################################### diff --git a/scripts/simapp-start-node.sh b/scripts/simapp-start-node.sh index b046546..30a706a 100644 --- a/scripts/simapp-start-node.sh +++ b/scripts/simapp-start-node.sh @@ -6,5 +6,6 @@ export SIMD_BIN=./build/simd make init-simapp --dry-run $SIMD_BIN start until curl --output /dev/null --silent --head --fail http://localhost:26657/health; do + echo "trying" sleep 1 done \ No newline at end of file