Skip to content

Commit

Permalink
debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 10, 2024
1 parent db588ae commit 4bf54e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

###############################################################################
Expand Down
1 change: 1 addition & 0 deletions scripts/simapp-start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4bf54e5

Please sign in to comment.