Skip to content

Commit

Permalink
Regenerate plutus.json and drop golden files for aiken scripts
Browse files Browse the repository at this point in the history
Those are redundant and the plutus.json is the ground-truth for aiken scripts.
  • Loading branch information
ch1bo committed Jan 7, 2025
1 parent e7693d8 commit 29a35f5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 27 deletions.
24 changes: 20 additions & 4 deletions hydra-plutus/plutus.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hydra-plutus/scripts/mHead.plutus

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions hydra-plutus/scripts/vCommit.plutus

This file was deleted.

5 changes: 0 additions & 5 deletions hydra-plutus/scripts/vDeposit.plutus

This file was deleted.

5 changes: 0 additions & 5 deletions hydra-plutus/scripts/vInitial.plutus

This file was deleted.

6 changes: 0 additions & 6 deletions hydra-plutus/test/Hydra/Plutus/GoldenSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ spec = do
goldenScript "vHead" Head.validatorScript
it "Head minting policy script" $
goldenScript "mHead" (serialiseCompiledCode HeadTokens.unappliedMintingPolicy)
it "Deposit validator script" $
goldenScript "vDeposit" depositValidatorScript
it "Initial validator script" $
goldenScript "vInitial" initialValidatorScript
it "Commit validator script" $
goldenScript "vCommit" commitValidatorScript

-- | Write a golden script on first run and ensure it stays the same on
-- subsequent runs.
Expand Down

0 comments on commit 29a35f5

Please sign in to comment.