forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74b7eaf
commit dae5c3d
Showing
4 changed files
with
10 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,13 +209,6 @@ else | |
@echo "protoc already installed; skipping..." | ||
endif | ||
|
||
ifeq (, $(shell which solcjs)) | ||
@echo "Installing solcjs..." | ||
@npm install -g [email protected] | ||
else | ||
@echo "solcjs already installed; skipping..." | ||
endif | ||
|
||
docs-tools: | ||
ifeq (, $(shell which yarn)) | ||
@echo "Installing yarn..." | ||
|
@@ -316,12 +309,6 @@ test-rpc: | |
test-rpc-pending: | ||
./scripts/integration-test-all.sh -t "pending" -q 1 -z 1 -s 2 -m "pending" -r "true" | ||
|
||
test-contract: | ||
@type "npm" 2> /dev/null || (echo 'Npm does not exist. Please install node.js and npm."' && exit 1) | ||
@type "solcjs" 2> /dev/null || (echo 'Solcjs does not exist. Please install solcjs using make contract-tools."' && exit 1) | ||
@type "protoc" 2> /dev/null || (echo 'Failed to install protoc. Please reinstall protoc using make contract-tools.' && exit 1) | ||
bash scripts/contract-test.sh | ||
|
||
test-solidity: | ||
@echo "Beginning solidity tests..." | ||
./scripts/run-solidity-tests.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters