-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Description
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
- An arrow means "depends on"
Release Process for Cardano Node vX.Y.Z
| Component | Integration Owner | Release Issue |
|---|---|---|
| Plutus | @<github-username> | Link |
| Ledger | @<github-username> | Link |
| Ouroboros Network | @<github-username> | Link |
| Ouroboros Consensus | @<github-username> | Link |
| Cardano API | @<github-username> | Link |
| Cardano CLI | @<github-username> | Link |
| Cardano Node | @<github-username> | Link |
Status
- Plutus Ledger API is integrated into the Ledger.
- Ledger is integrated into the Ouroboros Consensus.
- Pre-intergation using SRP (WIP: Integrate Ledger for Node 9.0 ouroboros-consensus#1173)
- Integration via CHaP
- Ouroboros Network is integrated into the Ouroboros Consensus.\ (Does not apply, nothing new in Network)
- Pre-intergation using SRP
- Integration via CHaP
- Outroboros Consensus is integrated into the Cardano API.
- Pre-intergation using SRP (WIP: integrate ouroboros-consensus and ledger for 9.0 cardano-api#571)
- Integration via CHaP
- Cardano API is integrated into the Cardano CLI.
- Pre-integration with SRP (WIP: Integrate for node 9.0 cardano-cli#808)
- Integration via CHaP
- Cardano CLI is integrated into the Cardano Node.
Metadata
Metadata
Assignees
Labels
No labels