Skip to content

Commit

Permalink
Rename Ogmios.Queries to Ogmios.QueryEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbfs committed Feb 5, 2025
1 parent 2c0c04d commit af6d6f5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Internal/Contract/Monad.purs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import Ctl.Internal.QueryM.Ogmios.Mempool
, mkOgmiosWebSocketAff
, underlyingWebSocket
)
import Ctl.Internal.QueryM.Ogmios.Queries (QueryEnv)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (QueryEnv)
import Ctl.Internal.QueryM.Ogmios.Types
( OgmiosDecodeError
, pprintOgmiosDecodeError
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/QueryM.purs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Control.Monad.Rec.Class (class MonadRec)
import Control.Parallel (class Parallel, parallel, sequential)
import Control.Plus (class Plus)
import Ctl.Internal.Helpers (logWithLevel)
import Ctl.Internal.QueryM.Ogmios.Queries (QueryEnv)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (QueryEnv)
import Data.Bifunctor (lmap)
import Data.Either (Either(Left, Right))
import Data.Maybe (fromMaybe)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Ctl.Internal.QueryM.Ogmios.Queries
module Ctl.Internal.QueryM.Ogmios.QueryEnv
( module ExportDispatcher
, module ExportServerConfig
, ClusterSetup
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Test/E2E/Feedback/Browser.purs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Prelude
import Aeson (decodeAeson, encodeAeson, jsonToAeson, stringifyAeson)
import Ctl.Internal.FfiHelpers (MaybeFfiHelper, maybeFfiHelper)
import Ctl.Internal.Helpers (liftedM)
import Ctl.Internal.QueryM.Ogmios.Queries (ClusterSetup)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (ClusterSetup)
import Ctl.Internal.Test.E2E.Feedback (BrowserEvent)
import Data.Argonaut (Json)
import Data.Either (hush)
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Test/E2E/Feedback/Node.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Prelude

import Aeson (decodeAeson, encodeAeson, parseJsonStringToAeson, stringifyAeson)
import Ctl.Internal.Helpers (liftEither)
import Ctl.Internal.QueryM.Ogmios.Queries (ClusterSetup)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (ClusterSetup)
import Ctl.Internal.Test.E2E.Feedback (BrowserEvent(Failure, Success))
import Data.Array as Array
import Data.Either (Either(Left), hush, note)
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Test/E2E/Route.purs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Control.Alt ((<|>))
import Control.Monad.Error.Class (liftMaybe)
import Ctl.Internal.Contract.ProviderBackend (mkCtlBackendParams)
import Ctl.Internal.Helpers (liftEither)
import Ctl.Internal.QueryM.Ogmios.Queries (ClusterSetup)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (ClusterSetup)
import Ctl.Internal.Test.E2E.Feedback.Browser (getClusterSetupRepeatedly)
import Ctl.Internal.Test.E2E.Feedback.Hooks (addE2EFeedbackHooks)
import Ctl.Internal.Wallet.Spec (WalletSpec(ConnectToGenericCip30))
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Test/E2E/Runner.purs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Ctl.Internal.Affjax (request) as Affjax
import Ctl.Internal.Contract.Hooks (emptyHooks)
import Ctl.Internal.Contract.ProviderBackend (ProviderBackend(CtlBackend))
import Ctl.Internal.Helpers (liftedM, unsafeFromJust, (<</>>))
import Ctl.Internal.QueryM.Ogmios.Queries (ClusterSetup)
import Ctl.Internal.QueryM.Ogmios.QueryEnv (ClusterSetup)
import Ctl.Internal.Test.E2E.Browser (withBrowser)
import Ctl.Internal.Test.E2E.Feedback
( BrowserEvent(ConfirmAccess, Sign, Success, Failure)
Expand Down

0 comments on commit af6d6f5

Please sign in to comment.