-
Notifications
You must be signed in to change notification settings - Fork 479
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
Switch from cryptonite to crypton #6575
base: master
Are you sure you want to change the base?
Conversation
This PR should not be merged until the two SRPs added in this PR are removed. |
@@ -478,7 +478,7 @@ library marlowe-internal | |||
build-depends: | |||
, base | |||
, bytestring | |||
, cardano-crypto-class >=2.1.5 && <2.3 | |||
, cardano-crypto-class |
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.
This constraint here seems superfluous.
@@ -291,12 +291,12 @@ library | |||
, bytestring | |||
, bytestring-strict-builder | |||
, cardano-crypto | |||
, cardano-crypto-class ^>=2.1.5 | |||
, cardano-crypto-class ^>=2.2 |
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.
Latest master
version of cardano-base
This can be merged because this |
899e631
to
a4ae768
Compare
The former is deprecated in favor of the latter which is is drop in replacement. This change also requires a bump in the major version of `cardano-crypto-class` and related packages from `2.1.*` to `2.2.*`. No changes are required in Plutus for this change, but `cardano-ledger` does not currently support `2.2.*`.
The former is deprecated in favor of the latter which is is drop in replacement. This change also requires a bump in the major version of
cardano-crypto-class
and related packages from2.1.*
to2.2.*
. No changes are required in Plutus for this change, butcardano-ledger
does not currently support2.2.*
.Pre-submit checklist: