Is your feature request related to a problem? Please describe.
Currently, message validation is located under .../message/validation the package is called validation. When we import it, it's referenced as validation and it might not be clear what validation is meant
Describe the solution you'd like
Perhaps something like msgvalidation would be clearer and wouldn't increase the name size by a lot
Describe alternatives you've considered
Call it messagevalidation but it seems quite long
Additional context
We probably don't need to touch genesis message validation as we will remove it, this will also decrease the amount of conflicts with the PR that removes pre-fork code
Hello my name is Bavya and I am a software engineering student looking for a good first issue. I would like to try resolving this issue. Can I work on this if no one else is assigned yet?
Is your feature request related to a problem? Please describe.
Currently, message validation is located under
.../message/validation
the package is calledvalidation
. When we import it, it's referenced asvalidation
and it might not be clear what validation is meantDescribe the solution you'd like Perhaps something like
msgvalidation
would be clearer and wouldn't increase the name size by a lotDescribe alternatives you've considered Call it
messagevalidation
but it seems quite longAdditional context We probably don't need to touch genesis message validation as we will remove it, this will also decrease the amount of conflicts with the PR that removes pre-fork code