Skip to content
Draft
Changes from 2 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](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/ADR-004-Support-only-for-mainnet-and-upcoming-eras.md)**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this is wrong, just use markdown link to a file, not a full URL

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in c9abce0 — now uses a relative link: [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