Skip to content

Commit

Permalink
chore: bump fhevm-tfhe-cli and fhevm version
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Sep 21, 2023
1 parent 08c41bd commit 176f79a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ TFHE_RS_VERSION ?= 0.3.1
USE_DOCKER_FOR_FHE_KEYS ?= true
FHEVM_TFHE_CLI_PATH ?= $(WORKDIR)/fhevm-tfhe-cli
FHEVM_TFHE_CLI_PATH_EXISTS := $(shell test -d $(FHEVM_TFHE_CLI_PATH)/.git && echo "true" || echo "false")
FHEVM_TFHE_CLI_VERSION ?= v0.2.0
FHEVM_TFHE_CLI_VERSION ?= v0.2.1

FHEVM_DECRYPTIONS_DB_PATH ?= $(WORKDIR)/fhevm-decryptions-db
FHEVM_DECRYPTIONS_DB_PATH_EXISTS := $(shell test -d $(FHEVM_DECRYPTIONS_DB_PATH)/.git && echo "true" || echo "false")
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 ?= 35ec2d71d3994d8ebacfe9facfc28e49a016e6fd
FHEVM_SOLIDITY_VERSION ?= v0.1.12
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
Expand Down
4 changes: 2 additions & 2 deletions 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.11
replace github.com/ethereum/go-ethereum v1.10.19 => ../go-ethereum

replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v0.1.2
replace github.com/evmos/ethermint v0.19.3 => ../ethermint
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,6 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/zama-ai/ethermint v1.0.0-test h1:x00Rxncw8qhzvV75S9lPbcmYBumGZ8ZZ8lGWgDawjHY=
github.com/zama-ai/ethermint v1.0.0-test/go.mod h1:JEqkvu6ZC6GV0nq7txpzmaRQdfDzwFay1SRumKsEkg8=
github.com/zama-ai/go-ethereum v1.0.1-test h1:WpTU7WP2W9fyZZYD+n0t26S1Njk6lzb3szKVgvVZ/SE=
github.com/zama-ai/go-ethereum v1.0.1-test/go.mod h1:IJBNMtzKcNHPtllYihy6BL2IgK1u+32JriaTbdt4v+w=
github.com/zondax/hid v0.9.0 h1:eiT3P6vNxAEVxXMw66eZUAAnU2zD33JBkfG/EnfAKl8=
github.com/zondax/hid v0.9.0/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
Expand Down
11 changes: 6 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ KEY1="mykey1"
KEY2="mykey2"
CHAINID="evmos_9000-1"
MONIKER="localtestnet"
KEYRING="test" # remember to change to other types of keyring like 'file' in-case exposing to outside world, otherwise your balance will be wiped quickly. The keyring test does not require private key to steal tokens from you
KEYRING="file" # remember to change to other types of keyring like 'file' in-case exposing to outside world, otherwise your balance will be wiped quickly. The keyring test does not require private key to steal tokens from you
KEYALGO="eth_secp256k1"
LOGLEVEL="info"
# to trace evm
Expand All @@ -27,7 +27,8 @@ $EVMOSD config keyring-backend $KEYRING
$EVMOSD config chain-id $CHAINID

# if keys exist, they should be deleted
$EVMOSD keys add $KEY1 --keyring-backend $KEYRING --algo $KEYALGO
echo "inch antique visual biology post economy country lucky case stool recycle stumble connect wine cupboard boat health clerk patch pen nice sweet upgrade gift" | $EVMOSD keys add $KEY1 --recover
# $EVMOSD keys add $KEY1 --keyring-backend $KEYRING --algo $KEYALGO

# Set moniker and chain-id for Evmos (Moniker can be anything, chain-id must be an integer)
$EVMOSD init $MONIKER --chain-id $CHAINID
Expand Down Expand Up @@ -134,10 +135,10 @@ cp ./private.ed25519 $HOME_EVMOSD/zama/keys/signature-keys
cp ./public.ed25519 $HOME_EVMOSD/zama/keys/signature-keys

echo "Your private keys:"
$EVMOSD keys unsafe-export-eth-key mykey1 --keyring-backend test
$EVMOSD keys unsafe-export-eth-key mykey2 --keyring-backend test
$EVMOSD keys unsafe-export-eth-key mykey1 --keyring-backend os
# $EVMOSD keys unsafe-export-eth-key mykey2 --keyring-backend os

touch $HOME/privkey
$EVMOSD keys unsafe-export-eth-key mykey1 --keyring-backend test > $HOME/privkey
$EVMOSD keys unsafe-export-eth-key mykey1 --keyring-backend os > $HOME/privkey
touch $HOME/node_id
$EVMOSD tendermint show-node-id > $HOME/node_id

0 comments on commit 176f79a

Please sign in to comment.