-
### Summary
With both `ghc-9.6` and `ghc-9.10` this test is currectly failing with:
```
cseExpensive: FAIL (5.54s)
Te…
erikd updated
2 months ago
-
## Area
[] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulator, Plutus libraries
## Summary
When instead of ...
```
(v,d) = [(v,d) | (v,Just d) x…
-
Hey Guys, I've recently posted a question on SO, but no one answers, I think that my issue is actually related to spring, here's the question:
https://stackoverflow.com/questions/48461291/ruby-on-rai…
-
## Area
[] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
## Summary
Simple equality of a token name does not compile
```
GHC Core to PLC pl…
-
## Area
[*] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
## Summary
I need to append some constant marker to a token name.
But when I use in on-ch…
-
### Summary
See https://github.com/input-output-hk/plutus/blob/master/plutus-core/plutus-core/src/PlutusCore/Evaluation/Machine/ExBudget.hs#L57
@TotallyNotChase tried using the UPLC term `λredm. λct…
L-as updated
2 months ago
-
The `IsString` instance of Haskell's ByteString converts a String to ByteString by:
- Each Char (i.e., Unicode code point) is converted to a Word8.
- If the Char is >= 256, it wraps around (i.e., modu…
-
narrower term: Plutus script
-
### Summary
The use of the default `SlotConfig` in `awaitTime` function defined in `Plutus.PAB.Core.ContractInstance.STM` may impact script validation when running PAB with a private testnet such tha…
-
## The Problem
[`applyParamsToScript`](https://github.com/Anastasia-Labs/lucid-evolution/blob/914f33cf741b6fc08ec69b5bddf804c1c10a4edc/packages/utils/src/scripts.ts#L125) seems to generate incorrect …