-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v042..v043 Audit changes on existing code #9218
Comments
If useful for anyone, to check what code has been modified in v043 in a subfolder, this command works: |
I guess it might be relevant to have a look at the corresponding |
Found this to be helpful:
|
Emacs also supports diff buffers :) |
There are not much things inside std package, just codec registration. No changes required in the package. |
The
There is some room for improvement on the content and formatting of comments but nothing critical. It might be nice to do a larger audit of content and formatting throughout the project to improve consistency and readability for generated godocs. All changes are recorded in the
|
All items are checked, I'm closing this. Thanks everyone 🚀 simapp follow-up is tracked here: #9346. |
Part of #9116.
This checklist is to be used for tracking the final internal audit of fixes and features introduced on existing Cosmos SDK code and modules, prior to inclusion in a published release.
Commit 7fd3d00 is when
release/v0.42.x
branched out of master. We should audit the commit log7fd3d00..master
, and perform the following audits below.Prior to
beta
tagModules Audit
excluding
authz
andfeegrant
Checklist west
Checklist east
Scope for each module:
/spec/
folder in module directory)for
loops)for
loops)SDK Core Audit (aka non-module code)
West:
client/
#9295East:
types/
#9290Scope;
The text was updated successfully, but these errors were encountered: