-
When buliding [plutus](https://github.com/input-output-hk/plutus/tree/plutus-core/verify-signature), I can run `cabal new-build exe:plc` without any problems. However, `cabal new-install exe:plc` fail…
-
Add serialization builtin to Plutus, i.e.
```haskell
serialize :: a -> ByteString
```
-
Revision: d622f2515eef32f9d0f953f96adcf7ab782f3feb
1. `nix-shell`
2. `cabal new-clean`
3. `cabal new-repl plutus-wallet-api:plutus-ledger`
Results in
```
...
Configuring library 'plutus-…
-
Before PlutusFest it was suggested that we should try to make the spec more user-friendly, and @mchakravarty proposed a plan here:
https://input-output-rnd.slack.com/archives/C21UF2WVC/p15434038565…
-
This is one of two problems related to contracts that span multiple transactions. By "contract" I mean a set of contract endpoints that spend and produce outputs to some script address. By "span multi…
-
As of now, running `cabal new-build all -p --enable-profiling` fails with
```
GHC Core to PLC plugin: Error: Error from the PLC compiler:
Free type variable: Unit_50
```
cc @michaelpj
-
Compiling this program:
```haskell
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Test where
impor…
-
the one referenced in plutus core folder https://github.com/input-output-hk/plutus/tree/master/language-plutus-core
https://github.com/input-output-hk/plutus/tree/master/docs/plutus-core
-
We'd like to compile with 8.6, especially since this the major version planned to be used for the Shelly release.
However, there is at least one blocker, namely we are affected by https://ghc.haske…
-
`stack --version` `Version 1.4.1, Git revision 45e2ba52a08b235ef1a6421e73bbbe7255014796 (4759 commits) x86_64 hpack-0.17.0`
In `cardano-sl` (commit [`e52b75523`](https://github.com/input-output-hk/…