IntersectMBO/cardano-node

Release v9.2.0

Jimbo4350 opened this issue · 1 comments

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
Loading
  • An arrow means "depends on"

Release Process for Cardano Node vX.Y.Z

Component Integration Owner Release Issue CHaP PR Released To CHaP
Plutus @Jimbo4350 Link Link Yes
Ledger @Jimbo4350 Link, Link2 Link, Link2 Yes
Ouroboros Network @Jimbo4350 Link Link Yes
Ouroboros Consensus @Jimbo4350 Link
Cardano API @Jimbo4350 Link
Cardano CLI @Jimbo4350 Link
Cardano Node @Jimbo4350 Link

Status

  • Plutus Ledger API is integrated into the Ledger.
  • Ledger is integrated into the Ouroboros Consensus.
  • Ouroboros Network is integrated into the Ouroboros Consensus.
  • Outroboros Consensus is integrated into the Cardano API.
  • Cardano API is integrated into the Cardano CLI.
  • Cardano CLI is integrated into the Cardano Node.