Skip to content

Commit 841e1cb

Browse files
committed
Use Dijkstra era in design chapter
1 parent fd0ecc9 commit 841e1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/leios-design/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ The first will not need to change functionally, while the latter two will need t
589589
590590
- **REQ-LedgerNewEra** The ledger must be prepared with a new era that includes all changes required by CIP-164.
591591
592-
For the remainder of this document, let's assume the changes will go into the `Euler` era, where `Conway` is currently the latest and `Dijkstra` is in preparation at the time of writing.
592+
See [Era and hard-fork coordination](#era-and-hard-fork-coordination) for a discussion on which era to target. For the remainder of this document, let's assume the changes will go into the `Dijkstra` era.
593593
594594
### Transaction validation levels
595595
@@ -646,7 +646,7 @@ CIP-164 introduces several new protocol parameters that may be updated via on-ch
646646
- **REQ-LedgerProtocolParameterAccess** The ledger must provide access to all new protocol parameters via existing interfaces.
647647
- **REQ-LedgerProtocolParameterUpdate** The ledger must be able to update all new protocol parameters via on-chain governance.
648648
649-
Concretely, this means defining the `PParams` and `PParamsUpdate` types for the `Euler` era to include the new parameters, as well as providing access via the `EulerPParams` and other type classes.
649+
Concretely, this means defining the `PParams` and `PParamsUpdate` types for the `Dijkstra` era to include the new parameters, as well as providing access via the `DijkstraPParams` and other type classes.
650650
651651
### Serialization
652652

0 commit comments

Comments
 (0)