Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/article/ledger-eras.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ When new functionality needs to be introduced to Cardano, the ledger undergoes a
## Development phases and ledger eras

| Development phase | Focus | Ledger era(s) and functionality introduced | Upgrade names (examples) |
| :---- | :---- | :---- | :---- |
| --- | --- | --- | --- |
| **Byron** | Foundational layer | Byron ledger era: ada transactions, Daedalus and Yoroi wallets, federated consensus | Byron hard fork |
| **Shelley** | Decentralization | Shelley ledger: stake pools, delegation, community-led block production | Shelley hard fork |
| **Goguen** | Smart contracts | Allegra: token locking Mary: native tokens and multi-asset support Alonzo: Plutus smart contracts | Allegra, Mary, and Alonzo hard forks |
| **Goguen** | Smart contracts | Allegra: token locking Mary: native tokens and multi-asset support Alonzo: Plutus smart contracts | Allegra, Mary, and Alonzo hard forks |
| **Basho** | Scalability and efficiency | Babbage ledger era: reference scripts, inline datums, reference inputs | Known as the Vasil upgrade |
| **Voltaire** | Governance | Conway ledger era: on-chain governance via [CIP-1694](https://cips.cardano.org/cips/cip1694) | Chang and Plomin upgrades The Chang upgrade initiated the Conway ledger era and introduced the first set of on-chain governance capabilities The Plomin upgrade extended Conway by enabling the full set of governance actions and decentralized representatives (DReps) on mainnet (epoch 537, protocol version 10.0). |
| **Future** | Ongoing roadmap | **Dijkstra** (planned): Plutus v4, consensus and ledger integration, Conway refactors for transition **Euler** (planned): scope TBD | Next hard fork name TBD |
| **Voltaire** | Governance | Conway ledger era: on-chain governance via [CIP-1694](https://cips.cardano.org/cips/cip1694) | Chang and Plomin upgrades The Chang upgrade initiated the Conway ledger era and introduced the first set of on-chain governance capabilities The Plomin upgrade extended Conway by enabling the full set of governance actions and decentralized representatives (DReps) on mainnet (epoch 537, protocol version 10.0). |
| **Future** | Ongoing roadmap | **Dijkstra** (planned): Plutus v4, consensus and ledger integration, Conway refactors for transition **Euler** (planned): scope TBD | Next hard fork name TBD |

**Hard fork upgrades** use distinct names for community communication (for example, Chang → Plomin). These names are always mapped internally to a ledger era and protocol version. Hard forks activate a ledger era and may also introduce additional intra-era changes.

Expand Down
Loading