-
Notifications
You must be signed in to change notification settings - Fork 721
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
[cardano-api] Derive Eq instance for AcquiringFailure #4683
[cardano-api] Derive Eq instance for AcquiringFailure #4683
Conversation
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
This is to work around a missing Eq AcquiringFailure, see IntersectMBO/cardano-node#4683
@@ -14,6 +14,8 @@ | |||
|
|||
- **Breaking change** - Reduce exposed modules in cardano-api ([PR4546](https://github.com/input-output-hk/cardano-node/pull/4546)) | |||
|
|||
- **Breaking change** Change return type of `queryNodeLocalState` to new `AcquiringFailure` type. |
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.
Where is this breaking change?
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.
It was a breaking change. I intended to document the fact and why I ended up doing this PR -> our code down stream broke.
9d98394
to
a339626
Compare
This is often used in tests where we would like to assert that we receive one or the other.
a339626
to
3f7b997
Compare
This is often used in tests where we would like to assert that we receive one or the other.