Skip to content

Commit

Permalink
Merge pull request #2832 from irisnet/sheldon/update-ethermint
Browse files Browse the repository at this point in the history
Bump up ethermint version
  • Loading branch information
taramakage authored Apr 11, 2023
2 parents 0942249 + 54e8acc commit ddef71d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Application

* [\#2831](https://github.com/irisnet/irishub/pull/2831) Bump up tibc-go version to v0.4.3
* [\#2831](https://github.com/irisnet/irishub/pull/2831) Bump up irismod version to v1.7.3
* [\#2766](https://github.com/irisnet/irishub/pull/2766) Bump up cosmos sdk to v0.46.9
* [\#2776](https://github.com/irisnet/irishub/pull/2776) Feat: support evm
* [\#2824](https://github.com/irisnet/irishub/pull/2824) Feat: update swagger docs & evm configration
* [\#2822]( https://github.com/irisnet/irishub/pull/2822) Remove ICA module
Expand All @@ -16,9 +19,9 @@

### Bug Fixes

* [\#2828](https://github.com/irisnet/irishub/pull/2828) Fix solve proposal handler route conflict
* [\#2828](https://github.com/irisnet/irishub/pull/2828) Fix solve proposal handler route conflict
* [\#2827](https://github.com/irisnet/irishub/pull/2827) Fix add ibc client proposal for command

* [\#2794](https://github.com/irisnet/irishub/pull/2794) Fix auth bech32 account prefix

* [irismod \#336](https://github.com/irisnet/irismod/pull/336) Fix farm genesis validate failed.
* [irismod \#327](https://github.com/irisnet/irismod/pull/327) Only export htlc with state=open.
Expand All @@ -45,7 +48,7 @@
* [\#2759](https://github.com/irisnet/irishub/pull/2759) Fix export error when with flag `--for-zero-height`
* [\#2766](https://github.com/irisnet/irishub/pull/2766) Bump up cosmos sdk to v0.46.4
* [\#2768](https://github.com/irisnet/irishub/pull/2768) Bump up ibc-go to v5.0.1
* [\#2770](https://github.com/irisnet/irishub/pull/2770) Bump up irismod to v1.7.0 & Bump up tibc-go to v0.4.0
* [\#2770](https://github.com/irisnet/irishub/pull/2770) Bump up irismod to v1.7.0 & Bump up tibc-go to v0.4.0
* [irismod \#309](https://github.com/irisnet/irismod/pull/309) Refactor nft with cosmos-sdk nft module.
* [irismod \#308](https://github.com/irisnet/irismod/pull/308) Coinswap module adds unilateral injection liquidity function.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ replace github.com/zondax/hid => github.com/zondax/hid v0.9.0
replace github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.26

// use bianjieai fork of ethermint
replace github.com/evmos/ethermint => github.com/bianjieai/ethermint v0.20.1-0.20230410035431-4623f7dae15a
replace github.com/evmos/ethermint => github.com/bianjieai/ethermint v0.20.0-irishub-1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 h1:41iFGWnSlI2gVpmOtVTJZNodLdLQLn/KsJqFvXwnd/s=
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bianjieai/ethermint v0.20.1-0.20230410035431-4623f7dae15a h1:Plqj2LhYoAIFfzlPGOy9wwxHbhIHRubZExbMuuU6N4M=
github.com/bianjieai/ethermint v0.20.1-0.20230410035431-4623f7dae15a/go.mod h1:6GwJlPogJh9aiWrDGNIOIQ0fX2Lo3Tc7sTvrSe+BFL4=
github.com/bianjieai/ethermint v0.20.0-irishub-1 h1:Wp/5xV5JVcPO4HCYMKOE6ks+QForncsghrloT0nqIek=
github.com/bianjieai/ethermint v0.20.0-irishub-1/go.mod h1:6GwJlPogJh9aiWrDGNIOIQ0fX2Lo3Tc7sTvrSe+BFL4=
github.com/bianjieai/tibc-go v0.4.3 h1:SlV6nmZZHTgkdpPLFnSoKPyKZJRZMKcTPxoF7UWdCm4=
github.com/bianjieai/tibc-go v0.4.3/go.mod h1:aHGACCjSgovxA5+H/WP7xLz+tTjGxul804Xese2TQ3k=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
Expand Down

0 comments on commit ddef71d

Please sign in to comment.