Closed SpicyLemon closed 3 months ago
The transition from version v1.19.0-rc1
to v1.19.0
of the Provenance project introduces significant enhancements, including a streamlined changelog, new features such as a link-update script and a gRPC querier, and improvements to documentation. Notable client-breaking changes require users to adapt to new command structures. The update also emphasizes the importance of governance proposals with new requirements and includes various library updates to maintain compatibility and enhance functionality.
File/Module | Change Summary |
---|---|
CHANGELOG.md |
Consolidated release notes for v1.19.0 , detailing new features, improvements, bug fixes, and client-breaking changes. |
Removed indication of "nothing" for the previous release. | |
Specified removals and modifications of commands and their usage. | |
Documented new requirements for governance proposal submissions. | |
Updated dependencies for various libraries to the latest versions. |
🐰 In the garden of code, so bright and new,
Changes hop in with a joyful view.
Commands have shifted, a fresh breeze flows,
Features sprout up like springtime rows.
Let's celebrate progress, with a cheerful cheer,
For Provenance blooms, a vision so clear! 🌸
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This PR marks
v1.19.0
in the changelog onmain
.This is basically a frontport of the following PR back to
main
, but without theRELEASE_CHANGELOG.md
file:2099
Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passesSummary by CodeRabbit
New Features
Bug Fixes
add-net-asset-values
command.Improvements
Client-Breaking Changes
provenanced query account
command and restructured genesis-related commands.Chores