Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
WIP - Commit Message Incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 20, 2018
1 parent 7ebfe13 commit cca17c9
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 12 deletions.
9 changes: 9 additions & 0 deletions lib/src/Pos/Web/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module Pos.Web.Types
( SscStage (..)
, TlsParams (..)
, TlsClientParams (..)
, CConfirmedProposalState (..)
) where

Expand Down Expand Up @@ -33,6 +34,14 @@ data TlsParams = TlsParams
, tpClientAuth :: Bool
} deriving (Show)

-- | TLS Transport Layer Security client file paths
data TlsClientParams = TlsClientParams
{ tpClientCertPath :: !FilePath
, tpClientKeyPath :: !FilePath
, tpClientCaPath :: !FilePath
} deriving (Show)


newtype CConfirmedProposalState = CConfirmedProposalState Text
deriving (Show, Generic, Buildable)

Expand Down
7 changes: 7 additions & 0 deletions wallet-new/cardano-sl-wallet-new.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Cardano.Wallet.Action
Cardano.Wallet.Demo
Cardano.Wallet.LegacyAction
Cardano.Wallet.API
Cardano.Wallet.API.Indices
Expand Down Expand Up @@ -171,6 +172,7 @@ library
, aeson-options
, aeson-pretty
, async
, attoparsec
, base58-bytestring
, beam-core
, beam-migrate
Expand All @@ -192,6 +194,7 @@ library
, cardano-sl-node-ipc
, cardano-sl-util
, cardano-sl-wallet
, cardano-sl-x509
, cereal
, conduit
, connection
Expand All @@ -210,6 +213,7 @@ library
, http-client
, http-client-tls
, http-types
, iproute
, ixset-typed
, lens
, memory
Expand All @@ -218,11 +222,13 @@ library
, neat-interpolation
, network-transport
, optparse-applicative
, parsec
, QuickCheck
, QuickCheck
, reflection
, resourcet
, retry
, safe
, safecopy
, safe-exceptions
, serokell-util
Expand All @@ -239,6 +245,7 @@ library
, stm
, stm
, swagger2
, temporary
, text
, time
, time-units
Expand Down
Loading

0 comments on commit cca17c9

Please sign in to comment.