-
Notifications
You must be signed in to change notification settings - Fork 39
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
Remove the params store key and transient store key from the app. #2189
Conversation
WalkthroughThe changes involve the removal of the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 LanguageTool
🔇 Additional comments (1)
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
app/app.go (1)
214-216
: Approved: Params constant marked for future removalThe removal of the
paramsName
constant is in line with the PR objectives. The TODO comment correctly indicates that this should be removed after an upgrade.Would you like me to create a GitHub issue to track the future removal of this constant after the upgrade?
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
- .changelog/unreleased/bug-fixes/2189-remove-params-storekey.md (1 hunks)
- app/app.go (3 hunks)
✅ Files skipped from review due to trivial changes (1)
- .changelog/unreleased/bug-fixes/2189-remove-params-storekey.md
🧰 Additional context used
🔇 Additional comments (2)
app/app.go (2)
Line range hint
363-387
: Approved: Params key removed from store initializationThe
paramsKey
has been successfully removed from the store keys initialization, which is consistent with the PR objectives of removing the parameters store key.
Line range hint
1-1134
: Overall assessment: Params module removal successfully implementedThe changes in this file accurately reflect the PR objectives of removing the parameters store key and transient store key. The modifications are minimal and focused:
- The
paramsName
constant has been marked for future removal.- The
paramsKey
has been removed from the store keys initialization.These changes appear to be sufficient for removing the params module without affecting other parts of the application. The rest of the file remains unchanged, suggesting that the params module was not deeply integrated into other components.
Description
Remove the params store key and transient store key from the app.
Turns out this should have been done in #2176. I didn't do it there because I was thinking that the app needed the store key in it in order to delete it. Now that I reflect on that, it should have obviously not been the right thing to do. Sorry.
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..changelog/unreleased
(see Adding Changes).Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.Summary by CodeRabbit
Summary by CodeRabbit