cardano-node icon indicating copy to clipboard operation
cardano-node copied to clipboard

Release v10.3.0

Open aniketd opened this issue 9 months ago • 0 comments

Dependency Tree

flowchart BT
    BASE[Base]
    A[Plutus]
    B[Ledger]
    C[Ouroboros Network]
    D[Ouroboros Consensus]
    E[Cardano API]
    F[Cardano CLI]
    G[Cardano Node]

    A --> BASE    
    B --> BASE
    B --> A
    D --> B
    D --> C
    E --> D
    F --> E
    G --> F
  • An arrow means "depends on"

Release Process for Cardano Node v10.3.0

Component Integration Owner Release Issue
Base @aniketd https://github.com/IntersectMBO/cardano-base/issues/521
Plutus @aniketd https://github.com/IntersectMBO/plutus/issues/6958
Ledger @aniketd https://github.com/IntersectMBO/cardano-ledger/issues/4925
Ouroboros Network @aniketd https://github.com/IntersectMBO/ouroboros-network/issues/5099
Ouroboros Consensus @aniketd https://github.com/IntersectMBO/ouroboros-consensus/issues/1425
Cardano API @aniketd https://github.com/IntersectMBO/cardano-api/issues/779
Cardano CLI @aniketd https://github.com/IntersectMBO/cardano-cli/issues/1090
Cardano Node @aniketd This issue

Status

  • [x] Base is integrated into the Plutus and Ledger.
  • [x] Plutus Ledger API is integrated into the Ledger.
  • [x] 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.

aniketd avatar Mar 13 '25 10:03 aniketd