christianschmitz
christianschmitz
The file `plutus-core-spec/draft-new-specification/plutus-core-specification.pdf` (20th-may-2022) is much more recent than `plutus-core-spec/plutus-core-spec.tex` (6th-april-2021), and contains many updates which already seem to be in production. I suggest updating the latex file as quickly...
master branch, commit a70812, file `plutus-ledger-api/src/PlutusLedgerApi/V1/Tx.hs`: Line 63: `TxId` is a `newtype`, but on line 218: `makeIsDataIndexed` used for `TxId` This seems odd and slightly wasteful: `TxId` is something simple...
I noticed that when cardano-cli creates the `ScriptContext` to calculate the execution budget, each `Value` instance will always contain some lovelace, even the `txInfoMint` `Value`. Of course the lovelace entry...
**Is your feature request related to a problem? Please describe.** `useLocalStorage` internally keeps a copy of the stored value using `useState`, if this state is updated within one component the...
Importing a regular function into a script, and then defining a method on an enum within the script that imported the regular function, and then attempting to call that method...