-
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
12 months ago
-
This is not only K related, but I didn't know of a better place to currently add this issue.
If you are an auditor who is working on a formal verification engagement (Lukso/Optimism) or if you've h…
-
### Summary
I am using `loadFromFile` for the attached UPLC program and seeing the following error:
```
Failed to deserialise our own program! This is a bug, please report it. Caused by: T
ooM…
-
#### What Git revision are you using?
```
$ aiken --version
aiken v1.0.21-alpha+b6acdde
```
#### What operating system are you using, and which version?
- [x] Linux / Ubuntu
- [ ] Linux / Ot…
-
## Description
Implementation of a native IOTA L2 Smart Contract Framework that is UTXO based.
## Motivation
It would allow to really use IOTAs full potential and to overcome the limitations …
-
Current logic for figuring out reference scripts does not care whether the same inputs is listed in inputs that are spent and reference inputs: https://github.com/IntersectMBO/cardano-ledger/blob/53d9…
-
-
## Why
* To measure the progress and success of Hydra we need some tools that provide insights about uses of Hydra on various networks. We could of course use existing tools like cardanoscan.io but…
ghost updated
8 months ago
-
I'm unable to get a repl in `nix develop` due to a bug in `cabal` in combination with the `-wunsed-packages` and `-werror` flags on `master`:
```
[nix-shell:~/IOHK/cardano-ledger]$ cabal repl cardan…
-
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…