Skip to content

Commit

Permalink
Update to new version with tfhe decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Aug 1, 2023
1 parent 699e90b commit 9502807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FHEVM_REQUIRES_DB_VERSION ?= v0.1.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.7
FHEVM_SOLIDITY_VERSION ?= v0.1.8

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)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
ipv4_address: 192.167.10.2

oracledb:
image: ghcr.io/zama-ai/oracle-db-service:latest
image: ghcr.io/zama-ai/fhevm-decryptions-db:v0.1.5
container_name: zbcoracledb
ports:
- "8001:8001"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ replace (
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

// TODO: Remove once our forks are public.
replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.7
replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.8

replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v0.1.2

0 comments on commit 9502807

Please sign in to comment.