Skip to content

Commit

Permalink
Merge pull request #290 from input-output-hk/smelc/more-reexpose-ledger
Browse files Browse the repository at this point in the history
Amend cardano-api/pull/284 to use ReexposeLedger
  • Loading branch information
smelc authored Oct 2, 2023
2 parents b1d11c9 + 390e821 commit e3a2a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cardano-api/internal/Cardano/Api/Certificate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ import Cardano.Api.StakePoolMetadata
import Cardano.Api.Utils (noInlineMaybeToStrictMaybe)
import Cardano.Api.Value

import qualified Cardano.Ledger.Conway.Governance as Ledger

import Data.ByteString (ByteString)
import qualified Data.Foldable as Foldable
import Data.IP (IPv4, IPv6)
Expand Down
5 changes: 3 additions & 2 deletions cardano-api/internal/Cardano/Api/ReexposeLedger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module Cardano.Api.ReexposeLedger
, fromEraCBOR

-- Conway
, Anchor(..)
, Delegatee(..)
, DRep(..)
, DRepState
Expand Down Expand Up @@ -118,8 +119,8 @@ import Cardano.Ledger.Coin (Coin (..), addDeltaCoin, toDeltaCoin)
import Cardano.Ledger.Conway.Core (DRepVotingThresholds (..), PoolVotingThresholds (..),
dvtPPEconomicGroupL, dvtPPGovGroupL, dvtPPNetworkGroupL, dvtPPTechnicalGroupL,
dvtUpdateToConstitutionL)
import Cardano.Ledger.Conway.Governance (GovActionId (..), GovState, Vote (..),
Voter (..), VotingProcedure (..))
import Cardano.Ledger.Conway.Governance (Anchor (..), GovActionId (..), GovState,
Vote (..), Voter (..), VotingProcedure (..))
import Cardano.Ledger.Conway.TxCert (ConwayDelegCert (..), ConwayEraTxCert (..),
ConwayGovCert (..), ConwayTxCert (..), Delegatee (..), pattern UpdateDRepTxCert)
import Cardano.Ledger.Core (DRep (..), EraCrypto, PParams (..), PoolCert (..),
Expand Down

0 comments on commit e3a2a78

Please sign in to comment.