-
Notifications
You must be signed in to change notification settings - Fork 48
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
Split profiles keeper #440
Conversation
Codecov Report
@@ Coverage Diff @@
## master #440 +/- ##
=======================================
Coverage 72.13% 72.13%
=======================================
Files 67 73 +6
Lines 3456 3456
=======================================
Hits 2493 2493
Misses 864 864
Partials 99 99
Continue to review full report at Codecov.
|
renamed 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.
Can you also split simulation operations please?
CHANGELOG.md
Outdated
@@ -6,6 +6,7 @@ | |||
- Standardized `PostID` naming convetions ([#419](https://github.com/desmos-labs/desmos/issues/419)) | |||
- Renamed all events `Attribute` into `AttributeKey` ([#423](https://github.com/desmos-labs/desmos/issues/423)) | |||
- Updated Cosmos to `v0.42.5` ([#433](https://github.com/desmos-labs/desmos/issues/433)) | |||
- Split the `Profiles` `keeper`, `msg_server` in multiple files according to their purpose ([#430](https://github.com/desmos-labs/desmos/issues/430)) |
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 don't think we should include code-cleanliness related changes inside the CHANGELOG
@RiccardoM It was already splitted |
Description
This PR split the
x/profiles
keeper in multiple files handles different kind of operations to improve maintainability.Closes #430 .
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.