diff --git a/Makefile b/Makefile index dc2bf9e..4ea36a7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: build-tfhe-rs-capi .PHONY: test test: build-tfhe-rs-capi - cd fhevm && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./... + cd fhevm && go clean -cache && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./... .PHONY: build-tfhe-rs-capi build-tfhe-rs-capi: diff --git a/README.md b/README.md index 3dc2109..cf25f62 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,5 @@ The library helps EVM maintainers to extend their EVM with the power of FHE. If ## License + This software is distributed under the BSD-3-Clause-Clear license. If you have any questions, please contact us at hello@zama.ai.