Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

plutus-use-cases-scripts not working for generating scripts #1024

@minolinpwork

Description

@minolinpwork

Summary

When executing plutus-use-cases-scripts with parameter scripts it does not generate anything. When parameter transactions or mktx is passed it works.

I think the problem was introduced in this change
Link to plutus-apps commit
in the file Extract.hs when the ScriptValidationEvent was removed.

The extractor now does nothing for parameter scripts.

This is also how it behaves in the hydra builds:
Hydra plutus-use-cases-scripts output log

Steps to reproduce the behavior

  1. cd plutus-apps
  2. nix-shell --extra-experimental-features flakes
  3. mkdir tmp
  4. cabal run plutus-use-cases-scripts ./tmp scripts

Actual Result

It does not generate any scripts

Expected Result

That it would generate the scripts

Describe the approach you would take to fix this

No response

System info

OS: Debian 5.10.162
Plutus-apps: v1.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    TrackedIssue is tracked in our internal backlogbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions