-
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
Use cardano-api from separate repository #5047
Use cardano-api from separate repository #5047
Conversation
bd0451d
to
d3edfb8
Compare
d3edfb8
to
868fb0e
Compare
f1fec3d
to
f5dfaae
Compare
f5dfaae
to
ab14e54
Compare
ab14e54
to
15ff803
Compare
@@ -230,7 +230,7 @@ test-suite cardano-cli-golden | |||
build-depends: aeson >= 1.5.6.0 | |||
, base16-bytestring | |||
, bytestring | |||
, cardano-api | |||
, cardano-api ^>= 8.1.0.1 |
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.
cardano-cli-test
, cardano-cli-golden
, depend on cardano-cli
. The version bounds in cardano-cli
should be enough to correctly resolve dependency version and the version bounds here seem redundant.
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.
Can we avoid specifying a version number in multiple places? That would be cumbersome in maintenance and requires mental overhead to remember that the change needs to be done in a few files.
@carbolymer has created a draft ADR regarding constraints. input-output-hk/cardano-node-wiki#7 I think it's okay to merge this PR without resolving the questions in the ADR and come back to implement the ADR in a separate PR. |
No description provided.