Skip to content

Commit

Permalink
Update go-ethereum to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Aug 24, 2023
1 parent 4f4207a commit cdd9acf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GOPRIVATE = github.com/zama-ai/*

TFHE_RS_PATH ?= $(WORKDIR)/tfhe-rs
TFHE_RS_EXISTS := $(shell test -d $(TFHE_RS_PATH)/.git && echo "true" || echo "false")
TFHE_RS_VERSION ?= 0.3.0-beta.0
TFHE_RS_VERSION ?= 0.3.1

# If false, fhevm-tfhe-cli is cloned, built (version is FHEVM_TFHE_CLI_VERSION)
USE_DOCKER_FOR_FHE_KEYS ?= true
Expand All @@ -49,7 +49,7 @@ FHEVM_DECRYPTIONS_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.8
FHEVM_SOLIDITY_VERSION ?= v0.1.9

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 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.8
replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.9

replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v0.1.2
3 changes: 1 addition & 2 deletions scripts/run_developer_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ LOGLEVEL="info"
evmosd start --home /root/.evmosd --pruning=nothing $TRACE --log_level $LOGLEVEL \
--minimum-gas-prices=0.0001aevmos \
--json-rpc.gas-cap=50000000 \
--json-rpc.api eth,txpool,net,web3 \
"$@"
--json-rpc.api eth,txpool,net,web3

0 comments on commit cdd9acf

Please sign in to comment.