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
Current module prefix that is used in testing is inconsistently named: Test.Crypto.*
All modules need to be renamed to Test.Cardano.Crypto.* and deprecated modules reinstated in a separate commit with re-exports and deprecation pragmas.
Current module prefix that is used in testing is inconsistently named:
Test.Crypto.*All modules need to be renamed to
Test.Cardano.Crypto.*and deprecated modules reinstated in a separate commit with re-exports and deprecation pragmas.