-
![image](https://github.com/jaccokrijnen/plutus-cert/assets/4022046/ae0a9b9c-e14c-45b6-baf5-807239bf212d)
Constructors' types are not directly their annotation, but have their result type replaced …
-
Hi Mesh :wave:.
I've been able to create some UTxOs which were spent against a validator script written in Aiken. However, when I try to redeem those UTxOs in a follow-up transaction using `redeemV…
-
## Summary
In trying to add a data type `Epoch` to a UTxO datum
`TreasuryState`, I encountered a couple of PLC errors during
compilation. With:
```haskell
{-# LANGUAGE DeriveAnyClass #-}
{-…
-
Всем привет, `пацаны!`
Создаю тут темку типа вопросов на русском языке.
Где каждый может высказаться по своему поиску сундука счастья.
Написать свои мысли. Попросить вселенную помочь найти 5000 б…
-
I had a conversation about this CIP several weeks ago with a few others, including @lehins from the ledger team. This seems desirable to do, easy to implement (on both the Plutus and the ledger side),…
-
**If you just want to build static Haskell executables right now, follow [these instructions](https://github.com/nh2/static-haskell-nix).**
This issue collects/links all issues and ongoing work to …
-
Hi there,
While developping tools with [Hachi][gh:hachi], we noticed something that we believe is a bug in the compiler from Plutus to Plutus Core.
Best,
Nicolas
EDIT: It seems to not be c…
Niols updated
8 months ago
-
**Describe the bug**
Building a package with cabal 3.12.0.0, I encountered this error:
```
> cabal test all
...
Error: [Cabal-9341]
Failed to find the installed unit 'cardano-submit-api-3.2.2-…
-
### Summary
I recently updated my project to plutus tag-1.21.0.0 for a minting contract, the validator is:
```
{-# INLINEABLE mkValidator #-}
mkValidator :: MintScriptParameter -> MintRedeemer ->…
-
Hi, I've been trying to setup a very simple and minimal environment to compile Plutus scripts using plutus-tx.
I'm using `haskell.nix` and I followed the `README` but for some reason cabal is tryin…