Skip to content

Commit

Permalink
Bump ethermint v0.7.1 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Oct 13, 2021
1 parent 52bf447 commit ddc051c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 102 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Improvements
- [cronos#162](https://github.com/crypto-org-chain/cronos/pull/162) bump ibc-go to v1.2.1 with hooks support
- [cronos#169](https://github.com/crypto-org-chain/cronos/pull/169) bump ethermint to v0.7.1 and go-ethereun to v10.1.3-patched which include (CVE-2021-39137) hotfix

*October 4, 2021*
## v0.5.5
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tm-db v0.6.4
github.com/tharsis/ethermint v0.4.2-0.20210927141513-04c2f05002f8
github.com/tharsis/ethermint v0.7.1
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af
google.golang.org/grpc v1.41.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -41,5 +41,4 @@ replace github.com/peggyjv/gravity-bridge/module => github.com/crypto-org-chain/

replace github.com/cosmos/iavl => github.com/cosmos/iavl v0.17.1

// FIXME: https://github.com/crypto-org-chain/ethermint/tree/cronos2
replace github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.4.2-0.20211004101819-7b5449f36cc8
replace github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.3-patched
Loading

0 comments on commit ddc051c

Please sign in to comment.