move all address related functions to /types/address package #8587
Open
Description
Summary
When implementing ADR-28 we created /types/address
package. That package can't import /types
because of circular dependency. To the benefit of code organization and better code isolation we should move all address related functions from /types/
to /types/address
, and update the address.Hash
to return Address
type.
Ref: #8415 (comment)
Depends on: pubkey-bech32 removal.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity