Skip to content

Update V4 RELEASE.md #2992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# v3.1.1
# v4.0.0

## Release Notes

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.
This release focuses on upgrading Cosmos-SDK to v0.50.11-lsm and adjusting related dependencies.

## ChangeLog
## What's Changed

### Bug Fixes
* refactor: bump up irismod by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2950>
* feat: upgrade to v4 by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2963>
* Upgrade cosmos-sdk in irishub to v0.50.10 by @wangjiulian in <https://github.com/irisnet/irishub/pull/2975>
* feat: add v4 upgrade plan by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2982>
* update simulation test by @wangjiulian in <https://github.com/irisnet/irishub/pull/2983>
* Update dependencies by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2985>
* chore(Dockerfile): update dockerfile by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2986>
* fix: prioritize upgrade module in module manager by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2987>
* fix: fix start command by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2988>
* chore: update ethermint by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2989>
* update irismod service mod by @wangjiulian in <https://github.com/irisnet/irishub/pull/2990>
* fix: fix query txs error by @wangjiulian in <https://github.com/irisnet/irishub/pull/2991>
* deps: update go.mod by @dreamer-zq in <https://github.com/irisnet/irishub/pull/2993>

(IRISHub) [2951](https://github.com/irisnet/irishub/issues/2951) Fix panic,ethermint API panic causes node exit.

Full Changelog: [v3.1.0...v3.1.1](https://github.com/irisnet/irishub/compare/v3.1.0...v3.1.1).
**Full Changelog**: <https://github.com/irisnet/irishub/compare/v3.1.1...v4.0.0>