Skip to content

Commit dd3cea2

Browse files
authored
Problem: v1.3.4 is not released (#1691)
* Problem: v1.3.4 is not released * include latest ethermint bug fixes
1 parent 93af817 commit dd3cea2

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## UNRELEASED
3+
*Nov 13, 2024*
4+
5+
## v1.3.4
46

57
### Bug Fixes
68

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ replace (
249249
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
250250
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
251251
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e
252-
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20241108024404-f6d137b91faa
252+
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20241113004230-88afe81ee8de
253253
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
254254
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
255255
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ github.com/crypto-org-chain/cometbft-db v0.0.0-20231011055109-57922ac52a63 h1:R1
491491
github.com/crypto-org-chain/cometbft-db v0.0.0-20231011055109-57922ac52a63/go.mod h1:rocwIfnS+kA060x64gkSIRvWB9StSppIkJuo5MWzL24=
492492
github.com/crypto-org-chain/cosmos-sdk v0.46.0-beta2.0.20241008100047-e671aed24d19 h1:e45niobYERw7QF6viZe5KhIH8eLgDTtg+mT5HsVhqCs=
493493
github.com/crypto-org-chain/cosmos-sdk v0.46.0-beta2.0.20241008100047-e671aed24d19/go.mod h1:vdMQLvLSGh56GqAAQP/w2R389j+g+hHOIwKcUNt9yAc=
494-
github.com/crypto-org-chain/ethermint v0.6.1-0.20241108024404-f6d137b91faa h1:Ja8mrktznbXLxC97HtkL9OSMQNVpOuBlOvWv8WrjaEE=
495-
github.com/crypto-org-chain/ethermint v0.6.1-0.20241108024404-f6d137b91faa/go.mod h1:zJYmx1D+tDggzvXmdJ0/I62TeIykdCMfJBjBxOcniAU=
494+
github.com/crypto-org-chain/ethermint v0.6.1-0.20241113004230-88afe81ee8de h1:plikzJzxxK8/f+71p8cL/CHdrkIYXuuRWlkg4We5VEo=
495+
github.com/crypto-org-chain/ethermint v0.6.1-0.20241113004230-88afe81ee8de/go.mod h1:zJYmx1D+tDggzvXmdJ0/I62TeIykdCMfJBjBxOcniAU=
496496
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e h1:vnyepPQ/m25+19xcTuBUdRxmltZ/EjVWNqEjhg7Ummk=
497497
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e/go.mod h1:+a8pUj1tOyJ2RinsNQD4326YS+leSoKGiG/uVVb0x6Y=
498498
github.com/crypto-org-chain/gravity-bridge/module/v2 v2.0.1-0.20230825054824-75403cd90c6e h1:rSTc35OBjjCBx47rHPWBCIHNGPbMnEj8f7fNcK2TjVI=

gomod2nix.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ schema = 3
219219
hash = "sha256-lDIqRLUrXYCb9mmFBY/+WW+ee69+IkxOgqjHVyo4ij0="
220220
replaced = "github.com/crypto-org-chain/go-ethereum"
221221
[mod."github.com/evmos/ethermint"]
222-
version = "v0.6.1-0.20241108024404-f6d137b91faa"
223-
hash = "sha256-SpUrlh0LksBxZUsw4WM+PPoXe9FouhBgLiTCf2WLxgM="
222+
version = "v0.6.1-0.20241113004230-88afe81ee8de"
223+
hash = "sha256-ctuv7fltVWlNnRH9iEb5Uki7ib6rY8VfVCkkWs09md4="
224224
replaced = "github.com/crypto-org-chain/ethermint"
225225
[mod."github.com/felixge/httpsnoop"]
226226
version = "v1.0.4"

0 commit comments

Comments
 (0)