Skip to content

Commit

Permalink
cardano-tools: remove db-analyser from previous location
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Karg <michael.karg@iohk.io>
  • Loading branch information
mgmeier committed Aug 8, 2022
1 parent 54e5b1d commit 7639f89
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1,797 deletions.
@@ -1,7 +1,6 @@
name: ouroboros-consensus-cardano-tools
version: 0.1.0.0
synopsis: Programmatically synthesize blocks and a ChainDB, without transactions
-- description:
synopsis: Programmatically synthesize and analyse a ChainDB
license: Apache-2.0
license-files:
NOTICE
Expand Down Expand Up @@ -103,7 +102,7 @@ library
if flag(asserts)
ghc-options: -fno-ignore-asserts

executable db-analyser2
executable db-analyser
hs-source-dirs: app
main-is: db-analyser.hs
build-depends: base
Expand Down
3 changes: 0 additions & 3 deletions ouroboros-consensus-cardano/README.md
Expand Up @@ -3,6 +3,3 @@
This package contains:

* `src` : Support for Hard Fork between Cardano eras.

* `tools/db-analyser`: tool to analyse or validate a database containing blocks
of some Cardano era.
50 changes: 0 additions & 50 deletions ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
@@ -1,7 +1,6 @@
name: ouroboros-consensus-cardano
version: 0.1.0.0
synopsis: The instantation of the Ouroboros consensus layer used by Cardano
-- description:
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -71,52 +70,3 @@ library
-Wmissing-export-lists
if flag(asserts)
ghc-options: -fno-ignore-asserts

executable db-analyser
hs-source-dirs: tools/db-analyser
main-is: Main.hs
build-depends: aeson
, base
, bytestring
, cardano-binary
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-ledger-alonzo
, cardano-ledger-byron
, cardano-ledger-core
, cardano-ledger-shelley
, cborg
, containers
, contra-tracer
, mtl
, nothunks
, optparse-applicative
, serialise
, strict-containers
, text

, ouroboros-consensus
, ouroboros-consensus-byron
, ouroboros-consensus-cardano
, ouroboros-consensus-protocol
, ouroboros-consensus-shelley
, ouroboros-network
, plutus-ledger-api
other-modules:
Analysis
, Block.Byron
, Block.Cardano
, Block.Shelley
, HasAnalysis
default-language: Haskell2010
ghc-options: -Wall
-Wcompat
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wpartial-fields
-Widentities
-Wredundant-constraints
-Wmissing-export-lists
-threaded
-rtsopts
"-with-rtsopts=-T -I0 -N2 -A16m"

0 comments on commit 7639f89

Please sign in to comment.