-
In #150, the Typescript runtime includes goodies that can be put into different repos / libraries.
In particular, it would be nice to break it up into repos
- `json-ts`: for the json parser / ser…
-
https://api.github.com/LovelaceAcademy/nix-templates/blob/0294d2f59bc09f1a21c1203b44e9fb3ac0970e02/hor-plutus/flake.nix#L51
```nix
''hor-plutus > $out'';
script-check = pkgs.ru…
-
https://api.github.com/LovelaceAcademy/nix-templates/blob/0294d2f59bc09f1a21c1203b44e9fb3ac0970e02/hor-plutus/flake.nix#L39
```nix
''hor-plutus > $out'';
script-check = pkgs.ru…
-
Currently some functions have constraints for both `PlutusV1` and `PlutusV2`. I think these constraints can be removed when we make `transScriptPurpose` a class method.
-
I am trying to spend a UTxO with an InlineDatum sitting at a ReferenceScript. Effectively I want to create a new UTxO at the same ReferenceScript with the same InlineDatum, but with changed assets loc…
-
we could collect all entries from cabal build-depends
(maybe through hsPkgs)
https://api.github.com/LovelaceAcademy/nix-templates/blob/0294d2f59bc09f1a21c1203b44e9fb3ac0970e02/hor-plutus/flake.nix#L…
-
As with script hashing (#245) there's some cryptographic functions which are necessary in many cases to construct or test scripts, which Plutus makes available only in `plutus-apps`.
- `pubKeyHas…
t1lde updated
10 months ago
-
### Describe the feature you'd like
@zliu41 Sorry for not catching this earlier. Instead of an `Integer` here we need to specify `ProposalProcedure`
https://github.com/IntersectMBO/plutus/blob/5e95b…
-
**External**
**Area**
*Other*: Generation of stake pool registration certificate
**Describe the feature you'd like**
Currently there's no way to generate pool registration certificate using `c…
-
Fee calculation need to be adjusted in Conway. It has been decided that size of reference scripts should contribute to the fee amount charged in a transaction.
* Addition of new protocol parameter:…