You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have hrp definition in scriptHashToText and keyHashToText but in some command, which should use them, we have redefinition of them, ie. duplication. Also in Cardano.Address.Script we have both script, script hashes and key hashes. Which is not so good domain separation.
Decision
We have separate module Cardano.Address.KeyHash
In Command.Key.Hash we resign from redefining of hrp transitions but reuse what is in keyHashToText
Extend KeyRole to include PaymentShared and DelegationShared
Acceptance Criteria
Development
QA
The text was updated successfully, but these errors were encountered:
Context
We have hrp definition in
scriptHashToText
andkeyHashToText
but in some command, which should use them, we have redefinition of them, ie. duplication. Also inCardano.Address.Script
we have both script, script hashes and key hashes. Which is not so good domain separation.Decision
Cardano.Address.KeyHash
Command.Key.Hash
we resign from redefining of hrp transitions but reuse what is inkeyHashToText
KeyRole
to includePaymentShared
andDelegationShared
Acceptance Criteria
Development
QA
The text was updated successfully, but these errors were encountered: