Skip to content

Commit

Permalink
Move GenesisFiles module in Node namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jun 4, 2024
1 parent 6ed9e93 commit 8cee4c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ import Cardano.Wallet.Launch.Cluster.FileOf
( DirOf (..)
, changeFileOf
)
import Cardano.Wallet.Launch.Cluster.GenesisFiles
( GenesisFiles
, generateGenesis
)
import Cardano.Wallet.Launch.Cluster.KeyRegistration
( prepareStakeKeyRegistration
)
import Cardano.Wallet.Launch.Cluster.Logging
( ClusterLog (..)
, LogFileConfig (..)
)
import Cardano.Wallet.Launch.Cluster.Node.GenesisFiles
( GenesisFiles
, generateGenesis
)
import Cardano.Wallet.Launch.Cluster.Node.NodeParams
( NodeParams (..)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ import Cardano.Wallet.Launch.Cluster.FileOf
, absFilePathOf
, toFilePath
)
import Cardano.Wallet.Launch.Cluster.GenesisFiles
( GenesisFiles
, GenesisRecord (..)
)
import Cardano.Wallet.Launch.Cluster.Logging
( LogFileConfig (..)
)
import Cardano.Wallet.Launch.Cluster.Node.GenesisFiles
( GenesisFiles
, GenesisRecord (..)
)
import Control.Monad
( (>=>)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeApplications #-}

module Cardano.Wallet.Launch.Cluster.GenesisFiles
module Cardano.Wallet.Launch.Cluster.Node.GenesisFiles
( GenesisFiles
, GenesisRecord (..)
, GenesisTemplateMods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import Cardano.Wallet.Launch.Cluster.FileOf
( DirOf (..)
, FileOf (..)
)
import Cardano.Wallet.Launch.Cluster.GenesisFiles
( GenesisFiles
)
import Cardano.Wallet.Launch.Cluster.Logging
( LogFileConfig (..)
)
import Cardano.Wallet.Launch.Cluster.Node.GenesisFiles
( GenesisFiles
)

-- | Configuration parameters which update the @node.config@ test data file.
data NodeParams d = NodeParams
Expand Down
2 changes: 1 addition & 1 deletion lib/local-cluster/local-cluster.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
Cardano.Wallet.Launch.Cluster.Faucet.Gen
Cardano.Wallet.Launch.Cluster.Faucet.Serialize
Cardano.Wallet.Launch.Cluster.FileOf
Cardano.Wallet.Launch.Cluster.GenesisFiles
Cardano.Wallet.Launch.Cluster.Node.GenesisFiles
Cardano.Wallet.Launch.Cluster.Http.API
Cardano.Wallet.Launch.Cluster.Http.Client
Cardano.Wallet.Launch.Cluster.Http.Faucet.API
Expand Down

0 comments on commit 8cee4c6

Please sign in to comment.