From 545e7f39391705cec88cb3d4b93c729342d6b767 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Thu, 5 Oct 2023 15:08:14 +0100 Subject: [PATCH] chore: update solidity lib to add remainder support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77050383..df0c2616 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 ?= feat/remainder 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