Skip to content

Commit

Permalink
Remove hydra-explorer from this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Nov 13, 2024
1 parent 3be7b22 commit 76ee960
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 5,360 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker:
strategy:
matrix:
target: [ hydra-node, hydra-tui, hydraw, hydra-explorer ]
target: [ hydra-node, hydra-tui, hydraw ]

runs-on: ubuntu-latest
steps:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/explorer/docker-compose.yaml

This file was deleted.

1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ packages:
hydra-tui
hydraw
hydra-chain-observer
hydra-explorer

-- Compile more things in parallel
package *
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"hydra-cardano-api"
"hydra-chain-observer"
"hydra-cluster"
"hydra-explorer"
"hydra-node"
"hydra-tx"
"hydra-plutus"
Expand Down
5 changes: 0 additions & 5 deletions hydra-cluster/hydra-cluster.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ test-suite tests
Test.Hydra.Cluster.FaucetSpec
Test.Hydra.Cluster.MithrilSpec
Test.Hydra.Cluster.Utils
Test.HydraExplorerSpec
Test.OfflineChainSpec

build-depends:
Expand All @@ -167,11 +166,8 @@ test-suite tests
, filepath
, hspec
, hspec-golden-aeson
, http-client
, http-conduit
, hydra-cardano-api
, hydra-cluster
, hydra-explorer
, hydra-node
, hydra-node:testlib
, hydra-prelude
Expand All @@ -190,7 +186,6 @@ test-suite tests
build-tool-depends:
, hspec-discover:hspec-discover
, hydra-chain-observer:hydra-chain-observer
, hydra-explorer:hydra-explorer
, hydra-node:hydra-node

ghc-options: -threaded -rtsopts
Expand Down
159 changes: 0 additions & 159 deletions hydra-cluster/test/Test/HydraExplorerSpec.hs

This file was deleted.

Loading

0 comments on commit 76ee960

Please sign in to comment.