Skip to content

Commit

Permalink
Remove Conway instances for rules that are no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed May 26, 2023
1 parent d421556 commit 3144034
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eras/conway/impl/src/Cardano/Ledger/Conway/Era.hs
Expand Up @@ -23,8 +23,6 @@ import Cardano.Ledger.Crypto (Crypto)
import Cardano.Ledger.Mary.Value (MaryValue)
import qualified Cardano.Ledger.Shelley.API as API
import Cardano.Ledger.Shelley.Rules (
ShelleyMIR,
ShelleyNEWPP,
ShelleyRUPD,
ShelleySNAP,
ShelleyTICK,
Expand Down Expand Up @@ -102,10 +100,6 @@ type instance EraRule "DELEG" (ConwayEra c) = API.ShelleyDELEG (ConwayEra c)

type instance EraRule "LEDGERS" (ConwayEra c) = API.ShelleyLEDGERS (ConwayEra c)

type instance EraRule "MIR" (ConwayEra c) = ShelleyMIR (ConwayEra c)

type instance EraRule "NEWPP" (ConwayEra c) = ShelleyNEWPP (ConwayEra c)

type instance EraRule "POOL" (ConwayEra c) = API.ShelleyPOOL (ConwayEra c)

type instance EraRule "POOLREAP" (ConwayEra c) = API.ShelleyPOOLREAP (ConwayEra c)
Expand All @@ -116,6 +110,5 @@ type instance EraRule "SNAP" (ConwayEra c) = ShelleySNAP (ConwayEra c)

type instance EraRule "TICK" (ConwayEra c) = ShelleyTICK (ConwayEra c)

type instance EraRule "TICKF" (ConwayEra c) = ConwayTICKF (ConwayEra c)

-- =================================================

0 comments on commit 3144034

Please sign in to comment.