Skip to content

Commit

Permalink
Merge #1424
Browse files Browse the repository at this point in the history
1424: Remove DaedalusIPC r=rvl a=rvl

# Issue Number

Relates to [ADP-92](https://jira.iohk.io/browse/ADP-92).

# Overview

The new [cardano-launcher](https://github.com/input-output-hk/cardano-launcher) code pre-allocates TCP ports for the jormungandr backend, uses unix sockets/named pipes for the byron backend, and has a simpler method of ensuring clean shutdown of the cardano-wallet server on Windows (#1314).

# Comments

Can be merged once cardano-launcher integration into Daedalus is complete.


Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
  • Loading branch information
iohk-bors[bot] and rvl committed Apr 1, 2020
2 parents 72fabed + fb4f325 commit 91b610e
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 512 deletions.
1 change: 0 additions & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ library
Cardano.Wallet.DB.Sqlite
Cardano.Wallet.DB.Sqlite.TH
Cardano.Wallet.DB.Sqlite.Types
Cardano.Wallet.DaedalusIPC
Cardano.Wallet.Logging
Cardano.Wallet.Network
Cardano.Wallet.Network.BlockHeaders
Expand Down
306 changes: 0 additions & 306 deletions lib/core/src/Cardano/Wallet/DaedalusIPC.hs

This file was deleted.

3 changes: 1 addition & 2 deletions lib/jormungandr/cardano-wallet-jormungandr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ test-suite jormungandr-integration
, warp
, yaml
build-tools:
nodejs
, cardano-wallet-jormungandr
cardano-wallet-jormungandr
type:
exitcode-stdio-1.0
hs-source-dirs:
Expand Down
1 change: 0 additions & 1 deletion lib/jormungandr/exe/cardano-wallet-jormungandr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ tracerSeveritiesOption = Tracers
<*> traceOpt stakePoolEngineTracer (Just Info)
<*> traceOpt stakePoolDbTracer (Just Info)
<*> traceOpt networkTracer (Just Info)
<*> traceOpt daedalusIPCTracer (Just Info)
<*> traceOpt ntpClientTracer (Just Info)
where
traceOpt field def = fmap Const . option loggingSeverityOrOffReader $ mempty
Expand Down
Loading

0 comments on commit 91b610e

Please sign in to comment.