diff --git a/Makefile b/Makefile index 77050383..66d36499 100755 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ FHEVM_DECRYPTIONS_DB_VERSION ?= v0.2.0 FHEVM_SOLIDITY_PATH ?= $(WORKDIR)/fhevm-solidity FHEVM_SOLIDITY_PATH_EXISTS := $(shell test -d $(FHEVM_SOLIDITY_PATH)/.git && echo "true" || echo "false") -FHEVM_SOLIDITY_VERSION ?= v0.1.12 +FHEVM_SOLIDITY_VERSION ?= f45a320a302fbb0ff3fec4736365a1ffba448201 ETHERMINT_VERSION := $(shell ./scripts/get_module_version.sh go.mod zama.ai/ethermint) GO_ETHEREUM_VERSION := $(shell ./scripts/get_module_version.sh go.mod zama.ai/go-ethereum) UPDATE_GO_MOD = go.mod.updated diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 7dc49418..bf0e5a38 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,9 +1,4 @@ #!/bin/bash cp .env.example .env -docker exec -i evmosnodelocal0 faucet $(npx hardhat task:getEthereumAddress) -sleep 8 -docker exec -i evmosnodelocal0 faucet $(npx hardhat accounts | grep 0x | sed -n '2p') -sleep 8 -docker exec -i evmosnodelocal0 faucet $(npx hardhat accounts | grep 0x | sed -n '3p') -npm test +npm run test:inband