Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 15, 2024
1 parent ad59963 commit 3220292
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ test:

test-rosetta-ci:
sh ./scripts/simapp-start-node.sh
sleep 120
make build && make plugin
./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" &
sleep 30
sh ./tests/rosetta-cli/rosetta-cli-test.sh
export SIMD_BIN=./cosmos-sdk/build/simd && sh ./tests/rosetta-cli/rosetta-cli-test.sh

###############################################################################
### Linting ###
Expand Down
8 changes: 4 additions & 4 deletions scripts/simapp-start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ git clone https://github.com/cosmos/cosmos-sdk.git
cd cosmos-sdk
make build
export SIMD_BIN=./build/simd
make init-simapp --dry-run
echo "simapp started"
chmod 777 ./scripts/init-simapp.sh
sh ./scripts/init-simapp.sh --just-print
$SIMD_BIN start &
echo "start"
until curl --silent --head --fail http://localhost:26657/health; do
until curl --output /dev/null --silent --head --fail http://localhost:26657/health; do
>>>>>>> 7db5729 (Ci fixed (?))
sleep 1
done
29 changes: 0 additions & 29 deletions tests/rosetta-cli/data.sh

This file was deleted.

0 comments on commit 3220292

Please sign in to comment.