-
Notifications
You must be signed in to change notification settings - Fork 592
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
smaller app.go #1009
smaller app.go #1009
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1009 +/- ##
=======================================
Coverage 20.60% 20.60%
=======================================
Files 193 193
Lines 25237 25237
=======================================
Hits 5199 5199
Misses 19084 19084
Partials 954 954 Continue to review full report at Codecov.
|
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.
EDIT: Left a comment for the wrong PR, haven't reviewed this one yet
app/keys.go
Outdated
txfeestypes "github.com/osmosis-labs/osmosis/v7/x/txfees/types" | ||
) | ||
|
||
func KVStoreKeys() []string { |
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.
I think this belongs in keepers.go
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.
LGTM! I think that the store keys should go in keepers.go as well though
Ok I'll move the store keys to keepers.go and eliminate keys.go |
* create keys.go and blocked.go to make app.go easier * flatten NewOsmosisApp * Update app.go * fmt * eliminate keys.go and move store keys to keepers.go (cherry picked from commit 265890f)
Closes: #671
Description
Today I worked on upgrading akash to v0.45.1 and got a feel for what @ValarDragon was describing for #671. I thought that moving the blocked addresses and store keys out would aid the cause.
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer