-
The gold standard for CI for CHaP would be to check when adding a new package foo-X:
1. That foo-X builds from CHaP
- If this fails the package is probably broken and shouldn't be released (migh…
-
please update the new wallet addresses in it
-
### Summary
I've been trying to build the playground with the last versions of the repositories, and when running "nix-shell" I keep getting errors for missing files, like the following:
error: fi…
-
### Summary
... and sometimes when GHC does (or doesn't) something the code using that module fails to compile:
```
GHC Core to PLC plugin: E042:Error: Unsupported feature: Irreducible type fam…
-
### Summary
Hi, I'm trying to build plutus-core without haskell.nix and running in to the following linker error.
```
[ 43 of 201] Compiling PlutusCore.Core.Instance.Recursive ( plutus-core/src…
-
@SIDANWhatever — Yesterday at 17:56
>Okay, then maybe you try to understand the above 3 contracts first and give me some time to develop the package function
https://gitlab.com/gimbalabs/plutus-p…
-
I'm getting
```
cabal build bot-plutus-interface
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
- bot-plutus-interface-0.1.0.0 (lib) (first …
-
With the help of [Vulture tool](https://pypi.org/project/vulture/), I was able to find some dead code in `core` codebase that gets included into the binary and takes space.
It could be an easy win …
-
Whenever the backend crashes, the first message the user sees is the final configuration, and only after scrolling up they can see the particular error log. This can be confusing because the user migh…
-
Hi.
I just wonder, is there any possibility to decompile Plutus Core? Could we, for instance, save clear secrets inside the blob (passing them as args to PlutusTx.compile for ex.)?
Thanks.