ouroboros-consensus:unstable-cardano-tools
Safe HaskellNone
LanguageHaskell2010

Cardano.Tools.DBAnalyser.Types

Synopsis

Documentation

data AnalysisName Source #

Instances

Instances details
Show AnalysisName Source # 
Instance details

Defined in Cardano.Tools.DBAnalyser.Types

data LedgerApplicationMode Source #

Whether to apply blocks to a ledger state via reapplication (eg skipping signature checksPlutus scripts) or full application/ (much slower).

Constructors

LedgerReapply 
LedgerApply 

data LedgerDBBackend Source #

Constructors

V2InMem 
V2LSM Bool

The Bool bypasses the OS page cache for UTxO table reads/writes (instead of caching all). Intended for benchmarking.

data Limit Source #

Constructors

Limit Int 
Unlimited 

data ValidateBlocks Source #

The extent of the ChainDB on-disk files validation. This is completely unrelated to validation of the ledger rules.