-
I noticed that when cardano-cli creates the `ScriptContext` to calculate the execution budget, each `Value` instance will always contain some lovelace, even the `txInfoMint` `Value`.
Of course the …
-
My Oura config looks like this
```yaml
[source]
type = "N2C"
address = ["Unix", "/opt/cardano/ipc/socket"]
magic = "mainnet"
[source.intersect]
type = "Origin"
[cursor]
type = "File"
pat…
-
The idea is to create a **library** that one can later import in the game-logic aiken project.
The following resources will be useful:
1) Aiken is updated with the next **v3 builtins** that al…
-
As one of the CIP process major tasks we talked about last year, I'm starting to:
1. go through the PR queue, starting with the oldest PR and going forward;
2. closing abandoned proposals (assuming …
-
## Summary
I am trying to generate code automatically from the OpenAPI spec however it's not possible without having to tinker with it manually. The current spec is not a valid OpenAPI spec.
## …
-
I have this code.
```typescript
const assets = {}
lucid.newTx().pay.ToAddressWithData(
self,
{
kind: "inline",
value: Data.void(),
},
assets,
validator
)
```
This thro…
-
### Summary
memoryUsage of empty ByteString is 1 instead of 0, contrary to what a comment and code say here:
https://github.com/IntersectMBO/plutus/blob/c3e919785c23e06acc39ca90010dbf8718d8d950/pl…
-
### 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…
-
When trying to use this package's CLI through PIP, it throws with
```
uplc dump myScript.bin --from-cbor
Traceback (most recent call last):
File "/home/banou/miniconda3/envs/clairvoyance/bin/upl…
-
The PlutusTx.Builtins defines `error`:
```hs
{-# NOINLINE error #-}
-- | Aborts evaluation with an error.
error :: () -> a
error = mustBeReplaced "error"
```
However, the use of this error thro…