forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on cardano-prelude (IntersectMBO#2992)
Update `plutus` and `cardano-base` dependencies. Remove usage of `cardano-prelude`: * Update nix shell to prebuild packages and make them available to ghc-pkg so that running cabal from within the shell doesn't have to (which sometimes fails). * Update plutus version and adjust to API changes * Update cardano-base to a version compatible with plutus and without cardano-prelude * Allow newer version of `hashable`, since plutus brings in version 1.4.1.0, but our dependency Unique is restricting it to 1.4. * Regenerate `PlutusScript` using `plutus-preprocessor` * Fix Plutus protocol version in test, which was wrong, but only started failing with the new plutus version * Replace `panic` function from `cardano-prelude` with `error` * Use HeapWords from cardano-base instead of cardano-prelude * Remove dependency on `cardano-prelude` from everywhere except byron Co-authored-by: Alexey Kuleshevich <[email protected]>
- Loading branch information
Showing
44 changed files
with
248 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.