-
## Dependency Tree
```mermaid
flowchart BT
A[Plutus]
B[Ledger]
C[Ouroboros Network]
D[Ouroboros Consensus]
E[Cardano API]
F[Cardano CLI]
G[Cardano Node]
…
-
From @Jimbo4350 [here on Slack](https://input-output-rnd.slack.com/archives/C031GFLC3DF/p1700679433867939?thread_ts=1700673271.498199&cid=C031GFLC3DF) (context: https://github.com/input-output-hk/card…
smelc updated
2 weeks ago
-
There are repeated postings of Cardano users getting values calculated too low from `calculate-min-fee` when either:
- submitting a fee of `0` or zero values for the transaction input amounts
- not …
-
*Internal* (anyone could benefit though)
**Area**
Transaction building
**Describe the feature you'd like**
I would like to use the `cardano-cli` to balance a transaction that was drafted by …
-
2.85.1 ledger live
7.1.3 cardano app
Cardano HW CLI Tool version 1.16.0-rc.1
Commit hash: e7225d91e0ddc6152ad973ba803d6c016cb14d7e
cardano-hw-cli address key-gen --path 1852H/1815H/0H/0/0 --pa…
-
**Internal/External**
*Internal* if an IOHK staff member.
**Area**
*Other* Any other topic (Delegation, Ranking, ...).
**Describe the feature you'd like**
Currently the output format of t…
-
# Plutus Core Meetup Dogfooding
At the 2024 Plutus Core Meetup we had a dogfooding session aimed at deploying a UPLC script to the Preview Cardano chain. The following is a summary of my experience…
-
### Steps to Reproduce:
1. Run the following command:
```bash
export NETWORK=sancho
```
2. Execute:
```bash
gov-cli gen
```
### CLI Logs:
```bash
> cardano-cli add…
-
As we talked about this issue in the `CLI/API workgroup meeting #2` , i will leave a link here to the original
issue raised on the ledger repo. https://github.com/IntersectMBO/cardano-ledger/issues/4…
-
### Context
- When a stake key is registered but the corresponding dRep is not, attempting to vote on a proposal should result in an error indicating that the `DRep is not registered`. However, the …