Remove Get* Prefixes from Key Construction Functions #2747
Labels
good first issue
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Summary
The code is littered with functions such as
GetValidatorSigningInfoAddress
that compose keys for various store operations. As discussed offline, theGet*
prefix semantics don't really make sense here as we're not operating on concrete types.Proposal
Simply remove
Get
from said functions (e.g.GetValidatorSigningInfoAddress
=>ValidatorSigningInfoAddress
)./cc @jaekwon
For Admin Use
The text was updated successfully, but these errors were encountered: