Cosmos SDK Twilight (v0.47) #6
Replies: 14 comments
-
Cosmos SDK v0.47.2 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.2 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.3 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.3 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.4 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.4 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.5 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.6 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.6 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.7 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.7 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.8 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.8 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.9 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.9 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.10 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.10 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.11 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.11 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.12 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.12 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.13 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.13 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.14 has been released: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.14 |
Beta Was this translation helpful? Give feedback.
-
Cosmos SDK v0.47.0 Release Notes
The Twilight release of Cosmos SDK (version 0.47) brings a number of changes to the platform, aimed at improving the overall performance and functionality of all Cosmos SDK based chains.
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from last release.
Refer to the upgrading guide when migrating from
v0.46.x
tov0.47.0
.🚀 Highlights
Upgrade to CometBFT v0.37.0.
[]byte
tostring
.Support of ABCI 1.0 in the SDK.
PrepareProposal
andProcessProposal
ABCI methods.Deprecation of the
x/params
module.MsgUpdateParams
message.x/params
. It is recommended to migrate your custom modules as well.Migration from
gogo/protobuf
tocosmos/gogoproto
.gogo/protobuf
library. This has been replaced bycosmos/gogoproto
which is a fork ofgogo/protobuf
with some improvements and fixes, that is maintained by the Cosmos SDK team.ghcr.io/cosmos/proto-builder
image (version >=0.11.5
) for generating protobuf files.App Wiring with dependency injection.
runtime
anddepinject
arepre-1.0
).Removal of the proposer-based rewards from
x/distribution
.Re-addition of
title
andsummary
fields on group and gov proposals.v0.46
withx/gov
v1, these fields were not present (while present inv1beta1
). After community feedback, they have been added inx/gov
v1.Refactoring of tests in the SDK and addition of the
simtestutil
package, for facilitating testing without depending on simapp.simapp
in an application must be removed going forward.❤️ Contributors
This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!
Beta Was this translation helpful? Give feedback.
All reactions