-
Currently `aiken`'s `Constant` type handles only a subset of `plutus-core`'s `DefaultUni`, in particular it's missing lists, pairs and "Data".
```haskell
data DefaultUni a where
DefaultUniInteg…
-
Somewhere along the way, the `trivial-policies.md` proof silently broke, outputting `#Top` still (so it passes on CI) but also a lot of kore from `kore-exec` because it failed to simplify a term.
-
I believe there is a problematic tx not getting parsed within this block itself. This was produced from a fresh install, no modifications to execution plan and with latest versions Carp (2.1.0), Postg…
-
### Summary
If inputs are set it is impossible to rely on order of inputs.
this forces us to do redundant filter-like searches instead of just pattern matching on list of inputs.
In the case of…
-
**What happened?**
Run ZadigX failed on Mac M2, the image **koderover.tencentcloudcr.com/koderover-public/dex:ee-1.4.0** haven`t supported `arm64`
**What did you expect to happen?**
the image…
-
The file `plutus-core-spec/draft-new-specification/plutus-core-specification.pdf` (20th-may-2022) is much more recent than `plutus-core-spec/plutus-core-spec.tex` (6th-april-2021), and contains many u…
-
@Bodigrim suggested I take the proposal that I recently submitted to `libraries@` here, to play guinea pig for this process.
## What
I suggest to change
```
class Eq a where (==), (/=) :: a ->…
-
Hello folks, please comment here if you or your org is using GraphQL Engine.
-
According to https://github.com/input-output-hk/plutus/blob/master/plutus-core/plutus-core/src/PlutusCore/Evaluation/Machine/ExMemory.hs, lines 217-221, a zero-length bytestring should have ex_mem siz…
-
# The problem
When we encounter a problem with our deserializers, such as in #3003, #2965 and #2444, it can be very difficult to implement a fix. It is difficult because we can only fix such issue…