-
Broadly speaking, the Cardano Ecosystem relies heavily on Nix.
While Nix can help lead a project to reproducible builds, it can make the process of upgrading dependencies very difficult to manage.
…
-
UPLC and Plutus Ledger API is independent of each other. UPLC defines the "instruction sets" for the smart contracts while Ledger API defines structure of data provided by nodes to each scripts. Diffe…
-
_How do we navigate this **Brave New World?**_
### Context
- [Project enlistment within the CIP process](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0001#project-enlisting) was in…
Ryun1 updated
1 month ago
-
### Describe the feature you'd like
Would be great if the compiler produced 2 artifacts, one version of the contract with all debugging code-paths stripped out to be used on-chain and one with debugg…
-
This would simplify the dynamic semantics. Neutral terms are necessary because of built-in functions. Perhaps
we could hypothesize that all built-ins have a valid implementation:
⟦⋅⟧ : Builtin τ…
-
### Describe the feature you'd like
I would like to have a feature like this
```
dataToHash :: ToData a => a -> BuiltinByteString
dataToHash = ...
```
(I would also like the hash to fit into 28 …
-
Pretty soon it'll be time to start moving over the `uplc` crate into a crate in this monorepo. Perhaps named `pallas-plutus`.
This will serve as a parent issue to divisible subtasks so that anyone …
rvcas updated
1 month ago
-
I'm not sure what is going on. I get the following while trying to build transaction.
```
% ./start-app.sh
Writing Swagger file ...
parsing Config ...
Loading Providers ...
Starting server at…
-
1. Shrinking is sometimes slow because a large number of shrinks are generated. See [this comment](https://github.com/input-output-hk/plutus/pull/4949#discussion_r1029985014).
2. There was a test fai…
-
### Describe the feature you'd like
Currently the signature of `writeBits` is:
```haskell
-- | Given a 'BuiltinByteString', a list of indexes to change, and a list of values to change those
-- i…