Skip to content

Commit 7ea00e2

Browse files
authored
Prepare v0.50.0 release (#1737)
* Update changelog * Update readme
1 parent b02a472 commit 7ea00e2

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,34 @@
22

33
## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD)
44

5-
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.45.0...HEAD)
5+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.50.0...HEAD)
6+
7+
## [v0.50.0](https://github.com/CosmWasm/wasmd/tree/v0.50.0) (2023-11-23)
8+
9+
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.45.0...v0.50.0)
10+
11+
- Fix module migration fails when code upload access is set to `OnlyAddress` [\#1725](https://github.com/CosmWasm/wasmd/issues/1725)
12+
- Upgrade to SDK v0.50.1 [\#1696](https://github.com/CosmWasm/wasmd/pull/1696)
13+
- Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 [\#1684](https://github.com/CosmWasm/wasmd/pull/1684)
14+
- Bump google.golang.org/grpc from 1.58.1 to 1.58.3 in /tests/system [\#1682](https://github.com/CosmWasm/wasmd/pull/1682)
15+
- Rename some more "features" to "capabilities" [\#1679](https://github.com/CosmWasm/wasmd/pull/1679)
16+
- Bump actions/checkout from 4.1.0 to 4.1.1 [\#1678](https://github.com/CosmWasm/wasmd/pull/1678)
17+
- Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 [\#1677](https://github.com/CosmWasm/wasmd/pull/1677)
18+
- Upgrade to SDK v0.50 + IBC v8.0 [\#1611](https://github.com/CosmWasm/wasmd/pull/1611)
19+
20+
### Notable changes:
21+
- Upgrade to [SDK v0.50.1](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.1) Eden release
22+
- Upgrade to [IBC v8.0.0](https://github.com/cosmos/ibc-go/releases/tag/v8.0.0) release
23+
24+
### Migration notes:
25+
- This release includes state migrations! Please pay careful attention to the doc provided by the [SDK](https://github.com/cosmos/cosmos-sdk/blob/v0.50.1/UPGRADING.md#v050x) team
26+
and the [IBC](https://github.com/cosmos/ibc-go/releases/tag/v8.0.0) team with their releases
27+
- We have some example upgrade code in the `app/upgrade/v0.50` dir, assuming that you come from a wasmd v0.4x version.
28+
- We also tested a chain upgrade with wasmd v0.33 to v0.50 directly with a fix to [app.go](https://github.com/CosmWasm/wasmd/blame/b02a4723618629b5bb9603d8298621f6ef449f92/app/app.go#L927)
29+
to work around an issue.
30+
- Disclaimer: the upgrade codes are examples and may require more customization for your chain. Please do proper tests before applying on mainnets
31+
- Please share your experience and success stories on CosmWasm [discord](https://discord.com/invite/cPjEnPd)
32+
633

734
## [v0.45.0](https://github.com/CosmWasm/wasmd/tree/v0.45.0) (2023-11-15)
835

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This code was forked from the `cosmos/gaia` repository as a basis and then we ad
1414
many gaia-specific files. However, the `wasmd` binary should function just like `gaiad` except for the
1515
addition of the `x/wasm` module.
1616

17-
**Note**: Requires [Go 1.19+](https://golang.org/dl/)
17+
**Note**: Requires [Go 1.21+](https://golang.org/dl/)
1818

1919
For critical security issues & disclosure, see [SECURITY.md](SECURITY.md).
2020
## Compatibility with CosmWasm contracts

0 commit comments

Comments
 (0)