flowchart BT
A[Plutus]
B[Ledger]
C[Ouroboros Network]
D[Ouroboros Consensus]
E[Cardano API]
F[Cardano CLI]
G[Cardano Node]
B --> A
D --> B
D --> C
E --> D
F --> E
G --> F
%% Javier added
H[cardano-base]
I[kes-agent]
J[cardano-config]
K[cardano-keys]
L[hermod-tracing]
B --> H
I --> H
D --> J
D --> K
D --> L
D --> I
C --> L
J --> L
J --> C
Ticket tracking the progress of release 11.2. The table below is meant to show the status of the integration branches at a glance - I will keep it up to date as things evolve.
Release Process for Cardano Node vX.Y.Z
IntersectMBO/cardano-ledger#6051
IntersectMBO/ouroboros-consensus#2295
Dependency Tree
flowchart BT A[Plutus] B[Ledger] C[Ouroboros Network] D[Ouroboros Consensus] E[Cardano API] F[Cardano CLI] G[Cardano Node] B --> A D --> B D --> C E --> D F --> E G --> F %% Javier added H[cardano-base] I[kes-agent] J[cardano-config] K[cardano-keys] L[hermod-tracing] B --> H I --> H D --> J D --> K D --> L D --> I C --> L J --> L J --> C