Skip to content

Commit

Permalink
Merge pull request #2030 from input-output-hk/KtorZ/slow-restore-inve…
Browse files Browse the repository at this point in the history
…stigation

Add benchmark for `RndState` and add non-null tracers in benchmark
  • Loading branch information
KtorZ committed Aug 13, 2020
2 parents 5c1240c + b4af28d commit a4fd49e
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 165 deletions.
1 change: 1 addition & 0 deletions lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ benchmark db
, persistent-sqlite
, random
, temporary
, text
, time
, transformers
type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
module Cardano.Wallet.Primitive.AddressDerivation.Byron
( -- * Types
ByronKey(..)
, DerivationPath

-- * Generation
, unsafeGenerateKeyFromSeed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module Cardano.Wallet.Primitive.AddressDiscovery.Random
-- ** State
RndState (..)
, mkRndState
, DerivationPath

-- ** Low-level API
, addDiscoveredAddress
Expand Down

0 comments on commit a4fd49e

Please sign in to comment.