-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cardano-addresses to 3.1.0 #2317
Conversation
5327c8a
to
e51a917
Compare
bors r+ |
2317: Update cardano-addresses to 3.0.0 r=hasufell a=hasufell Co-authored-by: Julian Ospald <[email protected]>
Build failed: #2292 - unit test timeout on linux. |
e51a917
to
2fd006b
Compare
Updated to 3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -232,6 +230,7 @@ import Shelley.Spec.Ledger.BaseTypes | |||
import Type.Reflection | |||
( Typeable, typeRep ) | |||
|
|||
import qualified Cardano.Address.Style.Shelley as SH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have preferred not changing it to use qualified imports. This module is called ...Shelley.Compatibility
so a prefix like SH
(I assume it stands for Shelley?) is redundant.
bors r+ |
2317: Update cardano-addresses to 3.1.0 r=rvl a=hasufell Co-authored-by: Julian Ospald <[email protected]>
Build failed: Proper failure - |
2fd006b
to
3513e4e
Compare
bors r+ |
2317: Update cardano-addresses to 3.1.0 r=hasufell a=hasufell Co-authored-by: Julian Ospald <[email protected]>
Build failed:
|
bors merge |
Build succeeded: |
No description provided.