Skip to content
Draft
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
2 changes: 1 addition & 1 deletion docs/ADR-017-Cardano-Api-Compatible.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for constructing transactions and certificates:
`Cardano.Api.Experimental.Tx.Internal.Certificate`) —
A newer API built around the `IsEra` type class/ `Era` data type,
which is intentionally restricted to only
the **current mainnet era and the upcoming era**
the **[current mainnet era and the upcoming era](ADR-004-Support-only-for-mainnet-and-upcoming-eras.md)**
(currently Conway and Dijkstra).
After a hardfork, the previous era is deprecated and eventually removed.
This forward-looking design avoids the combinatorial complexity
Expand Down