-
`Cardano.CLI.Run.Friendly` contains the implementation of the YAML encoding that is used in
`cardano-cli transaction view`.
Basically it implments an `toJSON` function that bypasses the instances fr…
-
## What
Add the ability to query for multiple stake pools, or all stake pools in the `query stake-pool` command. Previously it was only possible to query for one specific stake pool:
```bash
$ c…
-
## What
Allow transactions with no signatures
## Why
It's possible to create a script which requires no signatures to claim, but it's wasn't possible to
submit a transaction which claims fro…
-
CBOR lists can be encoded in two ways: definite and indefinite length.
As seen for example [here](https://github.com/txpipe/pallas/blob/03c36f57eee8afa27454f3599cd8b8c9faeaee98/pallas-primitives/sr…
-
I have a validator that will generate a runtime error when I try to use tx.minted using a Helio tx built transaction. Oddly, if I build a similar transaction using cardano-cli, it succeeds.
Code…
-
### What is your idea? Provide a use case.
I'm trying to export a validator and load it in PlutusTx. It would be useful if Aiken would be able to export format compatible with PlutusTx.
### Why …
-
### Summary
I'm trying to create smartcontract to validate by the amount of lovelace sent to owner of public key hash provided by datum.
My validator looks like this:
```haskell
data MyDatum =…
-
## What
Remove the ability to create tx bodies with the intermediate cli format. We want all transaction bodies to be serialized in the CDDL format. Note we maintain backwards compatibility for now,…
-
yarn run v1.22.19
warning ../../package.json: No license field
$ yarn mocha --timeout 3600000 -r ts-node/register test/integration/**/*.test.ts --dry-run
warning ../../package.json: No license fiel…
-
``` console
$ cardano-cli version
cardano-cli 1.35.4 - linux-x86_64 - ghc-8.10
git rev 54998e843cf7d54eb1594ce191a261a112429ead
```
Using the `--cddl-format` flag with this revision in the `tra…