-
Currently we just dump expressions as `String`s using some custom functions. We should use a proper pretty-printing library and be agnostic about the final string type. Precedence and associativity of…
-
[CIP-21](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0021) describes how hardware wallets require transactions to be formatted in order to be signed by them. `cardano-cli` does not prod…
-
### Summary
When testing a contract I ran into an issue where transaction validation fails with the following error:
```
CardanoLedgerValidationError "ApplyTxError [UtxowFailure (WrappedShelle…
-
### Summary
Syncing the chain index on `mainnet` requires excessive amounts of memory when it needs to catch up with syncing.
For example, it used approximately 100GB of memory where the last 4%…
-
Taking inspiration from https://github.com/cardano-foundation/CIPs/pull/314 it is worthwile to investigate how much we could further compact the UPLC’s flat format. The size of plutus scripts correlat…
-
One of the notes in section 3.3 of the [spec](https://github.com/input-output-hk/plutus/blob/34c74ca0f82a9c0ce927522add420940edf759a8/plutus-core-spec/draft-new-specification/plutus-core-specification…
-
Currently, debugging Validator code running on-chain is painful since there is no equivalent of `Show` which compiles to plutus core.
For me, the debugging story has been:
- Use traceIfFalse wit…
-
Motivation
----------
- Is there a semantics which you are developing which this feature would simplify?
KPlutus - https://github.com/runtimeverification/plutus-core-semantics
- Is this …
-
The Nami browser extension API implements `signTx` and `submitTx` but no `balanceTx`. The latter is needed because the standard way to execute smart contracts on Cardano is to fetch an unbalanced tran…
-
Subscribe to this issue and stay notified about new [daily trending repos in Haskell](https://github.com/trending/haskell?since=daily).