Open
Description
opened on Mar 3, 2021
Summary
SDK /crypto/types.Address
is an alias to tendermint crypto.Address
.
Problem Definition
Type aliases are used for refactoring or when there is a need for moving a type in a local scope (usually using a private types). Otherwise they bring zero value. We end up with a dead type which we can't customize.
Proposal
Remove SDK Address
. Otherwise provide justification for keeping the type alias. In the latter case - update SDK consistently to use SDK Address
Related to:
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity