-
### Describe the feature you'd like
Seems like all datatypes, besides BuiltinX lack `HasSchema` instance. That would be nice to have them provided.
### Describe alternatives you've considered
…
-
## Dependency Tree
```mermaid
flowchart BT
A[Plutus]
B[Ledger]
C[Ouroboros Network]
D[Ouroboros Consensus]
E[Cardano API]
F[Cardano CLI]
G[Cardano Node]
…
-
**Is your feature request related to a problem? Please describe.**
Plutus Blueprints are increasingly used for Cardano Smart Contracts [citation needed]. A part of these blueprints is a schematic des…
-
This issue is for dumping all the plans regarding AST optimizations (such as case-of-case, case-of-known-constructors etc) in a largely unstructured way. We'll have separate messages for Plutus Core a…
-
I am a beginner who just started developing with Cardano.
I am writing a javascript code to move a utxo locked in the trivial.always_succeeds contract (preprod: addr_test1wquu2gxsvfa2lfeg7ljd6yq59dmu…
-
Plutus was originally released with `PlutusTx` as the default Haskell API for building plutus onchain scripts. other tools have quickly emerged for writing plutus _without Haskell_, either as a stand…
-
# Plutus Core Meetup Dogfooding
At the 2024 Plutus Core Meetup we had a dogfooding session aimed at deploying a UPLC script to the Preview Cardano chain. The following is a summary of my experience…
-
### Summary
The testcase `trackCostsRetaining` https://github.com/IntersectMBO/plutus/blob/master/plutus-core/untyped-plutus-core/test/Evaluation/Builtins/Definition.hs#L458
fails only on Darwin…
-
## Area
[] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[x] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulator, Pl…
-
Currently, effective usage of Plutus in production pretty much requires reading of the Plutus specification and the extended EUTXO model. However these documents are not necessarily optimized for quic…