Skip to content

Commit 2c5df81

Browse files
Merge #4582
4582: workbench & analysis: assorted fixes r=deepfire a=deepfire - locli: - report schema improvements for data publishing - beginning of sectioning in reports - generalise and increase reliability of report templates - various progress & error reporting enhancements - conditional decoding error tolerance - fixes: slot gap detection, legacy chainsync decoding, - FS & Net IO metrics - workbench: - partial JSON compactification for human readability - make `tx-generator.service` respect the `runScriptFile` option - partial fix for the message frequency analyser - RTS mode & verbosity control - fixes: inlne filter expressions, cabal prebuild - ad-hoc sets, local & remote Co-authored-by: Kosyrev Serge <[email protected]>
2 parents 2a82e46 + 9110079 commit 2c5df81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4238
-2282
lines changed

bench/locli/locli.cabal

+14-7
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,23 @@ library
6363
Cardano.TopHandler
6464
Cardano.Util
6565

66-
Cardano.Analysis.Run
67-
6866
Cardano.Analysis.API
67+
Cardano.Analysis.API.Chain
68+
Cardano.Analysis.API.ChainFilter
69+
Cardano.Analysis.API.Context
70+
Cardano.Analysis.API.Dictionary
71+
Cardano.Analysis.API.Field
72+
Cardano.Analysis.API.Ground
73+
Cardano.Analysis.API.Metrics
74+
Cardano.Analysis.API.Run
75+
Cardano.Analysis.API.Types
76+
Cardano.Analysis.API.LocliVersion
77+
6978
Cardano.Analysis.BlockProp
70-
Cardano.Analysis.Chain
71-
Cardano.Analysis.ChainFilter
72-
Cardano.Analysis.Context
73-
Cardano.Analysis.Ground
7479
Cardano.Analysis.MachPerf
75-
Cardano.Analysis.Version
80+
Cardano.Analysis.Summary
7681

82+
Cardano.JSON
7783
Cardano.Org
7884
Cardano.Render
7985

@@ -101,6 +107,7 @@ library
101107
, extra
102108
, file-embed
103109
, filepath
110+
, fingertree
104111
, ghc
105112
, gnuplot
106113
, iohk-monitoring

0 commit comments

Comments
 (0)