Skip to content

Commit 3be1f49

Browse files
authored
Merge pull request #2951 from irisnet/fix-bug
fix panic
2 parents 1e725ee + 3dd1a6d commit 3be1f49

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Diff for: RELEASE.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
TODO
1+
# v3.1.1
2+
3+
## Release Notes
4+
5+
This is a compatibility version that does not affect network consensus. It fixes a node exit problem caused by ethermint api panic. It is recommended to upgrade the node.
6+
7+
## ChangeLog
8+
9+
### Bug Fixes
10+
11+
(IRISHub) [2951](https://github.com/irisnet/irishub/issues/2951) Fix panic,ethermint API panic causes node exit.
12+
13+
Full Changelog: [v3.1.0...v3.1.1](https://github.com/irisnet/irishub/compare/v3.1.0...v3.1.1).

Diff for: go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,8 @@ require (
237237
)
238238

239239
replace (
240-
241240
// use bianjieai fork of ethermint
242-
github.com/evmos/ethermint => github.com/bianjieai/ethermint v0.22.0-irishub-20240512
241+
github.com/evmos/ethermint => github.com/bianjieai/ethermint v0.22.1-irishub
243242

244243
// following versions might cause unexpected behavior
245244
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
290290
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
291291
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 h1:41iFGWnSlI2gVpmOtVTJZNodLdLQLn/KsJqFvXwnd/s=
292292
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
293-
github.com/bianjieai/ethermint v0.22.0-irishub-20240512 h1:s7xvTNh4GlUlTjYfeGNvMCpKbfkBw2d/C8lvJXygFiQ=
294-
github.com/bianjieai/ethermint v0.22.0-irishub-20240512/go.mod h1:x9BFez6AUL9Yksv4zZd3QLmSazwOkyNd3h2zFV2B4RU=
293+
github.com/bianjieai/ethermint v0.22.1-irishub h1:bwNZYpA4fugoMp6HeFLl6NFfUCC185NC2LsmIl+8tvE=
294+
github.com/bianjieai/ethermint v0.22.1-irishub/go.mod h1:x9BFez6AUL9Yksv4zZd3QLmSazwOkyNd3h2zFV2B4RU=
295295
github.com/bianjieai/nft-transfer v1.1.3-ibc-v7.3.0 h1:399lErsTpI+faTerw5Q4OuVlXAmAQSuibVvxHR3C6OY=
296296
github.com/bianjieai/nft-transfer v1.1.3-ibc-v7.3.0/go.mod h1:u2PNH4v8CD4AWU4Rf7yt8/qqQtrrwwHiw03qQSKERhg=
297297
github.com/bianjieai/tibc-go v0.5.0 h1:/J1OQe4gwUUkS3Q6+nm0EsTY7MNAOPNzfnpvgIWlvKM=

0 commit comments

Comments
 (0)