Move key presentation function outside of keyring
#8046
Labels
C:Keys
Keybase, KMS and HSMs
T: API Breaking
Breaking changes that impact APIs and the SDK only (not state machine).
Milestone
Summary
Bech32 Key presentation functions were added to a keyring package as a workaround for import cycle. Now we can remove it.
This is related to: #7447
Problem Definition
Keyring package is responsible for storing keys, not for client presentation. To stabilize
Proposal
client/keys/add.go:printCreate
functionI already started a work for this while doing #7447
For Admin Use
The text was updated successfully, but these errors were encountered: