Unverified Commit 2a7b5f64 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

minor changelog bump (backport #2839) (#2840)

* minor changelog bump (#2839)

(cherry picked from commit 39b32018

)

# Conflicts:
#	CHANGELOG.md

* fix conflicts

Co-authored-by: default avatarDev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: default avatarRoman <ackhtariev@gmail.com>
parent 3b02ccba
Showing with 6 additions and 10 deletions
+6 -10
......@@ -50,10 +50,12 @@ This release includes several cosmwasm-developer and appchain-ecosystem affectin
* Add message responses to gamm messages, to remove the neccessity of bindings
* Allow specifying denom metadata from tokenfactory
* Enabling Interchain accounts (for real this time)
* Upgrading IBC to v3.2.0
* Fixing State Sync
* Remove x/Bech32IBC
* Upgrading IBC to v3.3.0
* Consistently makes authz work with ledger for all messages
The release also contains the following changes affecting Osmosis users and node operators
* Fixing State Sync
* Enabling expedited proposals
This upgrade also adds a number of safety and API boundary improving changes to the codebase.
......@@ -79,6 +81,7 @@ which acts as a fuzz testing tool tailored for the SDK state machine.
* [#2405](https://github.com/osmosis-labs/osmosis/pull/2405) Make SpotPrice have a max value of 2^160, and no longer be able to panic
* [#2473](https://github.com/osmosis-labs/osmosis/pull/2473) x/superfluid `AddNewSuperfluidAsset` now returns error, if any occurs instead of ignoring it.
* [#2714](https://github.com/osmosis-labs/osmosis/pull/2714) Upgrade wasmd to v0.28.0.
* Remove x/Bech32IBC
#### Golang API breaks
......@@ -114,13 +117,6 @@ which acts as a fuzz testing tool tailored for the SDK state machine.
* [#2515](https://github.com/osmosis-labs/osmosis/pull/2515) Emit events from functions implementing epoch hooks' `panicCatchingEpochHook` cacheCtx
* [#2526](https://github.com/osmosis-labs/osmosis/pull/2526) EpochHooks interface methods (and hence modules implementing the hooks) return error instead of panic
### SDK Upgrade
* [#2820](https://github.com/osmosis-labs/osmosis/pull/2810) Upgrade sdk fork to commit `3c4d30596acce8ca30cacbc173de2431a04b8a3b` on `v0.45.0x-osmo-v12` branch.
#### Notable SDK Changes
* [#265](https://github.com/osmosis-labs/cosmos-sdk/pull/265) Fix state-sync by appropriate app-version handling.
* [#240](https://github.com/osmosis-labs/cosmos-sdk/pull/240) Expedited proposals.
## v11.0.1
#### Golang API breaks
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment