-
For some reason `haskell-language-server` doesn't work properly because when compiling `HydraAuction.OnChain` it fails with:
```
Program error: GHC Core to PLC plugin: E043:Error: Reference to …
-
### Summary
I am trying to run the plutus benchmark described in plutus-benchmark. The suggested cabal command fails due to conflicting dependencies.
### Steps to reproduce the behavior
…
-
### Summary
I can't get to work with the ```hls``` features while writing plutus as mentioned in the [VSCode repository issue](https://github.com/haskell/vscode-haskell/issues/614)
![Screenshot fr…
-
## Reading README: [2/35]
PAB: serve and interact with contracts over a web API; …
-
Supporting polymorphism allows implementation of more abstract functions.
An example use-case written in Plutus:
```hs
helper :: [TxInInfo] -> [TxInInfo] -> (TxOut -> TxOut -> a) -> a
helper inp…
-
-
This happened
```
❯ nix build --override-input cardanoHaskellPackageRepo path:/home/andrea/work/cardano-haskell-package-repo/_repo
warning: Git tree '/home/andrea/work/cardano-node' is dirty
war…
-
by looking at some contracts' plutus core, there are some of `(force mkCons)`, `(force trace)`, `(force ifThenElse)` for example. I guess in these forcings are cheap to store and execute, but they are…
-
We have a smart contract. That has following redeemer function:
```
data BreedAction = Claim | Cancel | CloseAdmin
deriving (Generic, ToJSON, FromJSON, ToSchema)
PlutusTx.makeIsDataIndexed…
-
**Internal/External**
Internal
**Area**
Other
**Summary**
We noticed some significant performance issues with `Cardano.Api.Fees.evaluateTransactionFee` and `Cardano.Api.TxBody.makeTransacti…