Skip to content

Commit

Permalink
chore: update v0.50.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ledanghuy1811 committed Dec 6, 2024
1 parent 0f909c6 commit 3f1bad9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Failed to prune store err=Value missing for key
([\#27](https://github.com/oraichain/wasmd/issues/27))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- No cosmos.msg.v1.signer option found for message
cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadata
([\#33](https://github.com/oraichain/wasmd/issues/33))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Failed ChanOpenInit ChannelSide: channel open init
callback failed for port ID: cannot claim nil capability
([\#34](https://github.com/oraichain/wasmd/issues/34))
7 changes: 7 additions & 0 deletions .changelog/v0.50.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

Upgrade Oraichain mainnet to v0.50.2 to fix some IBC, cosmos sdk and iavl bugs.
21 changes: 21 additions & 0 deletions CHANGELOG_ORAI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## v0.50.2

<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

Upgrade Oraichain mainnet to v0.50.2 to fix some IBC, cosmos sdk and iavl bugs.

### BUG FIXES

- Failed ChanOpenInit ChannelSide: channel open init
callback failed for port ID: cannot claim nil capability
([\#34](https://github.com/oraichain/wasmd/issues/34))
- Failed to prune store err=Value missing for key
([\#27](https://github.com/oraichain/wasmd/issues/27))
- No cosmos.msg.v1.signer option found for message
cosmwasm.tokenfactory.v1beta1.MsgSetDenomMetadata
([\#33](https://github.com/oraichain/wasmd/issues/33))

## v0.50.1

<!--
Expand Down

0 comments on commit 3f1bad9

Please sign in to comment.