Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete plutus-cbor and plutus-merkle-tree #1713

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
strategy:
matrix:
include:
- package: plutus-cbor
- package: plutus-merkle-tree
- package: hydra-plutus
- package: hydra-tui
- package: hydra-node
Expand Down Expand Up @@ -153,9 +151,6 @@ jobs:
- package: hydra-cluster
bench: bench-e2e
options: 'datasets datasets/1-node.json datasets/3-nodes.json --output-directory $(pwd)/../benchmarks --timeout 1000s'
- package: plutus-merkle-tree
bench: on-chain-cost
options: '$(pwd)/../benchmarks'
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ packages:
hydra-cardano-api
hydra-test-utils
hydra-plutus-extras
plutus-cbor
plutus-merkle-tree
hydra-plutus
hydra-node
hydra-cluster
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/dev/haskell-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The Hydra project consists of several Haskell packages, each serving distinct pa

| Package | Description |
| --- | --- |
| [plutus-merkle-tree](pathname:///haddock/plutus-merkle-tree/index.html) | Implementation of Merkle trees, compatible with on-chain Plutus validators |
| [plutus-cbor](pathname:///haddock/plutus-cbor/index.html) | Implementation of CBOR encoders, compatible with on-chain Plutus validators |
| [hydra-prelude](pathname:///haddock/hydra-prelude/index.html) | Custom Hydra prelude used across other Hydra packages |
| [hydra-cardano-api](pathname:///haddock/hydra-cardano-api/index.html) | A wrapper around the `cardano-api`, with era-specialized types and extra utilities |

Expand Down
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@
"hydra-plutus-extras"
"hydra-test-utils"
"hydra-tui"
"plutus-cbor"
"plutus-merkle-tree"
]);

devShells = import ./nix/hydra/shell.nix {
Expand Down
14 changes: 0 additions & 14 deletions nix/hydra/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ rec {

hydraw-static = musl64Pkgs.hydraw.components.exes.hydraw;

plutus-cbor-tests = pkgs.mkShellNoCC {
name = "plutus-cbor-tests";
buildInputs = [ nativePkgs.plutus-cbor.components.tests.tests ];
};
plutus-merkle-tree-tests = pkgs.mkShellNoCC {
name = "plutus-merkle-tree-tests";
buildInputs = [ nativePkgs.plutus-merkle-tree.components.tests.tests ];
};
hydra-plutus-tests = pkgs.mkShellNoCC {
name = "hydra-plutus-tests";
buildInputs = [
Expand Down Expand Up @@ -194,16 +186,10 @@ rec {
inputs.cardano-node.packages.${system}.cardano-cli
];
};
plutus-merkle-tree-bench = pkgs.mkShellNoCC {
name = "plutus-merkle-tree-bench";
buildInputs = [ nativePkgs.plutus-merkle-tree.components.benchmarks.on-chain-cost ];
};

haddocks = pkgs.runCommand "hydra-haddocks"
{
paths = [
hsPkgs.plutus-cbor.components.library.doc
hsPkgs.plutus-merkle-tree.components.library.doc
hsPkgs.hydra-prelude.components.library.doc
hsPkgs.hydra-cardano-api.components.library.doc
hsPkgs.hydra-plutus.components.library.doc
Expand Down
29 changes: 0 additions & 29 deletions plutus-cbor/CHANGELOG.md

This file was deleted.

202 changes: 0 additions & 202 deletions plutus-cbor/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions plutus-cbor/NOTICE

This file was deleted.

45 changes: 0 additions & 45 deletions plutus-cbor/README.md

This file was deleted.

Loading