2nd-Layer / cardano-core-integration-testing

Integration Testing for Cardano Node and associated tooling
GNU Affero General Public License v3.0
1 stars 0 forks source link

[oS] Migrate Cardano Wallet from ghc-scrypto to ghc-cryptonite #16

Open mark-stopka opened 3 years ago

mark-stopka commented 3 years ago

Some compenents of Cardano Wallet (cardano-wallet-jormungandr and cardano-wallet-core) depend on scrypt from Hackage which is not supporten on non-x86 architectures, cryptonite, which these components also use, provide multi-platform alternative.

Progress