File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ * March 26, 2024*
4
+
5
+ ## v1.1.1
6
+
7
+ ### Bug Fixes
8
+
9
+ - [ #] ( https://github.com/crypto-org-chain/cronos/pull/ ) Update ethermint to fix of panic on overflow and patch gasUsed in rpc api.
10
+
3
11
* March 19, 2024*
4
12
5
13
## v1.1.0
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ replace (
239
239
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
240
240
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
241
241
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e
242
- github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20240305041633-5b153a460e7a
242
+ github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20240326012741-6263a240556c
243
243
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
244
244
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
245
245
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
Original file line number Diff line number Diff line change @@ -488,8 +488,8 @@ github.com/crypto-org-chain/cometbft-db v0.0.0-20231011055109-57922ac52a63 h1:R1
488
488
github.com/crypto-org-chain/cometbft-db v0.0.0-20231011055109-57922ac52a63 /go.mod h1:rocwIfnS+kA060x64gkSIRvWB9StSppIkJuo5MWzL24 =
489
489
github.com/crypto-org-chain/cosmos-sdk v0.46.0-beta2.0.20240228013111-9bd1e035ed1d h1:ihUBUAEwQYHZEqf7lXrJithNCUJTjB8q3oSQA6Nevco =
490
490
github.com/crypto-org-chain/cosmos-sdk v0.46.0-beta2.0.20240228013111-9bd1e035ed1d /go.mod h1:cmAawe8FV/52oPKbgeHLt4UpNkrNu8R5KD+kw0kxJFc =
491
- github.com/crypto-org-chain/ethermint v0.6.1-0.20240305041633-5b153a460e7a h1:on3vlgLb4BdkojU5Umbh6bvXVtGc/s+jFLkGHG4f8Mk =
492
- github.com/crypto-org-chain/ethermint v0.6.1-0.20240305041633-5b153a460e7a /go.mod h1:T3Tkhw8XMu8rYObcXpeTqGUaKogS+DKsGPD3ulHN/mg =
491
+ github.com/crypto-org-chain/ethermint v0.6.1-0.20240326012741-6263a240556c h1:3VKwgmkb/CnjHT8v6bwMl70ferUVLcrefEpQc9Q8/F0 =
492
+ github.com/crypto-org-chain/ethermint v0.6.1-0.20240326012741-6263a240556c /go.mod h1:zJYmx1D+tDggzvXmdJ0/I62TeIykdCMfJBjBxOcniAU =
493
493
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e h1:vnyepPQ/m25+19xcTuBUdRxmltZ/EjVWNqEjhg7Ummk =
494
494
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e /go.mod h1:+a8pUj1tOyJ2RinsNQD4326YS+leSoKGiG/uVVb0x6Y =
495
495
github.com/crypto-org-chain/gravity-bridge/module/v2 v2.0.1-0.20230825054824-75403cd90c6e h1:rSTc35OBjjCBx47rHPWBCIHNGPbMnEj8f7fNcK2TjVI =
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ schema = 3
216
216
hash = " sha256-lDIqRLUrXYCb9mmFBY/+WW+ee69+IkxOgqjHVyo4ij0="
217
217
replaced = " github.com/crypto-org-chain/go-ethereum"
218
218
[mod ."github .com/evmos/ethermint" ]
219
- version = " v0.6.1-0.20240305041633-5b153a460e7a "
220
- hash = " sha256-7g+DEeJ3iKzCMircdljYiy6uQNJNwEky7gJ+ZuA6CB4 ="
219
+ version = " v0.6.1-0.20240326012741-6263a240556c "
220
+ hash = " sha256-MgvJ9Z0zl+oZtMmbSAlqaibQvzKqEvM1016uF9GEHXI ="
221
221
replaced = " github.com/crypto-org-chain/ethermint"
222
222
[mod ."github .com/felixge/httpsnoop" ]
223
223
version = " v1.0.2"
You can’t perform that action at this time.
0 commit comments