Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review Network Layer #60

Merged
merged 3 commits into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions cardano-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ library
hs-source-dirs:
src
exposed-modules:
Cardano.ChainProducer
Cardano.ChainProducer.RustHttpBridge
Cardano.ChainProducer.RustHttpBridge.Api
Cardano.ChainProducer.RustHttpBridge.Client
Cardano.ChainProducer.RustHttpBridge.NetworkLayer
Cardano.NetworkLayer
Cardano.NetworkLayer.HttpBridge
Cardano.NetworkLayer.HttpBridge.Api
Cardano.Wallet
Cardano.Wallet.AddressDerivation
Cardano.Wallet.AddressDiscovery
Expand Down Expand Up @@ -151,8 +149,6 @@ test-suite unit
main-is:
Main.hs
other-modules:
Cardano.ChainProducer.RustHttpBridge.MockNetworkLayer
Cardano.ChainProducer.RustHttpBridgeSpec
Cardano.Wallet.AddressDerivationSpec
Cardano.Wallet.AddressDiscoverySpec
Cardano.Wallet.Binary.PackfileSpec
Expand All @@ -161,3 +157,6 @@ test-suite unit
Cardano.Wallet.MnemonicSpec
Cardano.Wallet.PrimitiveSpec
Cardano.WalletSpec
Cardano.NetworkLayerSpec
Cardano.NetworkLayer.HttpBridgeSpec
Cardano.NetworkLayer.HttpBridge.ApiSpec
36 changes: 0 additions & 36 deletions src/Cardano/ChainProducer.hs

This file was deleted.

194 changes: 0 additions & 194 deletions src/Cardano/ChainProducer/RustHttpBridge.hs

This file was deleted.

88 changes: 0 additions & 88 deletions src/Cardano/ChainProducer/RustHttpBridge/Client.hs

This file was deleted.

39 changes: 0 additions & 39 deletions src/Cardano/ChainProducer/RustHttpBridge/NetworkLayer.hs

This file was deleted.

Loading