Closed mattverse closed 1 month ago
The pull request includes updates to the CHANGELOG.md
for the Osmosis project, featuring new entries under the "Unreleased" section and specific version updates. It also modifies the genesis_test.go
file by implementing better temporary directory handling and enhancing comments for clarity. These changes aim to improve the documentation of project updates and the reliability of the test suite.
File Path | Change Summary |
---|---|
CHANGELOG.md | Updated with new entries under "Unreleased" and specific version changes (v26.0.1, v26.0.0, v25.2.1, etc.). Categorized changes into features, improvements, and bug fixes. |
x/lockup/keeper/genesis_test.go | Modified TestMarshalUnmarshalGenesis for improved temporary directory handling and added comments for clarity. Updated TestExportGenesis to reflect new lock ID. |
CHANGELOG.md
, similar to the main PR, which also updates the changelog structure and entries.CHANGELOG.md
, contributing to the documentation of project updates, aligning with the main PR's focus on changelog modifications.CHANGELOG.md
to reflect various modifications, including entries related to state compatibility, which is relevant to the changes made in the main PR.CHANGELOG.md
to include entries related to fixes for temporary directory issues, which is relevant to the main PR's updates on changelog entries.V:state/compatible/backport
, A:no-changelog
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?
Closes: #XXX
What is the purpose of the change
We have observed couple of failures in go tests, and this has been due to concurrency issues within testing.
This fix should fix the issues we have been facing.
Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)