From 609b30b62d45753ed1d1c77e2ead230222523f61 Mon Sep 17 00:00:00 2001 From: Levent Demir Date: Thu, 7 Sep 2023 09:27:55 +0200 Subject: [PATCH] ci: update fhevm-solidity version that includes the run_tests.sh script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3285237..a6952ebf 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 ?= b0046e66b383f0880b94e36a55952144cc09d068 +FHEVM_SOLIDITY_VERSION ?= petar/fhe-rand 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)