IntersectMBO / cardano-api

Cardano API
Apache License 2.0
26 stars 23 forks source link

Switch from cryptonite library to crypton #660

Closed erikd closed 1 month ago

erikd commented 1 month ago

The former library is deprecated in favor of the latter which is a drop in replacement.

Some of cardano-api's dependencies might still depend on the former but they will all be fixed eventually.

Changelog

- description: |
    Switch from cryptonite library to crypton
  type:
    - compatible     # the API has not changed

Context

How to trust this PR

Checklist

erikd commented 1 month ago

Just discovered something wrong with this. Will look tomorrow.

erikd commented 1 month ago

This can't be done/fixed until the lower level libs (cardano-crypto, plutus, ledger etc) have been updated.

Closing this.