Skip to content

Commit a4fd49e

Browse files
authored
Merge pull request cardano-foundation#2030 from input-output-hk/KtorZ/slow-restore-investigation
Add benchmark for `RndState` and add non-null tracers in benchmark
2 parents 5c1240c + b4af28d commit a4fd49e

File tree

5 files changed

+335
-165
lines changed

5 files changed

+335
-165
lines changed

lib/core/cardano-wallet-core.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ benchmark db
336336
, persistent-sqlite
337337
, random
338338
, temporary
339+
, text
339340
, time
340341
, transformers
341342
type:

lib/core/src/Cardano/Wallet/Primitive/AddressDerivation/Byron.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
module Cardano.Wallet.Primitive.AddressDerivation.Byron
2929
( -- * Types
3030
ByronKey(..)
31+
, DerivationPath
3132

3233
-- * Generation
3334
, unsafeGenerateKeyFromSeed

lib/core/src/Cardano/Wallet/Primitive/AddressDiscovery/Random.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module Cardano.Wallet.Primitive.AddressDiscovery.Random
2525
-- ** State
2626
RndState (..)
2727
, mkRndState
28+
, DerivationPath
2829

2930
-- ** Low-level API
3031
, addDiscoveredAddress

0 commit comments

Comments
 (0)