-
### Summary
When one gets a PlutusTx compilation error like
```
GHC Core to PLC plugin: Error: Reference to a name which is not a local, a builtin, or an external INLINABLE function: Variable G…
ghost updated
9 months ago
-
### Context
In order to test the verification function we have to use the values of vk.json and proof.json by circom. To test this I will append our three factorial circuit example into the repo.
…
-
### Describe the feature you'd like
Plutus compilation fails for any mention of associated data families with `Unsupported feature: Irreducible type family application`. Same code with associated typ…
-
I've recently updated my version of `dante` (from one at the beginning of 2022 I think) and now I often get these warnings:
```
: warning: [GHC-32850] [-Wmissing-home-modules]
These modules a…
-
**Describe the bug**
My project compiles successfully, but wouldn't run due to the following error:
```
HandshakeError (Refused NodeToClientV_13 "version data mismatch: NodeToClientVersionData {n…
-
Hello!
Great library!! I love how you have structured your code - very modular and helpful with the interceptors
**My primary use-case is for Entity Framework Core & MSSQL**
I saw that you h…
-
The proper execution step/memory consumption evaluation currently relies on aiken. This removes some responsibilites but essentially pulls Rust into the build chain. To improve accessibility, we shoul…
-
See e.g. https://github.com/input-output-hk/plutus/pull/4651
In addition, internally at MLabs we have plutus-tx projects that work with cabal build, but when building with haskell.nix, it gives the…
L-as updated
11 months ago
-
If I hover over a Haddock comment for a function *or* any comment preceding such a comment, I get a type hover for the *previously declared* function without the name.
e.g.
```
f :: a -> b
-- co…
-
Currently some functions have constraints for both `PlutusV1` and `PlutusV2`. I think these constraints can be removed when we make `transScriptPurpose` a class method.