Skip to content

Commit

Permalink
Reuse type level tags for Babbage and ConwayEra
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Aug 12, 2024
1 parent ea4348c commit 5f4f93a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cardano-api/internal/Cardano/Api/Experimental/Eras.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import Cardano.Api.Eon.BabbageEraOnwards
import Cardano.Api.Eon.ShelleyBasedEra (ShelleyBasedEra (..), ShelleyLedgerEra)
import qualified Cardano.Api.Eras.Core as Api
import Cardano.Api.Via.ShowOf
import Cardano.Api.Eras.Core(BabbageEra, ConwayEra)
import qualified Cardano.Api.ReexposeLedger as L
import qualified Cardano.Ledger.Api as L
import qualified Cardano.Ledger.UTxO as L
Expand All @@ -54,9 +55,6 @@ import Prettyprinter
-- | Users typically interact with the latest features on the mainnet or experiment with features
-- from the upcoming era. Hence, the protocol versions are limited to the current mainnet era
-- and the next era (upcoming era).
data BabbageEra

data ConwayEra

-- Allows us to gradually change the api without breaking things.
-- This will eventually be removed.
Expand Down

0 comments on commit 5f4f93a

Please sign in to comment.