Skip to content

Commit

Permalink
ci: update go-ethereum, ethermint and the setup script (#155)
Browse files Browse the repository at this point in the history
Go ethereum -> v0.1.4
Ethermint -> v0.1.0
  • Loading branch information
leventdem committed Jun 26, 2023
1 parent 0d3f2b7 commit f0a23ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 157 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ../running_node/node1:/root:Z
- ../private.ed25519:/config/private.ed25519:Z
- ../public.ed25519:/config/public.ed25519:Z
- ../node/init_scripts/setup.sh:/config/setup.sh:Z
- ../setup.sh:/config/setup.sh:Z
- ../node/zama_config/zama_config_local_testnet.toml:/config/zama_config.toml:Z
- ../vm.log:/root/.evmosd/zama/vm.log:Z
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ../running_node/node2:/root:Z
- ../node/evmos/private.ed25519:/config/private.ed25519:Z
- ../node/evmos/public.ed25519:/config/public.ed25519:Z
- ../node/init_scripts/setup.sh:/config/setup.sh:Z
- ../setup.sh:/config/setup.sh:Z
- ../node/zama_config/zama_config_validator.toml:/config/zama_config.toml:Z
- ../vm.log:/root/.evmosd/zama/vm.log:Z
security_opt:
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.3
replace github.com/ethereum/go-ethereum v1.10.19 => github.com/zama-ai/go-ethereum v0.1.4

replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v1.0.0-test
replace github.com/evmos/ethermint v0.19.3 => github.com/zama-ai/ethermint v0.1.0
153 changes: 0 additions & 153 deletions node/init_scripts/setup.sh

This file was deleted.

0 comments on commit f0a23ad

Please sign in to comment.