这是indexloc提供的服务,不要输入任何密码
Skip to content

Osmo v30/0.50.13 #644

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

Open
wants to merge 19 commits into
base: osmo-v28/0.50.11
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f465587
build(deps): Bump github.com/cosmos/cosmos-db from 1.1.0 to 1.1.1 (#2…
dependabot[bot] Dec 20, 2024
9d3c384
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.13.3 to 0…
dependabot[bot] Dec 20, 2024
f1b139d
feat(x/tx): add an option to encode maps using amino json (backport #…
mergify[bot] Jan 28, 2025
5f08d21
feat(client/v2): add map support (backport #23544) (#23554)
mergify[bot] Jan 29, 2025
b9db4d2
docs(keyring): add keyctl docs (backport #23563) (#23566)
mergify[bot] Jan 31, 2025
effb71f
docs: correct explanation on how to set custom signer via depinject (…
mergify[bot] Feb 12, 2025
158f146
chore: remove unused orm module (backport #23633) (#23637)
mergify[bot] Feb 12, 2025
9816440
Merge commit from fork
aljo242 Feb 20, 2025
851c2ee
fix: Fix npe in pagination (backport #23880) (#23884)
mergify[bot] Mar 5, 2025
d3e5fbd
ci: add darwin to platforms (backport #23905) (#23908)
mergify[bot] Mar 5, 2025
42e38bd
fix(baseapp): ensure finalize block response is not empty (backport #…
mergify[bot] Mar 5, 2025
736064a
ci: remove darwin from platforms (backport #23909) (#23911)
mergify[bot] Mar 5, 2025
1c98760
chore: actually remove orm from v50 (#23918)
aljo242 Mar 7, 2025
f7d1253
docs: add x/ docs (backport #23955) (#23957)
mergify[bot] Mar 10, 2025
59c15d7
Merge commit from fork
alpe Mar 12, 2025
d4451f5
feat(x/gov): add gov proposal command helpers (partial backport #2436…
mergify[bot] Apr 4, 2025
59dfd7a
docs: add missing user doc (#24379)
technicallyty Apr 4, 2025
371eb7e
fix(x/gov): disable expedited flag inclusion (partial backport #24449…
mergify[bot] Apr 9, 2025
d818a91
Merge remote-tracking branch 'upstream/release/v0.50.x' into osmo-v28…
PaddyMc Jul 8, 2025
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Osmosis Specific Info

<<<<<<< HEAD
## v28

## [v0.50.11-v28-osmo-1](https://github.com/osmosis-labs/cosmos-sdk/releases/tag/v0.50.11-v28-osmo-1)
Expand Down Expand Up @@ -122,6 +123,28 @@ This v0.50.x branch was created at the [bd886bb4b03fdfc52bdc1fa2f98e960316604f89
This v0.50.x branch was created at the [bd886bb4b03fdfc52bdc1fa2f98e960316604f89](https://github.com/cosmos/cosmos-sdk/commit/bd886bb4b03fdfc52bdc1fa2f98e960316604f89) commit of the [release/v0.50.x](https://github.com/cosmos/cosmos-sdk/commits/release/v0.50.x/) branch. If you catch this fork up with the latest changes from upstream, please start at the commit after the one mentioned above, and work your way to the tip (or desired commit) of the upstream branch. Then, update this message with the new commit hash. Also, when you add a new PRs to this branch on Osmosis and it is not yet upstreamed, make sure you add it both directly below AND in the respective release section of this file.

## [Unreleased]
=======
### Improvements

* (x/gov) [#24386](https://github.com/cosmos/cosmos-sdk/pull/24386) Improve helpers to easily create governance proposals from CLI.

### Bug Fixes

* (baseapp) [#23879](https://github.com/cosmos/cosmos-sdk/pull/23879) Ensure finalize block response is not empty in the defer check of FinalizeBlock to avoid panic by nil pointer.
* (query) [#23884](https://github.com/cosmos/cosmos-sdk/pull/23884) Fix NPE in query pagination.

## [v0.50.13](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.13) - 2025-03-12

### Bug Fixes

* [GHSA-47ww-ff84-4jrg](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-47ww-ff84-4jrg) Fix x/group can halt when erroring in EndBlocker

## [v0.50.12](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.12) - 2025-02-20

### Bug Fixes

* [GHSA-x5vx-95h7-rv4p](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-x5vx-95h7-rv4p) Fix Group module can halt chain when handling a malicious proposal
>>>>>>> upstream/release/v0.50.x

## [v0.50.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11) - 2024-12-16

Expand Down
24 changes: 7 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# Cosmos SDK v0.50.11 Release Notes
# Cosmos SDK v0.50.12 Release Notes

💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/58)

## 🚀 Highlights

We are back on schedule for our monthly v0.50.x patch releases.
The last two months, next to ramping up on v0.52 and v2, we added a few bug fixes and (UX) improvements.
This patch release fixes [GHSA-x5vx-95h7-rv4p](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-x5vx-95h7-rv4p).
It resolves a `x/group` module issue that can halt chain when handling a malicious proposal.
Only users of the `x/group` module are affected by this issue.

Notable changes:

* Fix [ABS-0043/ABS-0044](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-8wcc-m6j2-qxvm).
* New Linux-only backend that adds Linux kernel's `keyctl` support
* Skip sims test when running dry on validators
We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.50.11, please use a chain upgrade to ensure that 2/3 of the validator power upgrade to v0.50.12.

## 📝 Changelog

Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.11/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.10...v0.50.11) from the last release.

## Maintenance Policy

Cosmos SDK Olympus (v0.52) final release is approaching really soon. That means the Eden line (v0.50.x) will soon only be supported for bug fixes only, as per our release policy. Earlier versions are not maintained.

Note, that the next SDK release, v0.52, does not include `x/params` migration, when migrating from < v0.47, v0.50.x **or** v0.47.x, is a mandatory migration.

Start integrating with [Cosmos SDK Eden (v0.52)](https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#v052x) and enjoy and the new features and performance improvements.
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.50.12/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.50.11...v0.50.12) from the last release.
Loading
Loading