ssvlabs / ssv

Secret-Shared-Validator(SSV) for ethereum staking
https://ssv.network
GNU General Public License v3.0
183 stars 96 forks source link

message/validation: rename package #1864

Open nkryuchkov opened 4 days ago

nkryuchkov commented 4 days ago

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

BavyaMittal commented 3 days ago

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?