[tmp] test -> lib
Comment out: test-suite <name> import: lang -- already imported main-is: Spec.hs
Comment out: test-suite <name> import: lang -- already imported main-is: Spec.hs
, transformers
, vector-map
executable marconi
import: lang
hs-source-dirs: app
main-is: Main.hs
--------------------
-- Local components
--------------------
build-depends:
, cardano-streaming
, marconi
--------------------------
-- Other IOG dependencies
--------------------------
build-depends:
, cardano-api
, iohk-monitoring
------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, base >=4.9 && <5
, directory
, prettyprinter
-- test-suite marconi-test test -> lib
-- import: lang test -> lib
ghc-options: -Wno-unused-packages
ghc-options: -fobject-code
test-suite marconi-test
import: lang
ghc-options: -Wno-unused-packages
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
-- type: exitcode-stdio-1.0 test -> lib
-- main-is: Spec.hs test -> lib
hs-source-dirs: test
other-modules:
EpochStakepoolSize
Helpers
--------------------
build-depends:
, cardano-streaming
, marconi
, rewindable-index
-- , marconi test -> lib
--------------------------
-- Other IOG dependencies
--------------------------
, tasty-hunit
, temporary
, text
executable marconi
import: lang
hs-source-dirs: app
main-is: Main.hs
--------------------
-- Local components
--------------------
build-depends:
, cardano-streaming
, marconi
--------------------------
-- Other IOG dependencies
--------------------------
build-depends:
, cardano-api
, iohk-monitoring
------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, base >=4.9 && <5
, directory
, prettyprinter
- Update readme to address issues and questions presented by CPS-0001 - Update CDDL to support a more flexible scoping structure for future expansion
4470: db-analyser: make tracer atomic r=amesgen a=amesgen # Description When enabling verbose logging, tracers from ChainDB background threads can cause undesirable interleavings. Co-authored-by: Alexander Esgen <[email protected]>
When enabling verbose logging, tracers from ChainDB background threads can cause undesirable interleavings.
Co-authored-by: Robert Phair <[email protected]>