diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0a87c22..1de710f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. @@ -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. diff --git a/go.mod b/go.mod index f62f3e8f6..8dcdccb48 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 1a5e92349..70dd092f1 100644 --- a/go.sum +++ b/go.sum @@ -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=