-
fare updated
2 months ago
-
@njd42 suggested these a while ago, and there was some planning around them, but for various reasons (I think personnel churn), the work disappeared.
The basic idea (feel free to edit this, Neil) i…
-
Chang HF User Stories Coverage
==============================
Last updated **2024-01-30** for **cardano-node 8.7.2**
**Legend:** ![Success Badge][success-badge] ![Failure Badge][failu…
-
There are multiple places throughout the codebase which use `hedgehog`, and we should migrate those to `QuickCheck`. See https://github.com/IntersectMBO/plutus/pull/5927#discussion_r1588316757 for the…
-
Clone https://github.com/input-output-hk/plutus
Run `time nix-instantiate default.nix -A haskell.projectPackages.language-plutus-core`
I would expect this to take a few seconds but in the following …
-
I use the devcontainer 1.0.14 to build the plutus starter.
Here are my commands to create the container and to do the cabal build :
```
docker run -u root --name plutusdev -ti inputoutput/plutu…
-
I am trying to utilize a contract that uses a Plutus Maybe in the Datum.
I am trying to serialize `Nothing` using the cardano-multiplatform-lib, when this is done in Haskell the cborHex output is "…
-
### 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 probl…
-
### Summary
Can't build plutus apps, 'https://github.com/Quviq/quickcheck-contractmodel/' does not exist anymore.
### Steps to reproduce the behavior
Plutus Apps v1.1.0 and v1.2.0 are dep…
-
I migrated multisig service from Lucid to Lucid Evolution and was facing this issue.
selectionAndEvalution first looks for collateral even if only scripts are Native not Plutus, that's one issue.
…