Skip to content

Commit

Permalink
feat: only allow calls to FheLib from TFHEExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 authored and immortal-tofu committed Jun 11, 2024
1 parent 526b17c commit 2b7a7ff
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: build-tfhe-rs-capi

.PHONY: test
test: build-tfhe-rs-capi
cd fhevm && go test -v ./...
cd fhevm && TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c go test -v ./...

.PHONY: build-tfhe-rs-capi
build-tfhe-rs-capi:
Expand Down
Loading

0 comments on commit 2b7a7ff

Please sign in to comment.