Skip to content

Commit 9f9396c

Browse files
committed
Remove Contract.Backend.Ogmios.Mempool
This module is not used by all projects. If a project needs to use it, it should the [Ogmios Mempool package](https://github.com/mlabs-haskell/purescript-cardano-ogmios-mempool-provider/).
1 parent 236c3e2 commit 9f9396c

File tree

2 files changed

+5
-50
lines changed

2 files changed

+5
-50
lines changed

src/Contract/Backend/Ogmios/Mempool.purs

Lines changed: 0 additions & 43 deletions
This file was deleted.

test/Testnet/Contract/OgmiosMempool.purs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ module Test.Ctl.Testnet.Contract.OgmiosMempool
55
import Prelude
66

77
import Cardano.Ogmios.Mempool
8-
( MempoolSizeAndCapacity(MempoolSizeAndCapacity)
9-
, OgmiosWebSocket
10-
, mkOgmiosWebSocketAff
11-
)
12-
import Cardano.Types.BigNum as BigNum
13-
import Cardano.Types.PlutusScript (hash) as PlutusScript
14-
import Contract.Backend.Ogmios.Mempool
158
( MempoolM
9+
, MempoolSizeAndCapacity(MempoolSizeAndCapacity)
10+
, OgmiosWebSocket
1611
, acquireMempoolSnapshot
1712
, fetchMempoolTxs
1813
, mempoolSnapshotHasTx
1914
, mempoolSnapshotSizeAndCapacity
15+
, mkOgmiosWebSocketAff
2016
, withMempoolSnapshot
2117
)
18+
import Cardano.Types.BigNum as BigNum
19+
import Cardano.Types.PlutusScript (hash) as PlutusScript
2220
import Contract.Monad (Contract)
2321
import Contract.Test (ContractTest, InitialUTxOs, withKeyWallet, withWallets)
2422
import Contract.Test.Mote (TestPlanM)

0 commit comments

Comments
 (0)