-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
chore: remove mint imports in the sdk #18307
Conversation
WalkthroughThe changes primarily revolve around the removal of the Changes
Poem
TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (3)
- baseapp/block_gas_test.go (3 hunks)
- baseapp/utils_test.go (1 hunks)
- testutil/sims/address_helpers.go (2 hunks)
Files skipped from review due to trivial changes (3)
- baseapp/block_gas_test.go
- baseapp/utils_test.go
- testutil/sims/address_helpers.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.
Can we remove the dep from the go.mod?
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.
this is grpc server test, imho we should keep the subdir in integration as well
no because staking and bank import it, so we need to remove those or remove the dep of min in those in order to make this work. |
8a0feb1
to
0cbf37f
Compare
Running |
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.
should be reverted.
Description
ref ##18290
this pr moves grpc server integration tests to the integration folder and removes importing of the mint module within the cosmos sdk root
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking changeSummary by CodeRabbit
Refactor:
minttypes
package import frombaseapp/block_gas_test.go
,baseapp/utils_test.go
, andtestutil/sims/address_helpers.go
files, simplifying the codebase.mintModuleName
to replaceminttypes.ModuleName
intestutil/sims/address_helpers.go
, enhancing code readability.Please note, these changes do not affect the functionality of the application and are aimed at improving the code quality and maintainability.