-
### Description
Following the steps in the readme, when running attempting to build Docker image I'm hitting an error blocking me from proceeding.
### Steps:
1. Checkout this repo
2. `$ docker b…
-
### Summary
Сan you tell me where I'm wrong in my wishes?
I want to do `lookup (Rewarding sc) (txInfoRedeemers $ scriptContextTxInfo ctx)`, but in [pr 6173](https://github.com/IntersectMBO/plutus/pu…
-
It compiles datatype definitions in order to get the types of the components of the definition. This is a layering violation at best.
We should pull out whatever logic is needed to compute the type…
-
NEAT tests are flawed in quite a few ways, but given their rather low priority and the fact that probably nobody is actually going to be working on them I'll post all of the original GitHub tickets in…
-
**Submitting author:** @mengqi-z (Mengqi Zhao)
**Repository:** https://github.com/JGCRI/plutus.git
**Version:** v1.0.1
**Editor:** @kellyrowland
**Reviewers:** @amygalanter, @samgdotson
**Archive:…
-
## Area
- [x] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
- [ ] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulato…
-
As a Plutus Core developer I want to have easy access to coverage reports so I know if I need to improve the coverage on a PR.
### Acceptance criteria
- Coverage reports for a PR can easily be a…
-
As a Plutus Core developer, I want to be told if key coverage metrics decrease, so that I keep the code well tested.
Key coverage metrics:
- CEK machine coverage by conformance test suite (most …
-
### Summary
The issue came up when I compared two similar smart contracts for minting an NFT: one written using `PlutusLedgerApi.V3` and the other using `PlutusLedgerApi.V2`. When I compare the `Sh…
-
Converting from `BuiltinData` to `ScriptContext` is pricy for large transactions. I don't see any obvious reason not to provide the script with the `ScriptContext` directly. Unlike the datum and redee…